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/range/getclientrects/index.html | 52 +----------------------- files/es/web/api/range/setstart/index.html | 52 +----------------------- 2 files changed, 2 insertions(+), 102 deletions(-) (limited to 'files/es/web/api/range') diff --git a/files/es/web/api/range/getclientrects/index.html b/files/es/web/api/range/getclientrects/index.html index c324753d0b..a6ca715777 100644 --- a/files/es/web/api/range/getclientrects/index.html +++ b/files/es/web/api/range/getclientrects/index.html @@ -44,57 +44,7 @@ rectList = range.getClientRects();

Compatibilidad en los Navegadores

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Soporte básico{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoDesktop("2.0")}}915.05
-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Soporte básico{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("2.0")}}{{CompatNo}}15.0{{CompatUnknown}}
-
+{{Compat("api.Range.getClientRects")}}

Ver también

diff --git a/files/es/web/api/range/setstart/index.html b/files/es/web/api/range/setstart/index.html index f4a991615c..afc7a37102 100644 --- a/files/es/web/api/range/setstart/index.html +++ b/files/es/web/api/range/setstart/index.html @@ -59,57 +59,7 @@ range.setStart(startNode,startOffset);

Compatibilidad del navegador

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoDesktop("1.0")}}9.09.0{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("1.0")}}9.09.0{{CompatVersionUnknown}}
-
+{{Compat("api.Range.setStart")}}

 

-- cgit v1.2.3-54-g00ecf