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) --- files/ru/web/css/writing-mode/index.html | 71 +------------------------------- 1 file changed, 1 insertion(+), 70 deletions(-) (limited to 'files/ru/web/css/writing-mode') diff --git a/files/ru/web/css/writing-mode/index.html b/files/ru/web/css/writing-mode/index.html index e11504d18a..1d0d8e2b43 100644 --- a/files/ru/web/css/writing-mode/index.html +++ b/files/ru/web/css/writing-mode/index.html @@ -86,76 +86,7 @@ writing-mode: unset;

Browser compatibility

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}} {{property_prefix("-webkit")}}{{CompatGeckoDesktop(41)}}[1]9.0 {{property_prefix("-ms")}}[2]{{CompatVersionUnknown}} {{property_prefix("-webkit")}}8.0 {{property_prefix("-webkit")}}
SVG 1.1 values lr, lr-tb, rl, tb, tb-rl{{CompatVersionUnknown}}{{CompatNo}}9.0 {{property_prefix("-ms")}}[2]{{CompatVersionUnknown}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile(41)}} [1]{{CompatUnknown}}{{CompatUnknown}}8.0 {{property_prefix("-webkit")}}
SVG 1.1 values lr, lr-tb, rl, tb, tb-rl{{CompatUnknown}}{{CompatUnknown}}{{CompatNo}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -

[1] An experimental implementation was available since Gecko 36. It is governed by the preference layout.css.vertical-text.enabled, defaulting to false until Firefox 38. From Firefox 39 and Firefox 40, the preference was true for Nightly and DevTools editions only. Note that not all CSS widgets (e.g. tables) obey to it, yet.

- -

[2] The implementation in Internet Explorer differs from the specification. See the related article in the Internet Explorer Dev Center.

+

{{Compat("css.properties.writing-mode")}}

See also

-- cgit v1.2.3-54-g00ecf