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/css/@supports/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/web/css/@supports/index.html') diff --git a/files/ru/web/css/@supports/index.html b/files/ru/web/css/@supports/index.html index ca64540ca2..1ece75926d 100644 --- a/files/ru/web/css/@supports/index.html +++ b/files/ru/web/css/@supports/index.html @@ -13,7 +13,7 @@ translation_of: Web/CSS/@supports

The @supports at-rule may be used not only at the top level of a CSS, but also inside any CSS conditional-group at-rule and can be accessed via the CSS object model interface {{domxref("CSSSupportsRule")}}.

-

Синтаксис

+

Синтаксис

A supports condition consists of one or several declarations combined by different logical operators. Precedence of operators can be overruled by using parentheses.

@@ -127,7 +127,7 @@ translation_of: Web/CSS/@supports -

Совместимость с браузерами

+

Совместимость с браузерами

{{Compat("css.at-rules.supports")}}

-- cgit v1.2.3-54-g00ecf