From 325a9a16506132e984a82bbfce18f9220e81fbb0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 22 Jun 2021 07:55:45 -0400 Subject: remove hidden bcd table from 'es' (#1271) --- files/es/web/css/@font-face/font-display/index.html | 2 -- files/es/web/css/_colon_focus-visible/index.html | 2 +- files/es/web/css/_colon_focus-within/index.html | 2 +- files/es/web/css/_colon_nth-last-of-type/index.html | 2 +- files/es/web/css/_doublecolon_cue/index.html | 2 -- files/es/web/css/background-position-x/index.html | 2 -- files/es/web/css/background-repeat/index.html | 2 +- files/es/web/css/border-block-color/index.html | 2 +- files/es/web/css/border-right/index.html | 2 -- files/es/web/css/border-top-color/index.html | 2 +- files/es/web/css/box-shadow/index.html | 2 +- files/es/web/css/env()/index.html | 2 +- files/es/web/css/grid-auto-columns/index.html | 4 +++- files/es/web/css/inset-block-end/index.html | 2 -- files/es/web/css/inset-block-start/index.html | 2 -- files/es/web/css/inset-inline-end/index.html | 2 -- files/es/web/css/inset-inline-start/index.html | 2 -- files/es/web/css/media_queries/index.html | 2 +- files/es/web/css/minmax()/index.html | 2 +- files/es/web/css/position/index.html | 2 +- files/es/web/css/transition-duration/index.html | 2 +- files/es/web/css/widows/index.html | 2 +- 22 files changed, 16 insertions(+), 30 deletions(-) (limited to 'files/es/web/css') diff --git a/files/es/web/css/@font-face/font-display/index.html b/files/es/web/css/@font-face/font-display/index.html index cfc90cb7b7..8228e7655c 100644 --- a/files/es/web/css/@font-face/font-display/index.html +++ b/files/es/web/css/@font-face/font-display/index.html @@ -91,6 +91,4 @@ font-display: optional;

Compatibilidad de navegadores

- -

{{Compat("css.at-rules.font-face.font-display")}}

diff --git a/files/es/web/css/_colon_focus-visible/index.html b/files/es/web/css/_colon_focus-visible/index.html index b82abfde9e..49b7cfd918 100644 --- a/files/es/web/css/_colon_focus-visible/index.html +++ b/files/es/web/css/_colon_focus-visible/index.html @@ -116,7 +116,7 @@ custom-button:focus-visible {

Compatibilidad de navegador

- +

{{Compat("css.selectors.focus-visible")}}

diff --git a/files/es/web/css/_colon_focus-within/index.html b/files/es/web/css/_colon_focus-within/index.html index 0cd7804240..6646917a42 100644 --- a/files/es/web/css/_colon_focus-within/index.html +++ b/files/es/web/css/_colon_focus-within/index.html @@ -83,7 +83,7 @@ input {

Compatibilidad con navegadores

- +

{{Compat("css.selectors.focus-within")}}

diff --git a/files/es/web/css/_colon_nth-last-of-type/index.html b/files/es/web/css/_colon_nth-last-of-type/index.html index 9bde621122..b0ff3af68d 100644 --- a/files/es/web/css/_colon_nth-last-of-type/index.html +++ b/files/es/web/css/_colon_nth-last-of-type/index.html @@ -84,7 +84,7 @@ p:nth-last-of-type(4n) {

Compatibilidad con navegadores

- +

{{Compat("css.selectors.nth-last-of-type")}}

diff --git a/files/es/web/css/_doublecolon_cue/index.html b/files/es/web/css/_doublecolon_cue/index.html index bcd306e8f8..ea72ee47e4 100644 --- a/files/es/web/css/_doublecolon_cue/index.html +++ b/files/es/web/css/_doublecolon_cue/index.html @@ -101,8 +101,6 @@ translation_of: 'Web/CSS/::cue'

Compatibilidad con los navegadores

- -

{{Compat("css.selectors.cue")}}

Ver también

diff --git a/files/es/web/css/background-position-x/index.html b/files/es/web/css/background-position-x/index.html index 115de47bd9..16f74f3cb7 100644 --- a/files/es/web/css/background-position-x/index.html +++ b/files/es/web/css/background-position-x/index.html @@ -113,8 +113,6 @@ background-position-x: unset;

Browser compatibility

- -

{{Compat("css.properties.background-position-x")}}

See also

diff --git a/files/es/web/css/background-repeat/index.html b/files/es/web/css/background-repeat/index.html index 674c282252..21cb7d719e 100644 --- a/files/es/web/css/background-repeat/index.html +++ b/files/es/web/css/background-repeat/index.html @@ -238,7 +238,7 @@ div {

Compatibilidad en navegadores

- +

{{Compat("css.properties.background-repeat")}}

diff --git a/files/es/web/css/border-block-color/index.html b/files/es/web/css/border-block-color/index.html index e015df4976..786b9dcaaa 100644 --- a/files/es/web/css/border-block-color/index.html +++ b/files/es/web/css/border-block-color/index.html @@ -74,7 +74,7 @@ border-block-color: #F5F6F7;

Compatibilidad en navegadores

- +

{{Compat("css.properties.border-block-color")}}

diff --git a/files/es/web/css/border-right/index.html b/files/es/web/css/border-right/index.html index 9b493c4b01..ea9e06da1f 100644 --- a/files/es/web/css/border-right/index.html +++ b/files/es/web/css/border-right/index.html @@ -104,6 +104,4 @@ border-right: medium dashed green;

Compatibilitidad del navegador

- -

{{Compat("css.properties.border-right")}}

diff --git a/files/es/web/css/border-top-color/index.html b/files/es/web/css/border-top-color/index.html index 3f913bf93b..78e8406f3c 100644 --- a/files/es/web/css/border-top-color/index.html +++ b/files/es/web/css/border-top-color/index.html @@ -92,7 +92,7 @@ border-top-color: unset;

Compatibilidad entre navegadores

- +

{{Compat("css.properties.border-top-color")}}

diff --git a/files/es/web/css/box-shadow/index.html b/files/es/web/css/box-shadow/index.html index 16de31787a..0536a9cf23 100644 --- a/files/es/web/css/box-shadow/index.html +++ b/files/es/web/css/box-shadow/index.html @@ -164,7 +164,7 @@ But still, like air, I'll rise.<

Compatibilidad de los navegadores

- +

{{Compat("css.properties.box-shadow")}}

diff --git a/files/es/web/css/env()/index.html b/files/es/web/css/env()/index.html index 18e6a48310..674fa460b3 100644 --- a/files/es/web/css/env()/index.html +++ b/files/es/web/css/env()/index.html @@ -19,7 +19,7 @@ translation_of: Web/CSS/env()

Compatibilidad con navegadores

- +

{{Compat("css.properties.custom-property.env")}}

diff --git a/files/es/web/css/grid-auto-columns/index.html b/files/es/web/css/grid-auto-columns/index.html index a349017481..6e5aea4e5a 100644 --- a/files/es/web/css/grid-auto-columns/index.html +++ b/files/es/web/css/grid-auto-columns/index.html @@ -142,7 +142,9 @@ grid-auto-columns: unset;

Compatibilidad con Navegadores

- + + +{{Compat("css.properties.grid-auto-columns")}}

Vea también

diff --git a/files/es/web/css/inset-block-end/index.html b/files/es/web/css/inset-block-end/index.html index 4177ddfe6d..2e271314ea 100644 --- a/files/es/web/css/inset-block-end/index.html +++ b/files/es/web/css/inset-block-end/index.html @@ -86,8 +86,6 @@ inset-block-end: unset;

Compatibilidad en navegadores

- -

{{Compat("css.properties.inset-block-end")}}

Mira también

diff --git a/files/es/web/css/inset-block-start/index.html b/files/es/web/css/inset-block-start/index.html index dd59522f2f..696ed32a3d 100644 --- a/files/es/web/css/inset-block-start/index.html +++ b/files/es/web/css/inset-block-start/index.html @@ -86,8 +86,6 @@ inset-block-start: unset;

Compatibilidad en navegadores

- -

{{Compat("css.properties.inset-block-start")}}

Mira también

diff --git a/files/es/web/css/inset-inline-end/index.html b/files/es/web/css/inset-inline-end/index.html index 2c47caa97b..81e9b14188 100644 --- a/files/es/web/css/inset-inline-end/index.html +++ b/files/es/web/css/inset-inline-end/index.html @@ -86,8 +86,6 @@ inset-inline-end: unset;

Compatibilidad en navegadores

- -

{{Compat("css.properties.inset-inline-end")}}

Mira también

diff --git a/files/es/web/css/inset-inline-start/index.html b/files/es/web/css/inset-inline-start/index.html index 5d13d75982..0f4b93b8e7 100644 --- a/files/es/web/css/inset-inline-start/index.html +++ b/files/es/web/css/inset-inline-start/index.html @@ -86,8 +86,6 @@ inset-inline-start: unset;

Compatibilidad en navegadores

- -

{{Compat("css.properties.inset-inline-start")}}

Mira también

diff --git a/files/es/web/css/media_queries/index.html b/files/es/web/css/media_queries/index.html index 630dc94b9c..8cff0b9f26 100644 --- a/files/es/web/css/media_queries/index.html +++ b/files/es/web/css/media_queries/index.html @@ -96,7 +96,7 @@ translation_of: Web/CSS/Media_Queries

@media rule

- +

{{Compat("css.at-rules.media")}}

diff --git a/files/es/web/css/minmax()/index.html b/files/es/web/css/minmax()/index.html index a4f2472a04..aee4d66659 100644 --- a/files/es/web/css/minmax()/index.html +++ b/files/es/web/css/minmax()/index.html @@ -140,7 +140,7 @@ minmax(auto, 300px)

Compatibilidad de navegadores

- +

{{Compat("css.properties.grid-template-columns.minmax")}}

diff --git a/files/es/web/css/position/index.html b/files/es/web/css/position/index.html index ecae12f0f4..3539dcd6a5 100644 --- a/files/es/web/css/position/index.html +++ b/files/es/web/css/position/index.html @@ -300,6 +300,6 @@ dd + dd {

Compatibilidad

- +

{{Compat("css.properties.position")}}

diff --git a/files/es/web/css/transition-duration/index.html b/files/es/web/css/transition-duration/index.html index 6c3aaef2b9..7b44d67dc2 100644 --- a/files/es/web/css/transition-duration/index.html +++ b/files/es/web/css/transition-duration/index.html @@ -325,7 +325,7 @@ var intervalID = window.setInterval(updateTransition, 7000);

Compatibilidad con Navegadores

- +

{{Compat("css.properties.transition-duration")}}

diff --git a/files/es/web/css/widows/index.html b/files/es/web/css/widows/index.html index 98d7242402..2720f4efec 100644 --- a/files/es/web/css/widows/index.html +++ b/files/es/web/css/widows/index.html @@ -100,7 +100,7 @@ p:first-child {

Compatibilidad entre navegadores

- +

{{Compat("css.properties.widows")}}

-- cgit v1.2.3-54-g00ecf