diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-19 13:34:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 13:34:22 +0300 |
commit | 59705f5814c1ece8cefc4c62a8897d4d8a5b38fc (patch) | |
tree | 1170b919085fce1ad2b793d67ff533b902dc7076 /files/ru/web/api/mouseevent/index.html | |
parent | c4eea51f47b7f138a3b09cb61f2bfe6eaff66333 (diff) | |
download | translated-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/mouseevent/index.html')
-rw-r--r-- | files/ru/web/api/mouseevent/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |