diff options
Diffstat (limited to 'files/ru/web/api/mouseevent/ctrlkey')
-rw-r--r-- | files/ru/web/api/mouseevent/ctrlkey/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/mouseevent/ctrlkey/index.html b/files/ru/web/api/mouseevent/ctrlkey/index.html index 96c98ae093..287847462a 100644 --- a/files/ru/web/api/mouseevent/ctrlkey/index.html +++ b/files/ru/web/api/mouseevent/ctrlkey/index.html @@ -16,7 +16,7 @@ translation_of: Web/API/MouseEvent/ctrlKey <p>Boolean</p> -<h2 id="Example" name="Example">Пример</h2> +<h2 id="Example">Пример</h2> <pre class="brush: js notranslate"><html> <head> @@ -58,13 +58,13 @@ document.addEventListener('click', function(e) { </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Поддержка браузеров</h2> +<h2 id="Browser_compatibility">Поддержка браузеров</h2> <p>{{Compat("api.MouseEvent.ctrlKey")}}</p> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li>{{ domxref("MouseEvent") }}</li> |