diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-20 13:28:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 13:28:52 +0300 |
commit | 1386fed7d38652d5848d315927e7e23a66cffd13 (patch) | |
tree | eb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/web/guide/audio_and_video_manipulation/index.html | |
parent | b0f32a46245b1033098a5a9826a7818fa4e65dde (diff) | |
download | translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.gz translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.bz2 translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.zip |
[RU] Remove `name` attribute from headings (#2788)
Diffstat (limited to 'files/ru/web/guide/audio_and_video_manipulation/index.html')
-rw-r--r-- | files/ru/web/guide/audio_and_video_manipulation/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/guide/audio_and_video_manipulation/index.html b/files/ru/web/guide/audio_and_video_manipulation/index.html index 35f4d3624a..4fafc4e8d9 100644 --- a/files/ru/web/guide/audio_and_video_manipulation/index.html +++ b/files/ru/web/guide/audio_and_video_manipulation/index.html @@ -137,7 +137,7 @@ translation_of: Web/Guide/Audio_and_video_manipulation myVideo.playbackRate = 2;</pre> <div class="hidden"> -<h6 id="Playable_code" name="Playable_code">Playable code</h6> +<h6 id="Playable_code">Playable code</h6> <pre class="brush: html notranslate"><video id="my-video" controls="true" width="480" height="270"> <source src="http://jplayer.org/video/webm/Big_Buck_Bunny_Trailer.webm" type="video/webm"> @@ -240,7 +240,7 @@ filter.frequency.value = 1000; filter.gain.value = 25;</pre> <div class="hidden"> -<h6 id="Playable_code_2" name="Playable_code_2">Playable code</h6> +<h6 id="Playable_code_2">Playable code</h6> <pre class="brush: html notranslate"><video id="my-video" controls="true" width="480" height="270" crossorigin="anonymous"> <source src="http://jplayer.org/video/webm/Big_Buck_Bunny_Trailer.webm" type="video/webm"> |