aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/eventtarget/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/eventtarget/index.html')
-rw-r--r--files/ru/web/api/eventtarget/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/eventtarget/index.html b/files/ru/web/api/eventtarget/index.html
index 3840821782..4351dfffcb 100644
--- a/files/ru/web/api/eventtarget/index.html
+++ b/files/ru/web/api/eventtarget/index.html
@@ -14,7 +14,7 @@ translation_of: Web/API/EventTarget
<p>Многие источники событий (включая элементы, документ и окно) также поддерживают установку <a href="/en-US/docs/Web/Guide/DOM/Events/Event_handlers" title="/en-US/docs/Web/Guide/DOM/Events/Event_handlers">обработчиков событий</a> с помощью on<code>...</code> свойств и атрибутов.</p>
-<h2 id="Methods" name="Methods">Методы</h2>
+<h2 id="Methods">Методы</h2>
<dl>
<dt>{{domxref("EventTarget.addEventListener()")}}</dt>
@@ -25,7 +25,7 @@ translation_of: Web/API/EventTarget
<dd>Генерирует событие на объекте <code>EventTarget</code>.</dd>
</dl>
-<h2 id="Specification" name="Specification">Спецификация</h2>
+<h2 id="Specification">Спецификация</h2>
<table class="standard-table">
<tbody>
@@ -52,7 +52,7 @@ translation_of: Web/API/EventTarget
</tbody>
</table>
-<h2 id="Browser_Compatibility" name="Browser_Compatibility">Браузерная совместимость</h2>
+<h2 id="Browser_Compatibility">Браузерная совместимость</h2>
<p>{{Compat("api.EventTarget")}}</p>