From 9a110dee28ae2ef12ee014b98fda6bae6ee48edb Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Wed, 2 Mar 2022 20:22:51 +0900 Subject: Migrate to Compat macro (zh-cn) --- files/zh-cn/web/css/flex-direction/index.html | 60 +-------------------------- 1 file changed, 1 insertion(+), 59 deletions(-) (limited to 'files/zh-cn/web/css/flex-direction/index.html') diff --git a/files/zh-cn/web/css/flex-direction/index.html b/files/zh-cn/web/css/flex-direction/index.html index eb1fa87ac0..63e5134ba0 100644 --- a/files/zh-cn/web/css/flex-direction/index.html +++ b/files/zh-cn/web/css/flex-direction/index.html @@ -126,65 +126,7 @@ flex-direction: unset;

浏览器兼容性

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureFirefox (Gecko)ChromeInternet ExplorerOperaSafari
Basic support{{CompatGeckoDesktop("18.0")}} (behind a pref) [1] [2]
- {{CompatGeckoDesktop("20.0")}} [2]
21.0{{ property_prefix("-webkit") }} -

10 {{ property_prefix("-ms") }}
- 11

-
12.10 -

7 {{ property_prefix("-webkit") }}

-
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureFirefox Mobile (Gecko)AndroidIE PhoneOpera MobileSafari Mobile
Basic support{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatNo() }}12.10{{ CompatNo() }}
-
- -

[1] 要激活Firefox 18和19的flexbox支持,用户必须将about:config首选项“layout.css.flexbox.enabled”更改为true。

- -

[2] 从Firefox 28开始支持多行flexbox。

- -

除了无前缀的支持外,Gecko 48.0{{geckoRelease("48.0")}}由于web兼容性原因,在首选项“layout.css.prefixes.webkit”之后增加了-webkit前缀版本的支持,默认设为false。 由于Gecko 49.0 {{geckoRelease("49.0")}},首选项默认为true。

+{{Compat("css.properties.flex-direction")}}

参考

-- cgit v1.2.3-54-g00ecf