diff options
author | alattalatta <alattalatta@sorto.me> | 2022-02-21 10:04:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 10:04:22 +0900 |
commit | 201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a (patch) | |
tree | 863ddc787ec9219f452ab577d399439ffe66c51b /files/ko/web/api/document | |
parent | 0ea2400f310ae8ebb2bfd6579d5e812547360061 (diff) | |
download | translated-content-201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a.tar.gz translated-content-201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a.tar.bz2 translated-content-201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a.zip |
Remove {{page}} macro from API docs (#3913)
* Update BatteryManager
* Update BiquadFilterNode
* Update DataTransfer.getData
* Update DragEvent
* Update FileReader.result
* Update Geolocation API
* Update Network Information API
* Update Notification.permission
* Update Screen
* Remove {{page}} from Document
* Remove {{page}} from Navigator.battery
* Remove {{page}} from Using the Notifications API
* Add {{Compat}} to Navigator.battery
Diffstat (limited to 'files/ko/web/api/document')
-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> |