From 55ddd4454665a3c66e3d5b186bc79048468d36e7 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 15 Mar 2021 14:29:50 +0300 Subject: Auto fixes --- files/ru/web/api/element/removeattribute/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/api/element/removeattribute') diff --git a/files/ru/web/api/element/removeattribute/index.html b/files/ru/web/api/element/removeattribute/index.html index 22bdfb22c2..d249cb37b5 100644 --- a/files/ru/web/api/element/removeattribute/index.html +++ b/files/ru/web/api/element/removeattribute/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Element/removeAttribute ---

{{ APIRef("DOM") }}

-

removeAttribute удаляет аттрибут с элемента.

+

removeAttribute удаляет атрибут с элемента.

Синтаксис

@@ -13,7 +13,7 @@ translation_of: Web/API/Element/removeAttribute

Пример

@@ -27,7 +27,7 @@ document.getElementById("div1").removeAttribute("align");

Вы должны использовать removeAttribute вместо того, чтобы устанавливать значение атрибута в null, используя setAttribute.

-

Попытка удаления аттрибута, которого нет на элементе не вызывает ошибки.

+

Попытка удаления атрибута, которого нет на элементе не вызывает ошибки.

{{ DOMAttributeMethods() }}

-- cgit v1.2.3-54-g00ecf