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/perspective/index.html | 50 +-------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) (limited to 'files/es/web/css/perspective') diff --git a/files/es/web/css/perspective/index.html b/files/es/web/css/perspective/index.html index 6ab1d25783..cde33c894c 100644 --- a/files/es/web/css/perspective/index.html +++ b/files/es/web/css/perspective/index.html @@ -139,55 +139,7 @@ perspective: inherited

Compatibilidad de navegadores

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Soporte básico12{{ property_prefix('-webkit') }}{{ CompatGeckoDesktop("10") }}{{ property_prefix('-moz') }}
- {{ CompatGeckoDesktop("16") }}
1015{{ property_prefix('-webkit') }}{{ CompatVersionUnknown() }}{{ property_prefix('-webkit') }}
-
- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Soporte básico3.0{{ property_prefix('-webkit') }}{{ CompatGeckoMobile("10") }}{{ property_prefix('-moz') }}
- {{ CompatGeckoMobile("16") }}
{{ CompatUnknown() }}{{ CompatNo() }}{{ CompatVersionUnknown() }}{{ property_prefix('-webkit') }}
-
+{{Compat("css.properties.perspective")}}

Ver también

-- cgit v1.2.3-54-g00ecf