diff options
Diffstat (limited to 'files/ru/web/api/htmlaudioelement')
-rw-r--r-- | files/ru/web/api/htmlaudioelement/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/htmlaudioelement/index.html b/files/ru/web/api/htmlaudioelement/index.html index 7ae3ba2fcf..4f3e1be01f 100644 --- a/files/ru/web/api/htmlaudioelement/index.html +++ b/files/ru/web/api/htmlaudioelement/index.html @@ -11,11 +11,11 @@ translation_of: Web/API/HTMLAudioElement <p><strong><code>HTMLAudioElement</code></strong> позволяет получить доступ к элементу {{HTMLElement("audio")}} и имеет DOM-элемент {{domxref("HTMLMediaElement")}}.</p> -<h2 id="Properties" name="Properties">Свойства</h2> +<h2 id="Properties">Свойства</h2> <p><em>Не имеет своих свойств; наследует свойства от родителя {{domxref("HTMLMediaElement")}} и от {{domxref("HTMLElement")}}.</em></p> -<h2 id="Methods" name="Methods">Методы</h2> +<h2 id="Methods">Методы</h2> <p><em>Наследует методы от родителя {{domxref("HTMLMediaElement")}} и от {{domxref("HTMLElement")}}.</em></p> |