From d2c717611f2ab3dc0a25deae3a78cf44aa31a4f2 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Sun, 16 May 2021 22:30:00 +0900 Subject: Migrate CompatibilityTable to Compat macro (lang-ru) (#876) * Migrate to Compat macro * Migrate to Compat macro (multiple in page) * Migrate to Compat macro * Migrate to Compat macro (removed) --- .../web/css/using_css_custom_properties/index.html | 66 +--------------------- 1 file changed, 1 insertion(+), 65 deletions(-) (limited to 'files/ru/web/css/using_css_custom_properties') diff --git a/files/ru/web/css/using_css_custom_properties/index.html b/files/ru/web/css/using_css_custom_properties/index.html index 064d0fda66..38c41550e3 100644 --- a/files/ru/web/css/using_css_custom_properties/index.html +++ b/files/ru/web/css/using_css_custom_properties/index.html @@ -214,68 +214,4 @@ translation_of: Web/CSS/Using_CSS_custom_properties

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

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - -
ОсобенностьChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Базовая поддержка{{CompatVersionUnknown}}{{property_prefix("-webkit")}}
- 33.0
- {{CompatNo}} 34.0[2]
- {{CompatChrome(49.0)}}
{{CompatVersionUnknown}}{{CompatGeckoDesktop("29")}}[3]
- {{CompatGeckoDesktop("31")}}
{{CompatNo}}{{CompatOpera(36.0)}}9.1
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - -
ОсобенностьAndroidAndroid WebviewEdgeFirefox Mobile (Gecko)IE PhoneOpera MobileSafari MobileChrome for Android
Базовая поддержка{{CompatNo}}{{CompatChrome(49.0)}}{{CompatVersionUnknown}}{{CompatGeckoDesktop("29")}}{{CompatUnknown}}{{CompatUnknown}}9.1{{CompatChrome(49.0)}}
-
- -

[1] Chrome initially implemented this feature using a different syntax, which required to prefix custom property names with -webkit-var- to define them. They could then be used unprefixed within a -webkit-var() function. Additionally, the implementation was hidden behind the Enable experimental WebKit features flag under chrome://flags, later renamed to Enable experimental Web Platform features.

- -

[2] В Chrome 34.0 убрали эту функцию из-за проблем с производительностью.

- -

[3] This feature is implemented behind the preference layout.css.variables.enabled, defaulting to false and using the old var-variablename syntax in Gecko 29. Starting from Gecko 31 the preference is enabled by default and the new --variablename syntax is used.

+

{{Compat("css.properties.custom-property")}}

-- cgit v1.2.3-54-g00ecf