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/cssstyledeclaration/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/web/api/cssstyledeclaration/index.html') diff --git a/files/ru/web/api/cssstyledeclaration/index.html b/files/ru/web/api/cssstyledeclaration/index.html index 9e8f657db9..be605612c1 100644 --- a/files/ru/web/api/cssstyledeclaration/index.html +++ b/files/ru/web/api/cssstyledeclaration/index.html @@ -52,7 +52,7 @@ translation_of: Web/API/CSSStyleDeclaration
Поддерживается только через getComputedStyle в Firefox. Возвращает значение свойства в виде {{ domxref ("CSSPrimitiveValue")}} или null для сокращённых свойств.
-

Пример

+

Пример

var styleObj = document.styleSheets[0].cssRules[0].style;
 console.log(styleObj.cssText);
@@ -64,7 +64,7 @@ for (var i = styleObj.length; i--;) {
 
 console.log(styleObj.cssText);
-

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

+

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

-- cgit v1.2.3-54-g00ecf