From 0ce7202a706c9036eeea42c158f433c2b7940457 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Thu, 3 Mar 2022 22:36:23 +0900 Subject: Migrate CompatibilityTable to Compat macro (es) (#4355) * Migrate CompatibilityTable to Compat macro (es) * Migrate to multiple Compat macro (es) --- files/es/web/css/transition-delay/index.html | 52 +--------------------------- 1 file changed, 1 insertion(+), 51 deletions(-) (limited to 'files/es/web/css/transition-delay') diff --git a/files/es/web/css/transition-delay/index.html b/files/es/web/css/transition-delay/index.html index a83a7e1f16..9aa166619b 100644 --- a/files/es/web/css/transition-delay/index.html +++ b/files/es/web/css/transition-delay/index.html @@ -328,57 +328,7 @@ var intervalID = window.setInterval(updateTransition, 7000);

Browser compatibility

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support1.0 {{ property_prefix("-webkit") }}{{ CompatGeckoDesktop("2.0") }} {{ property_prefix("-moz") }}
- {{ CompatGeckoDesktop("16.0") }}
10.011.6 {{ property_prefix("-o") }}
- 12.10 #
3.0 {{ property_prefix("-webkit") }}
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support2.1 {{ property_prefix("-webkit") }}{{ CompatGeckoMobile("2.0") }} {{ property_prefix("-moz") }}
- {{ CompatGeckoMobile("16.0") }}
{{ CompatUnknown() }}10.0 {{ property_prefix("-o") }}
- 12.10 #
3.2 {{ property_prefix("-webkit") }}
-
+{{Compat("css.properties.transition-delay")}}

See also

-- cgit v1.2.3-54-g00ecf