diff options
Diffstat (limited to 'files/ko/web/api/document/index.html')
-rw-r--r-- | files/ko/web/api/document/index.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/files/ko/web/api/document/index.html b/files/ko/web/api/document/index.html index 45b84641fa..fcadd51e09 100644 --- a/files/ko/web/api/document/index.html +++ b/files/ko/web/api/document/index.html @@ -87,10 +87,6 @@ translation_of: Web/API/Document <dd>문서의 표시 상태를 나타내는 문자열을 반환합니다. 가능한 값은 <code>visible</code>, <code>hidden</code>, <code>prerender</code>, <code>unloaded</code>입니다.</dd> </dl> -<p><code>Document</code> 인터페이스는 {{domxref("ParentNode")}} 인터페이스를 확장합니다.</p> - -<p>{{page("/ko/docs/Web/API/ParentNode","속성")}}</p> - <h3 id="HTMLDocument_확장">HTMLDocument 확장</h3> <p>HTML 문서를 위한 <code>Document</code> 인터페이스는 HTML5 이전엔 {{domxref("HTMLDocument")}} 인터페이스를 상속하고, 이후로는 확장합니다.</p> @@ -160,10 +156,6 @@ translation_of: Web/API/Document <dd>{{event("visibilitychange")}} 이벤트가 발생할 때 호출되는 코드를 나타내는 {{event("Event_handlers", "event handler")}} 입니다.</dd> </dl> -<p><code>Document</code> 인터페이스는 {{domxref("GlobalEventHandlers")}} 인터페이스를 확장합니다.</p> - -<p>{{Page("/ko/docs/Web/API/GlobalEventHandlers", "속성")}}</p> - <h3 id="사용하지_않는_속성">사용하지 않는 속성</h3> <dl> |