diff options
Diffstat (limited to 'files/ru/web/api/document/hasfocus')
-rw-r--r-- | files/ru/web/api/document/hasfocus/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/document/hasfocus/index.html b/files/ru/web/api/document/hasfocus/index.html index 62b5fb0749..b450067b2d 100644 --- a/files/ru/web/api/document/hasfocus/index.html +++ b/files/ru/web/api/document/hasfocus/index.html @@ -16,7 +16,7 @@ translation_of: Web/API/Document/hasFocus <p>При просмотре документа элемент с фокусом всегда является активным элементом документа, но активный элемент не обязательно должен иметь фокус. Например, активный элемент внутри всплывающего окна, которое находится не на переднем плане, не имеет фокус.</p> </div> -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <pre class="syntaxbox">focused = document.hasFocus();</pre> @@ -24,7 +24,7 @@ translation_of: Web/API/Document/hasFocus <p><code>false</code> если активный элемент в документе не имеет фокуса; <code>true</code> если активный элемент в документе имеет фокус.</p> -<h2 id="Example" name="Example">Пример</h2> +<h2 id="Example">Пример</h2> <pre class="brush:html;highlight:[17]"><!DOCTYPE html> <html lang="en"> @@ -66,7 +66,7 @@ function openWindow() { </body> </html></pre> -<h2 id="Specification" name="Specification">Спецификации</h2> +<h2 id="Specification">Спецификации</h2> <table class="standard-table"> <thead> |