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) --- .../javascript/reference/global_objects/string/codepointat/index.html | 2 -- files/es/web/javascript/reference/global_objects/string/index.html | 2 +- .../javascript/reference/global_objects/string/localecompare/index.html | 2 -- .../web/javascript/reference/global_objects/string/matchall/index.html | 2 +- .../web/javascript/reference/global_objects/string/normalize/index.html | 2 +- files/es/web/javascript/reference/global_objects/string/raw/index.html | 2 -- .../reference/global_objects/string/tolocalelowercase/index.html | 2 +- .../reference/global_objects/string/tolocaleuppercase/index.html | 2 -- .../web/javascript/reference/global_objects/string/tosource/index.html | 2 +- .../web/javascript/reference/global_objects/string/trimend/index.html | 2 -- 10 files changed, 5 insertions(+), 15 deletions(-) (limited to 'files/es/web/javascript/reference/global_objects/string') diff --git a/files/es/web/javascript/reference/global_objects/string/codepointat/index.html b/files/es/web/javascript/reference/global_objects/string/codepointat/index.html index fabd85a657..2e4dd6cd00 100644 --- a/files/es/web/javascript/reference/global_objects/string/codepointat/index.html +++ b/files/es/web/javascript/reference/global_objects/string/codepointat/index.html @@ -114,8 +114,6 @@ if (!String.prototype.codePointAt) {

Browser compatibility

- -

{{Compat("javascript.builtins.String.codePointAt")}}

See also

diff --git a/files/es/web/javascript/reference/global_objects/string/index.html b/files/es/web/javascript/reference/global_objects/string/index.html index acf3cdcae5..5efe7d3a0a 100644 --- a/files/es/web/javascript/reference/global_objects/string/index.html +++ b/files/es/web/javascript/reference/global_objects/string/index.html @@ -371,7 +371,7 @@ for (let i = 0, n = inputValues.length; i < n; ++i) {

Compatibilidad del navegador

- +

{{Compat("javascript.builtins.String")}}

diff --git a/files/es/web/javascript/reference/global_objects/string/localecompare/index.html b/files/es/web/javascript/reference/global_objects/string/localecompare/index.html index 3b926398a8..704efa97c8 100644 --- a/files/es/web/javascript/reference/global_objects/string/localecompare/index.html +++ b/files/es/web/javascript/reference/global_objects/string/localecompare/index.html @@ -149,8 +149,6 @@ console.log('ä'.localeCompare('a', 'sv', { sensitivity: 'base' })); // a positi

Compatibilidad con el navegador

- -

{{Compat("javascript.builtins.String.localeCompare")}}

Ver también

diff --git a/files/es/web/javascript/reference/global_objects/string/matchall/index.html b/files/es/web/javascript/reference/global_objects/string/matchall/index.html index 309198bd7a..54b86921b6 100644 --- a/files/es/web/javascript/reference/global_objects/string/matchall/index.html +++ b/files/es/web/javascript/reference/global_objects/string/matchall/index.html @@ -122,7 +122,7 @@ array[1];

Compatibilidad de navegadores

- +

{{Compat("javascript.builtins.String.matchAll")}}

diff --git a/files/es/web/javascript/reference/global_objects/string/normalize/index.html b/files/es/web/javascript/reference/global_objects/string/normalize/index.html index ecff675bc3..9ce9ee0321 100644 --- a/files/es/web/javascript/reference/global_objects/string/normalize/index.html +++ b/files/es/web/javascript/reference/global_objects/string/normalize/index.html @@ -115,7 +115,7 @@ str.normalize('NFKD'); // '\u0073\u0323\u0307'

Compatibilidad de Navegadores

- +

{{Compat("javascript.builtins.String.normalize")}}

diff --git a/files/es/web/javascript/reference/global_objects/string/raw/index.html b/files/es/web/javascript/reference/global_objects/string/raw/index.html index fbdc195d5c..862a2c5174 100644 --- a/files/es/web/javascript/reference/global_objects/string/raw/index.html +++ b/files/es/web/javascript/reference/global_objects/string/raw/index.html @@ -100,8 +100,6 @@ String.raw({

Compatibilidad de navegador

- -

{{Compat("javascript.builtins.String.raw")}}

Tambien ver

diff --git a/files/es/web/javascript/reference/global_objects/string/tolocalelowercase/index.html b/files/es/web/javascript/reference/global_objects/string/tolocalelowercase/index.html index 6c926fbb3f..b354756b48 100644 --- a/files/es/web/javascript/reference/global_objects/string/tolocalelowercase/index.html +++ b/files/es/web/javascript/reference/global_objects/string/tolocalelowercase/index.html @@ -101,7 +101,7 @@ let locales = ['tr', 'TR', 'tr-TR', 'tr-u-co-search', 'tr-x-turkish'];

Compatibilidad entre navegadores

- +

{{Compat("javascript.builtins.String.toLocaleLowerCase")}}

diff --git a/files/es/web/javascript/reference/global_objects/string/tolocaleuppercase/index.html b/files/es/web/javascript/reference/global_objects/string/tolocaleuppercase/index.html index 6ff17f382a..226dc19846 100644 --- a/files/es/web/javascript/reference/global_objects/string/tolocaleuppercase/index.html +++ b/files/es/web/javascript/reference/global_objects/string/tolocaleuppercase/index.html @@ -88,8 +88,6 @@ let locales = ['lt', 'LT', 'lt-LT', 'lt-u-co-phonebk', 'lt-x-lietuva'];

Compatibilidad de navegadores

- -

{{Compat("javascript.builtins.String.toLocaleUpperCase")}}

Ver también

diff --git a/files/es/web/javascript/reference/global_objects/string/tosource/index.html b/files/es/web/javascript/reference/global_objects/string/tosource/index.html index 5e0e470536..ee74eaa57a 100644 --- a/files/es/web/javascript/reference/global_objects/string/tosource/index.html +++ b/files/es/web/javascript/reference/global_objects/string/tosource/index.html @@ -46,7 +46,7 @@ original_slug: Web/JavaScript/Referencia/Objetos_globales/String/toSource

Compatibilidad entre navegadores

- +

{{Compat("javascript.builtins.String.toSource")}}

diff --git a/files/es/web/javascript/reference/global_objects/string/trimend/index.html b/files/es/web/javascript/reference/global_objects/string/trimend/index.html index 5ee771055c..c5f726fbdd 100644 --- a/files/es/web/javascript/reference/global_objects/string/trimend/index.html +++ b/files/es/web/javascript/reference/global_objects/string/trimend/index.html @@ -71,8 +71,6 @@ console.log(str); // ' foo'

Compatibilidad en Navegadores

- -

{{Compat("javascript.builtins.String.trimEnd")}}

Ver también

-- cgit v1.2.3-54-g00ecf