From 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 Mon Sep 17 00:00:00 2001 From: Clóvis Lima Júnior Date: Sat, 17 Jul 2021 00:14:43 -0300 Subject: [pt-BR] Normalize titles and ids from the Browser_compatibility (#1115) * [pt-BR] Normalize titles and ids from the Browser_compatibility This change was done to maintaina pattern and ease-in future modifications * pt-br: Remove extra closing span tags --- .../web/javascript/reference/global_objects/array/@@iterator/index.html | 2 +- .../javascript/reference/global_objects/array/@@unscopables/index.html | 2 +- .../web/javascript/reference/global_objects/array/concat/index.html | 2 +- .../web/javascript/reference/global_objects/array/copywithin/index.html | 2 +- .../web/javascript/reference/global_objects/array/entries/index.html | 2 +- .../web/javascript/reference/global_objects/array/every/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/array/fill/index.html | 2 +- .../web/javascript/reference/global_objects/array/filter/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/array/find/index.html | 2 +- .../web/javascript/reference/global_objects/array/findindex/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/array/flat/index.html | 2 +- .../web/javascript/reference/global_objects/array/foreach/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/array/from/index.html | 2 +- .../javascript/reference/global_objects/array/lastindexof/index.html | 2 +- .../web/javascript/reference/global_objects/array/length/index.html | 2 +- .../web/javascript/reference/global_objects/array/slice/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/array/some/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/array/sort/index.html | 2 +- .../javascript/reference/global_objects/array/tolocalestring/index.html | 2 +- .../web/javascript/reference/global_objects/array/values/index.html | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/array') diff --git a/files/pt-br/web/javascript/reference/global_objects/array/@@iterator/index.html b/files/pt-br/web/javascript/reference/global_objects/array/@@iterator/index.html index 4256678efd..8935e82e26 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/@@iterator/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/@@iterator/index.html @@ -56,7 +56,7 @@ console.log(eArr.next().value); // p -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/@@unscopables/index.html b/files/pt-br/web/javascript/reference/global_objects/array/@@unscopables/index.html index 53805d6ada..6a5dacec9f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/@@unscopables/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/@@unscopables/index.html @@ -60,7 +60,7 @@ Object.keys(Array.prototype[Symbol.unscopables]); -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

diff --git a/files/pt-br/web/javascript/reference/global_objects/array/concat/index.html b/files/pt-br/web/javascript/reference/global_objects/array/concat/index.html index dc8fc20d38..751f99e9be 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/concat/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/concat/index.html @@ -97,7 +97,7 @@ var alphaNumeric = alpha.concat(1, [2, 3]); -

Compatibilidade em navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/copywithin/index.html b/files/pt-br/web/javascript/reference/global_objects/array/copywithin/index.html index 4802e87b94..4539c49689 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/copywithin/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/copywithin/index.html @@ -144,7 +144,7 @@ i32a.copyWithin(0, 2); -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/entries/index.html b/files/pt-br/web/javascript/reference/global_objects/array/entries/index.html index 8abb0cf088..467e985a6d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/entries/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/entries/index.html @@ -55,7 +55,7 @@ for (let e of eArr) { -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/every/index.html b/files/pt-br/web/javascript/reference/global_objects/array/every/index.html index a7d290e58a..510a8b64cc 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/every/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/every/index.html @@ -163,7 +163,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/every -

Compatibilidade em navegadores

+

Compatibilidade com navegadores

{{Compat("javascript.builtins.Array.every")}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html b/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html index 8957bf3023..f58c1d8d8c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html @@ -109,7 +109,7 @@ Array(3).fill(4); // [4, 4, 4] -

Compatibilidade com os navegadores

+

Compatibilidade com navegadores

{{Compat("javascript.builtins.Array.fill")}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html b/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html index 9daed5325a..d0863a9aa8 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html @@ -212,7 +212,7 @@ console.log(filterItems('an')); // ['banana', 'mango', 'orange'] -

Compatibilidade de Browser

+

Compatibilidade com navegadores

{{Compat("javascript.builtins.Array.filter")}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/find/index.html b/files/pt-br/web/javascript/reference/global_objects/array/find/index.html index 904f65c200..7d50d47a1f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/find/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/find/index.html @@ -145,7 +145,7 @@ console.log([4, 5, 8, 12].find(isPrime)); // 5 -

Compatibilidade do Navegador

+

Compatibilidade com navegadores

{{Compat("javascript.builtins.Array.find")}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html b/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html index 75c677d20d..b4af428f99 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html @@ -113,7 +113,7 @@ console.log([4, 6, 7, 12].findIndex(isPrime)); // 2 -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{Compat("javascript.builtins.Array.findIndex")}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/flat/index.html b/files/pt-br/web/javascript/reference/global_objects/array/flat/index.html index b14ffb006f..38a71be527 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/flat/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/flat/index.html @@ -103,7 +103,7 @@ var arr1 = [1,2,3,[1,2,3,4, [2,3,4]]]; -

Compatibilidade em Navegadores

+

Compatibilidade com navegadores

diff --git a/files/pt-br/web/javascript/reference/global_objects/array/foreach/index.html b/files/pt-br/web/javascript/reference/global_objects/array/foreach/index.html index 3ff4e43901..c52d99df4a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/foreach/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/foreach/index.html @@ -168,7 +168,7 @@ if ( !Array.prototype.forEach ) { } -

Compatibilidade de Browser

+

Compatibilidade com navegadores

{{Compat("javascript.builtins.Array.forEach")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/array/from/index.html b/files/pt-br/web/javascript/reference/global_objects/array/from/index.html index c1a8f76473..e5515980ae 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/from/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/from/index.html @@ -190,7 +190,7 @@ Array.from({length: 5}, (v, k) => k); -

compatibilidade com navegadores

+

Compatibilidade com navegadores

{{Compat("javascript.builtins.Array.from")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/array/lastindexof/index.html b/files/pt-br/web/javascript/reference/global_objects/array/lastindexof/index.html index 0dc189d7f1..a90917a2da 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/lastindexof/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/lastindexof/index.html @@ -124,7 +124,7 @@ if (!Array.prototype.lastIndexOf) { -

Compatibilidade de Browser

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/length/index.html b/files/pt-br/web/javascript/reference/global_objects/array/length/index.html index a03b16502c..fc97681290 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/length/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/length/index.html @@ -69,7 +69,7 @@ for (var i = 0; i < numbers.length; i++) { -

Compatibilidade de Browser

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/slice/index.html b/files/pt-br/web/javascript/reference/global_objects/array/slice/index.html index daff58f51f..9359e8907c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/slice/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/slice/index.html @@ -209,7 +209,7 @@ var list1 = list(1, 2, 3); // [1, 2, 3] -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{Compat("javascript.builtins.Array.slice")}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/some/index.html b/files/pt-br/web/javascript/reference/global_objects/array/some/index.html index f4724488dd..84f9aa6c03 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/some/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/some/index.html @@ -121,7 +121,7 @@ if (!Array.prototype.some) { -

Compatibilidade em navegadores

+

Compatibilidade com navegadores

{{Compat("javascript.builtins.Array.some")}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html b/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html index 12f2fc1fcc..29b43530cf 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html @@ -218,7 +218,7 @@ var result = mapped.map(function(el){ -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{Compat("javascript.builtins.Array.sort")}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/tolocalestring/index.html b/files/pt-br/web/javascript/reference/global_objects/array/tolocalestring/index.html index 7912113ff7..4679008070 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/tolocalestring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/tolocalestring/index.html @@ -81,7 +81,7 @@ console.log(resultado); -

Compatibilidade do Browser

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/values/index.html b/files/pt-br/web/javascript/reference/global_objects/array/values/index.html index d3e918e1b9..234228a2ef 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/values/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/values/index.html @@ -52,7 +52,7 @@ console.log(eArr.next().value); // p -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
-- cgit v1.2.3-54-g00ecf