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/svg/element/script/index.html | 129 +---------------------------- 1 file changed, 1 insertion(+), 128 deletions(-) (limited to 'files/es/web/svg/element/script') diff --git a/files/es/web/svg/element/script/index.html b/files/es/web/svg/element/script/index.html index 1efecd0e7c..7e24ff3066 100644 --- a/files/es/web/svg/element/script/index.html +++ b/files/es/web/svg/element/script/index.html @@ -117,134 +117,7 @@ original_slug: Web/HTML/Elemento/script

Compatibilidad de navegadores

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatChrome(1.0)}}{{CompatGeckoDesktop("1.0")}}[2]{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
async attribute{{CompatVersionUnknown}}[1]{{CompatGeckoDesktop("1.9.2")}}[1]10[1]{{CompatNo}}[1]{{CompatVersionUnknown}}[1]
defer attribute{{CompatVersionUnknown}}{{CompatGeckoDesktop("1.9.1")}} -

4[3]
- 10

-
{{CompatNo}}{{CompatVersionUnknown}}
crossorigin attribute{{CompatChrome(30.0)}}{{CompatGeckoDesktop("13")}}{{CompatNo}}12.50{{CompatVersionUnknown}}[4]
integrity attribute{{CompatChrome(45.0)}}{{CompatGeckoDesktop("43")}}  {{CompatNo}}[5]
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidAndroid WebviewFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("1.0")}}[2]{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
async attribute{{CompatVersionUnknown}}[1]{{CompatVersionUnknown}}[1]{{CompatGeckoMobile("1.0")}}[1]{{CompatNo}}[1]{{CompatUnknown}}[1]{{CompatVersionUnknown}}[1]{{CompatVersionUnknown}}[1]
defer attribute{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("1.0")}}{{CompatNo}}{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
integrity attribute{{CompatNo}}{{CompatChrome(45.0)}}{{CompatGeckoDesktop("43")}}   {{CompatChrome(45.0)}}
-
- -

[1] In older browsers that don't support the async attribute, parser-inserted scripts block the parser; script-inserted scripts execute asynchronously in IE and WebKit, but synchronously in Opera and pre-4.0 Firefox. In Firefox 4.0, the async DOM property defaults to true for script-created scripts, so the default behavior matches the behavior of IE and WebKit. To request script-inserted external scripts be executed in the insertion order in browsers where the document.createElement("script").async evaluates to true (such as Firefox 4.0), set .async=false on the scripts you want to maintain order. Never call document.write() from an async script. In Gecko 1.9.2, calling document.write() has an unpredictable effect. In Gecko 2.0, calling document.write() from an async script has no effect (other than printing a warning to the error console).

- -

[2] Starting in Gecko 2.0 {{geckoRelease("2.0")}}, inserting script elements that have been created by calling document.createElement("script") into the DOM no longer enforces execution in insertion order. This change lets Gecko properly abide by the HTML5 specification. To make script-inserted external scripts execute in their insertion order, set .async=false on them.

- -

Also, {{HTMLElement("script")}} elements inside {{HTMLElement("iframe")}}, {{HTMLElement("noembed")}} and {{HTMLElement("noframes")}} elements are now executed, for the same reasons.

- -

[3] In versions prior to Internet Explorer 10 Trident implemented <script> by a proprietary specification. Since version 10 it conforms to the W3C specification.

- -

[4] The crossorigin attribute was implemented in WebKit in {{WebKitBug(81438)}}.

- -

[5] {{WebKitBug(148363)}} tracks WebKit implementation of Subresource Integrity (which includes the integrity attribute).

+{{Compat("svg.elements.script")}}

Ver también

-- cgit v1.2.3-54-g00ecf