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/ruby-align/index.html | 89 +--------------------------------- 1 file changed, 1 insertion(+), 88 deletions(-) (limited to 'files/ru/web/css/ruby-align') diff --git a/files/ru/web/css/ruby-align/index.html b/files/ru/web/css/ruby-align/index.html index ec65055228..4b5bffe1aa 100644 --- a/files/ru/web/css/ruby-align/index.html +++ b/files/ru/web/css/ruby-align/index.html @@ -137,94 +137,7 @@ ruby-align: unset;

Browser compatibility

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{ CompatNo }} {{CompatGeckoDesktop(38)}}{{ CompatNo }} [1]{{ CompatNo }} {{ CompatNo }}
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{ CompatNo }} {{CompatGeckoMobile(38)}}{{ CompatNo }} [1]{{ CompatNo }} CompatNo
-
- -

[1] Internet Explorer, since IE9, implements an early draft of CSS Ruby where ruby-align had the following properties: auto, left, center, right, distribute-letter, distribute-space, and line-edge. Here is a rough conversion table:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
IE syntaxStandard syntax
autoDon't use ruby-align
leftUse start (in ltr scripts)
centercenter
rightUse start (in rtl scripts)
distribute-letterNo direct equivalent, use space-between or space-around
distribute-spacespace-around
line-edgeNo direct equivalent.
+

{{Compat("css.properties.ruby-align")}}

See also

-- cgit v1.2.3-54-g00ecf