diff options
Diffstat (limited to 'files/ru/web/api/document/index.html')
-rw-r--r-- | files/ru/web/api/document/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/document/index.html b/files/ru/web/api/document/index.html index df3d75e7eb..968af1cc17 100644 --- a/files/ru/web/api/document/index.html +++ b/files/ru/web/api/document/index.html @@ -30,7 +30,7 @@ translation_of: Web/API/Document <p>В будущем все эти интерфейсы будут сведены в один интерфейс - <code>Document</code>.</p> -<h2 id="Properties" name="Properties">Свойства</h2> +<h2 id="Properties">Свойства</h2> <div class="note"> <p><strong>Примечание:</strong> Интерфейс <code>Document</code> наследует также интерфейсы {{domxref("Node")}} и {{domxref("EventTarget")}}.</p> @@ -156,7 +156,7 @@ translation_of: Web/API/Document <dd>Returns the width of the current document.</dd> </dl> -<h3 id="Event_handlers" name="Event_handlers">Event handlers</h3> +<h3 id="Event_handlers">Event handlers</h3> <dl> <dt>{{domxref("Document.onpointerlockchange")}} {{experimental_inline}}</dt> @@ -167,7 +167,7 @@ translation_of: Web/API/Document <dd>Returns the event handling code for the <code>readystatechange</code> event.</dd> </dl> -<h2 id="Methods" name="Methods">Methods</h2> +<h2 id="Methods">Methods</h2> <div class="note"> <p><strong>Note:</strong> The <code>Document</code> interface also inherits from the {{domxref("Node")}} and {{domxref("EventTarget")}} interfaces.</p> |