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/element/setattribute/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ru/web/api/element/setattribute/index.html') diff --git a/files/ru/web/api/element/setattribute/index.html b/files/ru/web/api/element/setattribute/index.html index aab6e1fe69..6a16a07850 100644 --- a/files/ru/web/api/element/setattribute/index.html +++ b/files/ru/web/api/element/setattribute/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/Element/setAttribute
-

Синтаксис

+

Синтаксис

element.setAttribute(name, value);
 
@@ -19,7 +19,7 @@ translation_of: Web/API/Element/setAttribute
  • value  - значение атрибута.
  • -

    Пример

    +

    Пример

    В следующем примере, setAttribute() используется, чтобы установить атрибут {{htmlattrxref("disabled")}}  кнопки {{htmlelement("button")}}, делая её отключённой.

    @@ -32,7 +32,7 @@ b.setAttribute("disabled", "disabled");

    {{ EmbedLiveSample('Пример', '300', '50', '', 'Web/API/Element/setAttribute') }}

    -

    Примечания

    +

    Примечания

    При вызове на элементе внутри HTML документа, setAttribute переведёт имя атрибута в нижний регистр.

    @@ -46,7 +46,7 @@ b.setAttribute("disabled", "disabled");
    {{DOMAttributeMethods}}
    -

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

    +

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