From 2fc1eb1780a60adb6a5730112385ec735cd22d69 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 12:04:27 -0400 Subject: remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740) --- files/ko/web/api/document/createevent/index.html | 2 +- files/ko/web/api/document/getelementsbytagname/index.html | 2 +- files/ko/web/api/document/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ko/web/api/document') diff --git a/files/ko/web/api/document/createevent/index.html b/files/ko/web/api/document/createevent/index.html index c884693dc7..fa03465754 100644 --- a/files/ko/web/api/document/createevent/index.html +++ b/files/ko/web/api/document/createevent/index.html @@ -27,5 +27,5 @@ original_slug: Web/API/Event/createEvent

Specification

diff --git a/files/ko/web/api/document/getelementsbytagname/index.html b/files/ko/web/api/document/getelementsbytagname/index.html index 2749b194d5..92e07cc264 100644 --- a/files/ko/web/api/document/getelementsbytagname/index.html +++ b/files/ko/web/api/document/getelementsbytagname/index.html @@ -20,7 +20,7 @@ translation_of: Web/API/Document/getElementsByTagName
  • name 은 엘리먼트의 이름을 나타내는 문자열입니다. 특수 문자 "*" 은 모든 엘리먼트를 나타냅니다.
  • -
    최신 W3C 명세에서는 elements 가 HTMLCollection 라고 하지만, WebKit 브라우저에서는 {{domxref("NodeList")}} 를 반환합니다. 자세한 내용은 {{bug(14869)}} 버그를 확인하시기 바랍니다.
    +
    최신 W3C 명세에서는 elements 가 HTMLCollection 라고 하지만, WebKit 브라우저에서는 {{domxref("NodeList")}} 를 반환합니다. 자세한 내용은 {{bug(14869)}} 버그를 확인하시기 바랍니다.

    예시

    diff --git a/files/ko/web/api/document/index.html b/files/ko/web/api/document/index.html index dd0d82510b..45b84641fa 100644 --- a/files/ko/web/api/document/index.html +++ b/files/ko/web/api/document/index.html @@ -384,7 +384,7 @@ translation_of: Web/API/Document
    {{domxref("document.fileSize")}}* {{non-standard_inline}} {{obsolete_inline}}
    -
    Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See MSDN.
    +
    Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See MSDN.

    Internet Explorer는 Document 인터페이스내 Node 인터페이스의 모든 메소드를 지원하지 않습니다:

    -- cgit v1.2.3-54-g00ecf