aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/guide
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/guide')
-rw-r--r--files/ru/web/guide/audio_and_video_manipulation/index.html2
-rw-r--r--files/ru/web/guide/css/block_formatting_context/index.html2
2 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 af1e49cb9a..35f4d3624a 100644
--- a/files/ru/web/guide/audio_and_video_manipulation/index.html
+++ b/files/ru/web/guide/audio_and_video_manipulation/index.html
@@ -101,7 +101,7 @@ translation_of: Web/Guide/Audio_and_video_manipulation
<h4 id="Результат">Результат</h4>
-<p>{{EmbedLiveSample("Video_and_canvas", '100%', 580)}}</p>
+<p>{{EmbedLiveSample("Видео_и_холст_canvas", '100%', 580)}}</p>
<p>This is a pretty simple example showing how to manipulate video frames using a canvas. For efficiency, you should consider using {{domxref("Window.requestAnimationFrame", "requestAnimationFrame()")}} instead of <code>setTimeout()</code> when running on browsers that support it.</p>
diff --git a/files/ru/web/guide/css/block_formatting_context/index.html b/files/ru/web/guide/css/block_formatting_context/index.html
index b6cd133539..a95d28bd7b 100644
--- a/files/ru/web/guide/css/block_formatting_context/index.html
+++ b/files/ru/web/guide/css/block_formatting_context/index.html
@@ -125,7 +125,7 @@ translation_of: Web/Guide/CSS/Block_formatting_context
<span class="property token">background</span><span class="punctuation token">:</span> red<span class="punctuation token">;</span>
<span class="punctuation token">}</span></code></pre>
-<p>{{EmbedLiveSample("Margin_collapsing", 120, 120)}}</p>
+<p>{{EmbedLiveSample("Схлопывание_границ_margin", 120, 120)}}</p>
<h2 id="Specifications" name="Specifications">Спецификации</h2>