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/element/outerhtml/index.html | 48 +-------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) (limited to 'files/es/web/api/element/outerhtml/index.html') diff --git a/files/es/web/api/element/outerhtml/index.html b/files/es/web/api/element/outerhtml/index.html index 7e9647f0db..c94b4a395d 100644 --- a/files/es/web/api/element/outerhtml/index.html +++ b/files/es/web/api/element/outerhtml/index.html @@ -87,53 +87,7 @@ console.log(p.nodeName); // sigue mostrando: "P";

Compatibilidad con navegadores

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
PrestaciónFirefox (Gecko)ChromeInternet ExplorerOperaSafari
Soporte básico{{ CompatGeckoDesktop("11") }}0.24.071.3
-
- -
- - - - - - - - - - - - - - - - - - - -
PrestiaciónAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Soporte básico{{ CompatVersionUnknown() }}{{ CompatGeckoMobile("11") }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}{{ CompatVersionUnknown() }}
-
+{{Compat("api.Element.outerHTML")}}

Ver también

-- cgit v1.2.3-54-g00ecf