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) --- .../es/web/html/attributes/crossorigin/index.html | 70 +++------------------- 1 file changed, 9 insertions(+), 61 deletions(-) (limited to 'files/es/web/html/attributes') diff --git a/files/es/web/html/attributes/crossorigin/index.html b/files/es/web/html/attributes/crossorigin/index.html index 472fa2885b..c504d34d26 100644 --- a/files/es/web/html/attributes/crossorigin/index.html +++ b/files/es/web/html/attributes/crossorigin/index.html @@ -53,69 +53,17 @@ original_slug: Web/HTML/Atributos_de_configuracion_CORS

Compatibilidad de navegadores

-

{{ CompatibilityTable() }}

+

script crossorigin

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support13{{ CompatGeckoDesktop("8.0") }}11{{ CompatNo() }}{{ CompatVersionUnknown() }}
{{ HTMLElement("video")}}{{ CompatUnknown() }}{{ CompatGeckoDesktop("12.0") }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
-
+{{Compat("html.elements.script.crossorigin")}} -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatUnknown() }}{{ CompatGeckoMobile("8.0") }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatVersionUnknown() }}
{{ HTMLElement("video")}}{{ CompatUnknown() }}{{ CompatGeckoMobile("12.0") }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
-
+

video crossorigin

+ +{{Compat("html.elements.video.crossorigin")}} + +

link crossorigin

+ +{{Compat("html.elements.link.crossorigin")}}

Ver también

-- cgit v1.2.3-54-g00ecf