diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-25 10:06:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 10:06:22 +0300 |
commit | f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9 (patch) | |
tree | 6cde25b36984040fda960876bff7acc84161ed7e /files/ru/web/api/htmlaudioelement | |
parent | e87401f97c68764ae7070f305199af2f529c1def (diff) | |
download | translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.tar.gz translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.tar.bz2 translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.zip |
Использование макроса для вставки специфицикаций (#2850)
* Использование макроса для вставки специфицикаций
* Replaces
Diffstat (limited to 'files/ru/web/api/htmlaudioelement')
-rw-r--r-- | files/ru/web/api/htmlaudioelement/audio/index.html | 17 | ||||
-rw-r--r-- | files/ru/web/api/htmlaudioelement/index.html | 20 |
2 files changed, 2 insertions, 35 deletions
diff --git a/files/ru/web/api/htmlaudioelement/audio/index.html b/files/ru/web/api/htmlaudioelement/audio/index.html index f5b28a4b72..57abf54f62 100644 --- a/files/ru/web/api/htmlaudioelement/audio/index.html +++ b/files/ru/web/api/htmlaudioelement/audio/index.html @@ -55,22 +55,7 @@ original_slug: Web/API/HTMLAudioElement/Audio() <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('HTML WHATWG', "#dom-audio", "Audio()")}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td></td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> diff --git a/files/ru/web/api/htmlaudioelement/index.html b/files/ru/web/api/htmlaudioelement/index.html index 4f3e1be01f..e858df87ea 100644 --- a/files/ru/web/api/htmlaudioelement/index.html +++ b/files/ru/web/api/htmlaudioelement/index.html @@ -68,25 +68,7 @@ translation_of: Web/API/HTMLAudioElement <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - <tr> - <td>{{SpecName('HTML WHATWG', "the-video-element.html#the-audio-element", "HTMLAudioElement")}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td>Нет изменений {{SpecName('HTML5 W3C')}}</td> - </tr> - <tr> - <td>{{SpecName('HTML5 W3C', "embedded-content-0.html#the-audio-element", "HTMLAudioElement")}}</td> - <td>{{Spec2('HTML5 W3C')}}</td> - <td>Initial definition.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Поддержка_браузеров">Поддержка браузеров</h2> |