From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/api/globaleventhandlers/onselect/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ru/web/api/globaleventhandlers/onselect') diff --git a/files/ru/web/api/globaleventhandlers/onselect/index.html b/files/ru/web/api/globaleventhandlers/onselect/index.html index 0244069e4d..69dc11014b 100644 --- a/files/ru/web/api/globaleventhandlers/onselect/index.html +++ b/files/ru/web/api/globaleventhandlers/onselect/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/GlobalEventHandlers/onselect

Обработчик события select окна браузера.

-

Синтаксис

+

Синтаксис

window.onselect = funcRef;
 
@@ -18,7 +18,7 @@ translation_of: Web/API/GlobalEventHandlers/onselect
  • funcRef - функция
  • -

    Пример

    +

    Пример

    <html>
     <head>
    @@ -50,11 +50,11 @@ to fire the onselect event.
     </html>
     
    -

    Замечание

    +

    Замечание

    Событие select происходит только, когда текст выделяют в поле input с type='text' или в поле textarea. Событие происходит только после того, как текст будет выделен.

    -

    Спецификация

    +

    Спецификация

    -- cgit v1.2.3-54-g00ecf