aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-19 13:34:22 +0300
committerGitHub <noreply@github.com>2021-10-19 13:34:22 +0300
commit59705f5814c1ece8cefc4c62a8897d4d8a5b38fc (patch)
tree1170b919085fce1ad2b793d67ff533b902dc7076 /files/ru/web/api
parentc4eea51f47b7f138a3b09cb61f2bfe6eaff66333 (diff)
downloadtranslated-content-59705f5814c1ece8cefc4c62a8897d4d8a5b38fc.tar.gz
translated-content-59705f5814c1ece8cefc4c62a8897d4d8a5b38fc.tar.bz2
translated-content-59705f5814c1ece8cefc4c62a8897d4d8a5b38fc.zip
FIx more live examples (#2774)
Diffstat (limited to 'files/ru/web/api')
-rw-r--r--files/ru/web/api/document/domcontentloaded_event/index.html2
-rw-r--r--files/ru/web/api/domtokenlist/index.html4
-rw-r--r--files/ru/web/api/domtokenlist/replace/index.html2
-rw-r--r--files/ru/web/api/file/name/index.html2
-rw-r--r--files/ru/web/api/mouseevent/index.html4
-rw-r--r--files/ru/web/api/node/isequalnode/index.html2
6 files changed, 8 insertions, 8 deletions
diff --git a/files/ru/web/api/document/domcontentloaded_event/index.html b/files/ru/web/api/document/domcontentloaded_event/index.html
index 6ce88a6b49..524eecad01 100644
--- a/files/ru/web/api/document/domcontentloaded_event/index.html
+++ b/files/ru/web/api/document/domcontentloaded_event/index.html
@@ -146,7 +146,7 @@ document.addEventListener('DOMContentLoaded', (event) =&gt; {
<h4 id="Result">Result</h4>
-<p>{{ EmbedLiveSample('Live_example', '100%', '160px') }}</p>
+<p>{{ EmbedLiveSample('Живые_примеры', '100%', '160px') }}</p>
<h2 id="Спецификации">Спецификации</h2>
diff --git a/files/ru/web/api/domtokenlist/index.html b/files/ru/web/api/domtokenlist/index.html
index 852ccab596..1f352cbdf8 100644
--- a/files/ru/web/api/domtokenlist/index.html
+++ b/files/ru/web/api/domtokenlist/index.html
@@ -60,7 +60,7 @@ para.textContent = 'paragraph classList is "' + classes + '"';</pre>
<p>Результат выглядит так:</p>
-<p>{{ EmbedLiveSample('Examples', '100%', 60) }}</p>
+<p>{{ EmbedLiveSample('Примеры', '100%', 60) }}</p>
<h2 id="Обрезка_пробелов_и_удаление_дубликатов">Обрезка пробелов и удаление дубликатов</h2>
@@ -75,7 +75,7 @@ span.textContent = 'span classList is "' + classes + '"';</pre>
<p>Результат выглядит так:</p>
-<p>{{ EmbedLiveSample('Trimming_of_whitespace_and_removal_of_duplicates', '100%', 60) }}</p>
+<p>{{ EmbedLiveSample('Обрезка_пробелов_и_удаление_дубликатов', '100%', 60) }}</p>
<h2 id="Характеристики">Характеристики</h2>
diff --git a/files/ru/web/api/domtokenlist/replace/index.html b/files/ru/web/api/domtokenlist/replace/index.html
index ad41a3d422..ae19753035 100644
--- a/files/ru/web/api/domtokenlist/replace/index.html
+++ b/files/ru/web/api/domtokenlist/replace/index.html
@@ -52,7 +52,7 @@ if (result) {
<p><span class="VIiyi" lang="ru"><span class="ChMk0b JLqJ4b"><span>Результат выглядит так:</span></span></span></p>
-<p>{{ EmbedLiveSample('Examples', '100%', 60) }}</p>
+<p>{{ EmbedLiveSample('Примеры', '100%', 60) }}</p>
<h2 id="Полифил">Полифил</h2>
diff --git a/files/ru/web/api/file/name/index.html b/files/ru/web/api/file/name/index.html
index 195a4d0ff9..390e8689c3 100644
--- a/files/ru/web/api/file/name/index.html
+++ b/files/ru/web/api/file/name/index.html
@@ -36,7 +36,7 @@ translation_of: Web/API/File/name
<p>Проверьте результаты ниже:</p>
-<p>{{ EmbedLiveSample('Example', 300, 50) }}</p>
+<p>{{ EmbedLiveSample('Пример', 300, 50) }}</p>
<h2 id="Спецификация">Спецификация</h2>
diff --git a/files/ru/web/api/mouseevent/index.html b/files/ru/web/api/mouseevent/index.html
index bae758f90d..9c8810647f 100644
--- a/files/ru/web/api/mouseevent/index.html
+++ b/files/ru/web/api/mouseevent/index.html
@@ -104,7 +104,7 @@ translation_of: Web/API/MouseEvent
<dd>Initializes the value of a <code>MouseEvent</code> created. If the event has already being dispatched, this method does nothing.</dd>
</dl>
-<h2 id="Примеры">Примеры</h2>
+<h2 id="Пример">Пример</h2>
<p>Данный пример демонстрирует симуляцию нажатия левой клавиши мыши (событие мыши генерируется программно) по чекбоксу используя методы DOM.</p>
@@ -132,7 +132,7 @@ document.getElementById("button").addEventListener('click', simulateClick);</pre
<p>Нажмите на кнопку, чтобы посмотреть, как работает пример.</p>
-<p>{{ EmbedLiveSample('Example', '', '', '') }}</p>
+<p>{{ EmbedLiveSample('Пример', '', '', '') }}</p>
<h2 id="Спецификации">Спецификации</h2>
diff --git a/files/ru/web/api/node/isequalnode/index.html b/files/ru/web/api/node/isequalnode/index.html
index f80614f7bd..e42c1fc408 100644
--- a/files/ru/web/api/node/isequalnode/index.html
+++ b/files/ru/web/api/node/isequalnode/index.html
@@ -56,7 +56,7 @@ output<span class="punctuation token">.</span>innerHTML <span class="operator to
<h3 id="Results">Results</h3>
-<p>{{ EmbedLiveSample('Example', 480) }}</p>
+<p>{{ EmbedLiveSample('Пример', 480) }}</p>
<h2 id="Specification" name="Specification">Спецификации</h2>