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/css/@charset/index.html | 52 +----------------------------------- 1 file changed, 1 insertion(+), 51 deletions(-) (limited to 'files/es/web/css/@charset') diff --git a/files/es/web/css/@charset/index.html b/files/es/web/css/@charset/index.html index f024d0712e..e03702014b 100644 --- a/files/es/web/css/@charset/index.html +++ b/files/es/web/css/@charset/index.html @@ -69,54 +69,4 @@ translation_of: Web/CSS/@charset

Compatibilidad de navegadores

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Soporte básico2.0{{ CompatGeckoDesktop("1.8") }}[1]5.5[2]94
-
- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Soporte básico2.1{{ CompatGeckoMobile("1.8") }}5.5[2]10.04
-
- -

[1] Firefox 1.0 soporta sólo una sintaxis inválida donde la codificación de caracteres no se establece entre comillas sencillas o dobles.

- -

[2] De IE 5.5 a IE 7, IE también soporta la sintaxis inválida donde la codificación de caracteres no se establece entre comillas sencillas o dobles.

+{{Compat("css.at-rules.charset")}} -- cgit v1.2.3-54-g00ecf