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/api/document/scripts/index.html | 48 +--------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) (limited to 'files/es/web/api/document/scripts/index.html') diff --git a/files/es/web/api/document/scripts/index.html b/files/es/web/api/document/scripts/index.html index 254df25276..1c55f124ef 100644 --- a/files/es/web/api/document/scripts/index.html +++ b/files/es/web/api/document/scripts/index.html @@ -27,53 +27,7 @@ if (scripts.length) {

Compatibilidad de navegadores

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{CompatGeckoDesktop("9.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatGeckoMobile("9.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
+{{Compat("api.Document.scripts")}}

 

-- cgit v1.2.3-54-g00ecf