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/geolocation/clearwatch/index.html | 52 +--------------------- .../api/geolocation/getcurrentposition/index.html | 52 +--------------------- files/es/web/api/geolocation/index.html | 52 +--------------------- .../web/api/geolocation/watchposition/index.html | 52 +--------------------- 4 files changed, 4 insertions(+), 204 deletions(-) (limited to 'files/es/web/api/geolocation') diff --git a/files/es/web/api/geolocation/clearwatch/index.html b/files/es/web/api/geolocation/clearwatch/index.html index ceb2cec832..a1de329d42 100644 --- a/files/es/web/api/geolocation/clearwatch/index.html +++ b/files/es/web/api/geolocation/clearwatch/index.html @@ -72,57 +72,7 @@ id = navigator.geolocation.watchPosition(success, error, options);

Compatibilidad de navegador

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
CaracteristicaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Soporte básico5{{CompatGeckoDesktop("1.9.1")}}910.60
- Removido en 15.0
- Reintroducido en 16.0
5
-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracteristicaAndroidChrome for AndroidFirefox Mobil (Gecko)IE MobilOpera MobilSafari Mobil
Soporte básico{{CompatUnknown()}}{{CompatUnknown()}}{{CompatGeckoMobile("4")}}{{CompatUnknown()}}10.60{{CompatUnknown()}}
-
+{{Compat("api.Geolocation.clearWatch")}}

Ver también

diff --git a/files/es/web/api/geolocation/getcurrentposition/index.html b/files/es/web/api/geolocation/getcurrentposition/index.html index 436a002971..c47d596493 100644 --- a/files/es/web/api/geolocation/getcurrentposition/index.html +++ b/files/es/web/api/geolocation/getcurrentposition/index.html @@ -69,57 +69,7 @@ navigator.geolocation.getCurrentPosition(success, error, options);

Compatibilidad de navegador

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Soporte básico5{{CompatGeckoDesktop("1.9.1")}}910.60
- Eliminado en 15.0
- Reintroducido en 16.0
5
-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidChrome para AndroidFirefox Mobil (Gecko)IE MobileOpera MobilSafari Mobile
Soporte básico{{CompatUnknown()}}{{CompatUnknown()}}{{CompatGeckoMobile("4")}}{{CompatUnknown()}}10.60{{CompatUnknown()}}
-
+{{Compat("api.Geolocation.getCurrentPosition")}}

Ver también

diff --git a/files/es/web/api/geolocation/index.html b/files/es/web/api/geolocation/index.html index 56d37a2314..0e2baf698d 100644 --- a/files/es/web/api/geolocation/index.html +++ b/files/es/web/api/geolocation/index.html @@ -55,57 +55,7 @@ translation_of: Web/API/Geolocation

Compatibilidad en navegador

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Soporte básico5{{CompatGeckoDesktop("1.9.1")}}910.60
- Removido en 15.0
- Reintroducido en 16.0
5
-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidChrome para AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Soporte básico{{CompatUnknown()}}{{CompatUnknown()}}{{CompatGeckoMobile("4")}}{{CompatUnknown()}}10.60{{CompatUnknown()}}
-
+{{Compat("api.Geolocation")}}

Ver también

diff --git a/files/es/web/api/geolocation/watchposition/index.html b/files/es/web/api/geolocation/watchposition/index.html index dbd6a1170d..dd446f5c19 100644 --- a/files/es/web/api/geolocation/watchposition/index.html +++ b/files/es/web/api/geolocation/watchposition/index.html @@ -76,57 +76,7 @@ id = navigator.geolocation.watchPosition(success, error, options);

Compatibilidad de navegador

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Soporte básico5{{CompatGeckoDesktop("1.9.1")}}910.60
- Eliminado en 15.0
- Reintroducido en 16.0
5
-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidChrome para AndroidFirefox Mobil (Gecko)IE MobileOpera MobilSafari Mobile
Soporte básico{{CompatUnknown()}}{{CompatUnknown()}}{{CompatGeckoMobile("4")}}{{CompatUnknown()}}10.60{{CompatUnknown()}}
-
+{{Compat("api.Geolocation.watchPosition")}}

Ver también

-- cgit v1.2.3-54-g00ecf