aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/document
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/api/document')
-rw-r--r--files/ko/web/api/document/createevent/index.html2
-rw-r--r--files/ko/web/api/document/getelementsbytagname/index.html2
-rw-r--r--files/ko/web/api/document/index.html2
3 files changed, 3 insertions, 3 deletions
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
<h3 id="Specification">Specification</h3>
<ul>
- <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-document" title="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-document">DOM Level 2 Events</a></li>
+ <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-document">DOM Level 2 Events</a></li>
</ul>
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
<li><var>name</var> 은 엘리먼트의 이름을 나타내는 문자열입니다. 특수 문자 "*" 은 모든 엘리먼트를 나타냅니다.</li>
</ul>
-<div class="note"><a href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html" title="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">최신 W3C 명세</a>에서는 <var>elements</var> 가 <code>HTMLCollection</code> 라고 하지만, WebKit 브라우저에서는 {{domxref("NodeList")}} 를 반환합니다. 자세한 내용은 {{bug(14869)}} 버그를 확인하시기 바랍니다.</div>
+<div class="note"><a href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">최신 W3C 명세</a>에서는 <var>elements</var> 가 <code>HTMLCollection</code> 라고 하지만, WebKit 브라우저에서는 {{domxref("NodeList")}} 를 반환합니다. 자세한 내용은 {{bug(14869)}} 버그를 확인하시기 바랍니다.</div>
<h2 id="예시">예시</h2>
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
<dl>
<dt>{{domxref("document.fileSize")}}* {{non-standard_inline}} {{obsolete_inline}}</dt>
- <dd>Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See <a href="http://msdn.microsoft.com/en-us/library/ms533752%28v=VS.85%29.aspx" title="http://msdn.microsoft.com/en-us/library/ms533752%28v=VS.85%29.aspx">MSDN</a>.</dd>
+ <dd>Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See <a href="http://msdn.microsoft.com/en-us/library/ms533752%28v=VS.85%29.aspx">MSDN</a>.</dd>
</dl>
<p>Internet Explorer는 <code>Document</code> 인터페이스내 <code>Node</code> 인터페이스의 모든 메소드를 지원하지 않습니다:</p>