diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects')
159 files changed, 159 insertions, 159 deletions
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 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> 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]); </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> 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]); </tbody> </table> -<h2 id="Compatibilidade_em_navegadores">Compatibilidade em navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> 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); </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> 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) { </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> 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 </tbody> </table> -<h2 id="Compatibilidade_em_navegadores">Compatibilidade em navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.every")}}</div> 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] </tbody> </table> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.fill")}}</div> 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']</pre> </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.filter")}}</div> 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 </tbody> </table> -<h2 id="Compatibilidade_do_Navegador">Compatibilidade do Navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.find")}}</div> 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 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.findIndex")}}</div> 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]]]; </tbody> </table> -<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> 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 ) { } </pre> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Array.forEach")}}</p> 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); </tbody> </table> -<h2 id="Browser_compatibility">compatibilidade com navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> <p>{{Compat("javascript.builtins.Array.from")}}</p> 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) { </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> 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++) { </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> 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] </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.slice")}}</div> 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) { </tbody> </table> -<h2 id="Compatibilidade_em_navegadores">Compatibilidade em navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.some")}}</div> 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){ </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div id="compat-desktop">{{Compat("javascript.builtins.Array.sort")}}</div> 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); </tbody> </table> -<h2 id="Compatibilidade_do_Browser">Compatibilidade do Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> 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 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/asyncfunction/index.html b/files/pt-br/web/javascript/reference/global_objects/asyncfunction/index.html index 3a463c8184..7112a6b269 100644 --- a/files/pt-br/web/javascript/reference/global_objects/asyncfunction/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/asyncfunction/index.html @@ -105,7 +105,7 @@ a(10, 20).then(v => { </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/atomics/add/index.html b/files/pt-br/web/javascript/reference/global_objects/atomics/add/index.html index 6d187893bb..4d53cd6b35 100644 --- a/files/pt-br/web/javascript/reference/global_objects/atomics/add/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/atomics/add/index.html @@ -66,7 +66,7 @@ Atomics.load(ta, 0); // 12</pre> </tbody> </table> -<h2 id="Compatibilidade_dos_browsers">Compatibilidade dos browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/atomics/index.html b/files/pt-br/web/javascript/reference/global_objects/atomics/index.html index 6f6a1dfabe..d93a65a976 100644 --- a/files/pt-br/web/javascript/reference/global_objects/atomics/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/atomics/index.html @@ -73,7 +73,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Atomics </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/boolean/index.html b/files/pt-br/web/javascript/reference/global_objects/boolean/index.html index 5d8f195d2f..92814d5671 100644 --- a/files/pt-br/web/javascript/reference/global_objects/boolean/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/boolean/index.html @@ -133,7 +133,7 @@ var bObjProto = new Boolean({}); </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/boolean/tosource/index.html b/files/pt-br/web/javascript/reference/global_objects/boolean/tosource/index.html index 5acf8e00fa..6c4589fcce 100644 --- a/files/pt-br/web/javascript/reference/global_objects/boolean/tosource/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/boolean/tosource/index.html @@ -37,7 +37,7 @@ Boolean.toSource()</code></pre> <p>Não é parte de nenhum padrão. Implementado no Javascript 1.3.</p> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/boolean/tostring/index.html b/files/pt-br/web/javascript/reference/global_objects/boolean/tostring/index.html index 45820dc57d..edee046a44 100644 --- a/files/pt-br/web/javascript/reference/global_objects/boolean/tostring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/boolean/tostring/index.html @@ -65,7 +65,7 @@ var myVar = flag.toString(); </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html index 0e4244c42d..78d00b647c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html @@ -66,7 +66,7 @@ console.log(day); // 25 </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html index 594f2aa427..7999c92f40 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html @@ -66,7 +66,7 @@ console.log(weekday); // 1 </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html index 140fca67d4..406e588699 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html @@ -66,7 +66,7 @@ var year = today.getFullYear(); </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html b/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html index 49c79ae5ae..141515db1f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html @@ -66,7 +66,7 @@ console.log(hours); // 23 </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html index 4bbd37b571..9e431e64f2 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html @@ -57,7 +57,7 @@ var milliseconds = today.getMilliseconds(); </tbody> </table> -<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html index c053d864c4..cf375643da 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html @@ -61,7 +61,7 @@ console.log(minutes); // 15 </tbody> </table> -<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html index 9685a3a383..558fab467f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html @@ -60,7 +60,7 @@ console.log(month); // 11 </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html index 4d4aa2b8c2..d1dc1867ae 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html @@ -61,7 +61,7 @@ console.log(seconds); // 30 </tbody> </table> -<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html b/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html index 15bf8855fb..a07479a94c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html @@ -76,7 +76,7 @@ console.log('Operation took ' + (end.getTime() - start.getTime()) + ' msec'); </tbody> </table> -<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html index 8b370ec07d..507416bbe9 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html @@ -57,7 +57,7 @@ var day = today.getUTCDate(); </tbody> </table> -<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html index d7eb82b8b4..1630378c19 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html @@ -56,7 +56,7 @@ var <code>diaDaSemana</code> = hoje.getUTCDay(); </tbody> </table> -<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html index 47ece39f41..deb0f52419 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html @@ -108,7 +108,7 @@ var year = Xmas.getYear(); // returns 95 </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/index.html b/files/pt-br/web/javascript/reference/global_objects/date/index.html index b83fe9a4fd..98c18ca05a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/index.html @@ -214,7 +214,7 @@ retornoDaSuaFuncao = imprimirTempoDecorrido(suaFuncao); </tbody> </table> -<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/now/index.html b/files/pt-br/web/javascript/reference/global_objects/date/now/index.html index 2eef32c0b7..9d065ccf3a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/now/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/now/index.html @@ -64,7 +64,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/now </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>Baseado em <a href="http://kangax.github.com/es5-compat-table/">Kangax's compat table</a>.</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html b/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html index ccba92e923..d84f0377e9 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html @@ -138,7 +138,7 @@ Date.parse('foo-bar 2014'); </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html index 410807cb37..504dba979e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html @@ -158,7 +158,7 @@ console.log(date.toLocaleDateString('en-US', options)); </tbody> </table> -<h2 id="Compatibilidade_com_o_navegador">Compatibilidade com o navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/decodeuri/index.html b/files/pt-br/web/javascript/reference/global_objects/decodeuri/index.html index 46abadbb77..482115dfe6 100644 --- a/files/pt-br/web/javascript/reference/global_objects/decodeuri/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/decodeuri/index.html @@ -84,7 +84,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/decodeURI </tbody> </table> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/decodeuricomponent/index.html b/files/pt-br/web/javascript/reference/global_objects/decodeuricomponent/index.html index 71f6fcb6eb..e800382dfd 100644 --- a/files/pt-br/web/javascript/reference/global_objects/decodeuricomponent/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/decodeuricomponent/index.html @@ -57,7 +57,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/decodeURIComponent </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/encodeuri/index.html b/files/pt-br/web/javascript/reference/global_objects/encodeuri/index.html index 362493efd9..7487312515 100644 --- a/files/pt-br/web/javascript/reference/global_objects/encodeuri/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/encodeuri/index.html @@ -107,7 +107,7 @@ console.log(encodeURI('\uDFFF'));</pre> </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/encodeuricomponent/index.html b/files/pt-br/web/javascript/reference/global_objects/encodeuricomponent/index.html index 9d08433bfa..811809654a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/encodeuricomponent/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/encodeuricomponent/index.html @@ -98,7 +98,7 @@ function encodeRFC5987ValueChars (str) { </tbody> </table> -<h2 id="Compatibilidade_-_Browser">Compatibilidade - Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/error/index.html b/files/pt-br/web/javascript/reference/global_objects/error/index.html index 41cc7e5bb8..221df3b8f7 100644 --- a/files/pt-br/web/javascript/reference/global_objects/error/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/error/index.html @@ -168,7 +168,7 @@ try { </tbody> </table> -<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/error/tosource/index.html b/files/pt-br/web/javascript/reference/global_objects/error/tosource/index.html index 2a6ed43803..9a825f8b6c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/error/tosource/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/error/tosource/index.html @@ -39,7 +39,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Error/toSource <p>Não faz parte de nenhum padrão.</p> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/error/tostring/index.html b/files/pt-br/web/javascript/reference/global_objects/error/tostring/index.html index 80aba76e10..fd027d766e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/error/tostring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/error/tostring/index.html @@ -85,7 +85,7 @@ console.log(e.toString()); // 'hello' </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/escape/index.html b/files/pt-br/web/javascript/reference/global_objects/escape/index.html index b966913b6d..775977c9de 100644 --- a/files/pt-br/web/javascript/reference/global_objects/escape/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/escape/index.html @@ -67,7 +67,7 @@ escape("@*_+-./"); // "@*_+-./"</pre> </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/eval/index.html b/files/pt-br/web/javascript/reference/global_objects/eval/index.html index f4e0044f50..2ff748f3de 100644 --- a/files/pt-br/web/javascript/reference/global_objects/eval/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/eval/index.html @@ -189,7 +189,7 @@ var fct2 = eval(fctStr2) // return a function </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/evalerror/index.html b/files/pt-br/web/javascript/reference/global_objects/evalerror/index.html index d938b83d8f..21f6690ef8 100644 --- a/files/pt-br/web/javascript/reference/global_objects/evalerror/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/evalerror/index.html @@ -102,7 +102,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/EvalError </tbody> </table> -<h2 id="Compatibilidade_dos_Navegadores">Compatibilidade dos Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/float64array/index.html b/files/pt-br/web/javascript/reference/global_objects/float64array/index.html index 63a7ae3f33..9bff8c5e45 100644 --- a/files/pt-br/web/javascript/reference/global_objects/float64array/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/float64array/index.html @@ -145,7 +145,7 @@ var float64 = new Float64Array(iterable); </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/function/apply/index.html b/files/pt-br/web/javascript/reference/global_objects/function/apply/index.html index a51af3db97..0fdf25b4a5 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/apply/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/apply/index.html @@ -170,7 +170,7 @@ someobject.foo = function() { </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/function/bind/index.html b/files/pt-br/web/javascript/reference/global_objects/function/bind/index.html index 10f3ea1b8c..a1a5b527f9 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/bind/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/bind/index.html @@ -248,7 +248,7 @@ slice(arguments); </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/function/call/index.html b/files/pt-br/web/javascript/reference/global_objects/function/call/index.html index a0356bf585..2a305d0953 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/call/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/call/index.html @@ -133,7 +133,7 @@ apresentacao.call(i); // Douglas Crockford é um excelente Desenvolvedor Javascr </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/function/caller/index.html b/files/pt-br/web/javascript/reference/global_objects/function/caller/index.html index c380d89d7f..789aafe3a5 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/caller/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/caller/index.html @@ -70,7 +70,7 @@ while (f) { <p>Não faz parte de nenhuma especificação. Implementado no JavaScript 1.5.</p> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/function/length/index.html b/files/pt-br/web/javascript/reference/global_objects/function/length/index.html index a116f07892..61af24a2e4 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/length/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/length/index.html @@ -58,7 +58,7 @@ console.log((function(...args) {}).length); /* 0, rest parameter is not counted </tbody> </table> -<h2 id="Compatibilidade_com_o_Navegador">Compatibilidade com o Navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/function/tostring/index.html b/files/pt-br/web/javascript/reference/global_objects/function/tostring/index.html index c4d6fbbfb6..447a684c6f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/tostring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/tostring/index.html @@ -217,7 +217,7 @@ Function("a", "b")</pre> </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/generator/index.html b/files/pt-br/web/javascript/reference/global_objects/generator/index.html index 6bcf4652df..be165df6be 100644 --- a/files/pt-br/web/javascript/reference/global_objects/generator/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/generator/index.html @@ -99,7 +99,7 @@ console.log(it.next()); // throws StopIteration (Como o generator está fechad </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/int16array/index.html b/files/pt-br/web/javascript/reference/global_objects/int16array/index.html index a989e5be3e..cfb7364cf4 100644 --- a/files/pt-br/web/javascript/reference/global_objects/int16array/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/int16array/index.html @@ -183,7 +183,7 @@ var int16 = new Int16Array(iterable); </tbody> </table> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/internalerror/index.html b/files/pt-br/web/javascript/reference/global_objects/internalerror/index.html index 12de103329..433d4fb3f5 100644 --- a/files/pt-br/web/javascript/reference/global_objects/internalerror/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/internalerror/index.html @@ -72,7 +72,7 @@ loop(0); <p><span class="pl-s">Not part of any standard.</span></p> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/intl/datetimeformat/index.html b/files/pt-br/web/javascript/reference/global_objects/intl/datetimeformat/index.html index 6c060cd838..5e76e88252 100644 --- a/files/pt-br/web/javascript/reference/global_objects/intl/datetimeformat/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/intl/datetimeformat/index.html @@ -173,7 +173,7 @@ console.log(usedOptions.timeZone); </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/intl/index.html b/files/pt-br/web/javascript/reference/global_objects/intl/index.html index 02e5b8f205..28fae7b94c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/intl/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/intl/index.html @@ -90,7 +90,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Intl </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/intl/numberformat/index.html b/files/pt-br/web/javascript/reference/global_objects/intl/numberformat/index.html index ac698fd883..c9b5010be3 100644 --- a/files/pt-br/web/javascript/reference/global_objects/intl/numberformat/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/intl/numberformat/index.html @@ -185,7 +185,7 @@ console.log(new Intl.NumberFormat('en-IN', { maximumSignificantDigits: 3 }).form </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/intl/relativetimeformat/index.html b/files/pt-br/web/javascript/reference/global_objects/intl/relativetimeformat/index.html index bc6b5c0b22..925982e246 100644 --- a/files/pt-br/web/javascript/reference/global_objects/intl/relativetimeformat/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/intl/relativetimeformat/index.html @@ -152,7 +152,7 @@ rtf.formatToParts(100, "day"); </tbody> </table> -<h2 id="Compatibilidade_com_Browsers">Compatibilidade com Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/isnan/index.html b/files/pt-br/web/javascript/reference/global_objects/isnan/index.html index 5e36f9da27..f08a2c61b3 100644 --- a/files/pt-br/web/javascript/reference/global_objects/isnan/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/isnan/index.html @@ -95,7 +95,7 @@ isNaN("blabla") // true: "blabla" é convertido para número. </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/json/parse/index.html b/files/pt-br/web/javascript/reference/global_objects/json/parse/index.html index ab6f8a8076..73c0c428fa 100644 --- a/files/pt-br/web/javascript/reference/global_objects/json/parse/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/json/parse/index.html @@ -108,7 +108,7 @@ JSON.parse('{"foo" : 1, }'); </tbody> </table> -<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/abs/index.html b/files/pt-br/web/javascript/reference/global_objects/math/abs/index.html index 1a3658a719..b291cced73 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/abs/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/abs/index.html @@ -79,7 +79,7 @@ Math.abs(); // NaN</pre> </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/atan2/index.html b/files/pt-br/web/javascript/reference/global_objects/math/atan2/index.html index 0c3b534c88..4955438f37 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/atan2/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/atan2/index.html @@ -86,7 +86,7 @@ Math.atan2(±Infinity, +Infinity); // ±PI/4. </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/ceil/index.html b/files/pt-br/web/javascript/reference/global_objects/math/ceil/index.html index 68e48daa87..6687532b47 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/ceil/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/ceil/index.html @@ -146,7 +146,7 @@ Math.ceil10(-59, 1); // -50 </tbody> </table> -<h2 id="Compatibilidade_dos_Browsers">Compatibilidade dos Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/e/index.html b/files/pt-br/web/javascript/reference/global_objects/math/e/index.html index 36b01b0430..867e74cc5c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/e/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/e/index.html @@ -71,7 +71,7 @@ getNapier(); // 2.718281828459045 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/exp/index.html b/files/pt-br/web/javascript/reference/global_objects/math/exp/index.html index 279cb1b60b..50896135d5 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/exp/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/exp/index.html @@ -52,7 +52,7 @@ Math.exp(1); // 2.718281828459045</pre> </tr> </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> <div id="compat-desktop"> <table class="compat-table"> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/floor/index.html b/files/pt-br/web/javascript/reference/global_objects/math/floor/index.html index 13dc5a0638..2830c550d4 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/floor/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/floor/index.html @@ -137,7 +137,7 @@ Math.ceil10(-59, 1); // -50 </tbody> </table> -<h2 id="Compatibilidade_dos_Browsers">Compatibilidade dos Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/index.html b/files/pt-br/web/javascript/reference/global_objects/math/index.html index 47bbf2f3cb..b101ee1374 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/index.html @@ -146,7 +146,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/log/index.html b/files/pt-br/web/javascript/reference/global_objects/math/log/index.html index 21c9e18e78..f728fd7434 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/log/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/log/index.html @@ -85,7 +85,7 @@ Math.log(10); // 2.302585092994046 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/log10/index.html b/files/pt-br/web/javascript/reference/global_objects/math/log10/index.html index 560322b5d0..64aef6c67a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/log10/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/log10/index.html @@ -74,7 +74,7 @@ Math.log10(100000); // 5 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/max/index.html b/files/pt-br/web/javascript/reference/global_objects/math/max/index.html index d59b1fb583..b28723014f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/max/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/max/index.html @@ -95,7 +95,7 @@ var max = Math.max(...arr); </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/pi/index.html b/files/pt-br/web/javascript/reference/global_objects/math/pi/index.html index 22d97c22e9..34c715be56 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/pi/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/pi/index.html @@ -69,7 +69,7 @@ calcularCircunferencia(1); // 6.283185307179586 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/random/index.html b/files/pt-br/web/javascript/reference/global_objects/math/random/index.html index c3133554a8..018628db0e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/random/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/random/index.html @@ -97,6 +97,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Math.random")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/round/index.html b/files/pt-br/web/javascript/reference/global_objects/math/round/index.html index 5473ab29aa..1ffe703efb 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/round/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/round/index.html @@ -175,7 +175,7 @@ myNamespace.round(1234.5678, -1); // 1230</code> </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/sqrt/index.html b/files/pt-br/web/javascript/reference/global_objects/math/sqrt/index.html index 17c9f65bb4..e974f68d25 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/sqrt/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/sqrt/index.html @@ -73,7 +73,7 @@ Math.sqrt(-1); // NaN</pre> </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Math.sqrt")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/math/tan/index.html b/files/pt-br/web/javascript/reference/global_objects/math/tan/index.html index 0b0897490a..0f706c12ca 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/tan/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/tan/index.html @@ -60,7 +60,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/tan </tr> </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> <div id="compat-desktop"> <table class="compat-table"> diff --git a/files/pt-br/web/javascript/reference/global_objects/nan/index.html b/files/pt-br/web/javascript/reference/global_objects/nan/index.html index ff9bb79c7b..7c9e324aeb 100644 --- a/files/pt-br/web/javascript/reference/global_objects/nan/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/nan/index.html @@ -64,7 +64,7 @@ isNaN(Number.NaN); // verdadeiro </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/index.html b/files/pt-br/web/javascript/reference/global_objects/number/index.html index b7d967a8f1..85d37cdfc2 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/index.html @@ -159,7 +159,7 @@ Number('100a') // NaN </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/isinteger/index.html b/files/pt-br/web/javascript/reference/global_objects/number/isinteger/index.html index fce6b5f19c..57d4c924fa 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/isinteger/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/isinteger/index.html @@ -77,7 +77,7 @@ Number.isInteger([1]); // false </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/isnan/index.html b/files/pt-br/web/javascript/reference/global_objects/number/isnan/index.html index 9652d6628c..2ecd815ae6 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/isnan/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/isnan/index.html @@ -72,7 +72,7 @@ Number.isNaN("blabla"); // e.g. este teria sido true com isNaN</pre> </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/max_safe_integer/index.html b/files/pt-br/web/javascript/reference/global_objects/number/max_safe_integer/index.html index bae4c758f3..6ab5f0cd74 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/max_safe_integer/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/max_safe_integer/index.html @@ -68,7 +68,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/max_value/index.html b/files/pt-br/web/javascript/reference/global_objects/number/max_value/index.html index 2a308f13ed..409e923ee3 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/max_value/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/max_value/index.html @@ -51,7 +51,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/MAX_VALUE </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/min_safe_integer/index.html b/files/pt-br/web/javascript/reference/global_objects/number/min_safe_integer/index.html index ab952dcadb..a735314197 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/min_safe_integer/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/min_safe_integer/index.html @@ -51,7 +51,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/MIN_SAFE_INTEGER </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/min_value/index.html b/files/pt-br/web/javascript/reference/global_objects/number/min_value/index.html index 6c6738f96f..dc2bec9308 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/min_value/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/min_value/index.html @@ -56,7 +56,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/MIN_VALUE </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/nan/index.html b/files/pt-br/web/javascript/reference/global_objects/number/nan/index.html index d2c49dee98..b0c3f33779 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/nan/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/nan/index.html @@ -43,7 +43,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/NaN </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/parseint/index.html b/files/pt-br/web/javascript/reference/global_objects/number/parseint/index.html index 88c3c6735b..814c838f7c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/parseint/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/parseint/index.html @@ -71,7 +71,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/parseInt </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/toexponential/index.html b/files/pt-br/web/javascript/reference/global_objects/number/toexponential/index.html index 743a4b32b0..bc033eddc0 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/toexponential/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/toexponential/index.html @@ -84,7 +84,7 @@ console.log(77 .toExponential()); // logs 7.7e+1 </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/tofixed/index.html b/files/pt-br/web/javascript/reference/global_objects/number/tofixed/index.html index 1b64e75c82..6a81d297ea 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/tofixed/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/tofixed/index.html @@ -84,7 +84,7 @@ numObj.toFixed(6); // Retorna '12345.678900': note que adicionou zeros </tbody> </table> -<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/tolocalestring/index.html b/files/pt-br/web/javascript/reference/global_objects/number/tolocalestring/index.html index d4ced2ffff..b177936a1b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/tolocalestring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/tolocalestring/index.html @@ -165,7 +165,7 @@ console.log(numero.toLocaleString('en-IN', { maximumSignificantDigits: 3 })); </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Number.toLocaleString")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/tostring/index.html b/files/pt-br/web/javascript/reference/global_objects/number/tostring/index.html index 6ebd43e978..0da40f2358 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/tostring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/tostring/index.html @@ -82,7 +82,7 @@ console.log((-0xff).toString(2)); // displays '-11111111' </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/__definegetter__/index.html b/files/pt-br/web/javascript/reference/global_objects/object/__definegetter__/index.html index 4c942f9ba7..41b316f4bf 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/__definegetter__/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/__definegetter__/index.html @@ -80,7 +80,7 @@ console.log(o.gimmeFive); // 5 </tbody> </table> -<h2 id="Compatibilidade_de_navagadores">Compatibilidade de navagadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/__definesetter__/index.html b/files/pt-br/web/javascript/reference/global_objects/object/__definesetter__/index.html index 0f82f96400..c4db18c0b4 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/__definesetter__/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/__definesetter__/index.html @@ -95,7 +95,7 @@ console.log(o.anotherValue); // 5 </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/__lookupsetter__/index.html b/files/pt-br/web/javascript/reference/global_objects/object/__lookupsetter__/index.html index a84545880f..0e22fad5ca 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/__lookupsetter__/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/__lookupsetter__/index.html @@ -72,7 +72,7 @@ Object.getOwnPropertyDescriptor(obj, 'foo').set; </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/create/index.html b/files/pt-br/web/javascript/reference/global_objects/object/create/index.html index 9c37fa8fcc..8444c19174 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/create/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/create/index.html @@ -198,7 +198,7 @@ o2 = Object.create({}, { </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/defineproperties/index.html b/files/pt-br/web/javascript/reference/global_objects/object/defineproperties/index.html index da7ca6540a..441845dbc1 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/defineproperties/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/defineproperties/index.html @@ -170,7 +170,7 @@ Object.defineProperties(obj, { </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/freeze/index.html b/files/pt-br/web/javascript/reference/global_objects/object/freeze/index.html index b705441dee..ad0f11925b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/freeze/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/freeze/index.html @@ -144,7 +144,7 @@ TypeError: 1 is not an object // ES5 code </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/fromentries/index.html b/files/pt-br/web/javascript/reference/global_objects/object/fromentries/index.html index 7197f0f9c0..95124c1930 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/fromentries/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/fromentries/index.html @@ -89,7 +89,7 @@ console.log(object2); </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/getownpropertydescriptor/index.html b/files/pt-br/web/javascript/reference/global_objects/object/getownpropertydescriptor/index.html index fad0310e7f..b3aa90a2d8 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/getownpropertydescriptor/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/getownpropertydescriptor/index.html @@ -107,7 +107,7 @@ Object.getOwnPropertyDescriptor("foo", 0); </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/getownpropertynames/index.html b/files/pt-br/web/javascript/reference/global_objects/object/getownpropertynames/index.html index 1843ce8d21..404b5319da 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/getownpropertynames/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/getownpropertynames/index.html @@ -143,7 +143,7 @@ Object.getOwnPropertyNames('foo'); </tbody> </table> -<h2 id="Compatibilidade_em_navegadores">Compatibilidade em navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/hasownproperty/index.html b/files/pt-br/web/javascript/reference/global_objects/object/hasownproperty/index.html index aef0554b86..2d88928701 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/hasownproperty/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/hasownproperty/index.html @@ -130,7 +130,7 @@ Object.prototype.hasOwnProperty.call(foo, 'bar'); // true </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/is/index.html b/files/pt-br/web/javascript/reference/global_objects/object/is/index.html index ff3131de50..692508f880 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/is/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/is/index.html @@ -116,7 +116,7 @@ Object.is(NaN, 0/0); // true </tbody> </table> -<h2 id="Compatibilidade_com_navegador">Compatibilidade com navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/isextensible/index.html b/files/pt-br/web/javascript/reference/global_objects/object/isextensible/index.html index 7ef9f5f97c..6932d6cf78 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/isextensible/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/isextensible/index.html @@ -87,7 +87,7 @@ Object.isExtensible(1); </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/isfrozen/index.html b/files/pt-br/web/javascript/reference/global_objects/object/isfrozen/index.html index 1cab1b4843..9302dad652 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/isfrozen/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/isfrozen/index.html @@ -153,7 +153,7 @@ Object.isFrozen(1); </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/proto/index.html b/files/pt-br/web/javascript/reference/global_objects/object/proto/index.html index 11221c8bf9..d22f28fd8b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/proto/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/proto/index.html @@ -138,7 +138,7 @@ obj.myname();//myname </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/seal/index.html b/files/pt-br/web/javascript/reference/global_objects/object/seal/index.html index a3b6ffa66a..945ff5d5f7 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/seal/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/seal/index.html @@ -110,7 +110,7 @@ Object.seal(1); </tbody> </table> -<h2 id="Compatibilidade_em_Browsers">Compatibilidade em Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/setprototypeof/index.html b/files/pt-br/web/javascript/reference/global_objects/object/setprototypeof/index.html index 1a27cbd99e..8d8d52644c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/setprototypeof/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/setprototypeof/index.html @@ -185,7 +185,7 @@ george(); // 'Hello guys!!' </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/tolocalestring/index.html b/files/pt-br/web/javascript/reference/global_objects/object/tolocalestring/index.html index 4d857a21e4..e38ec0d8a2 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/tolocalestring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/tolocalestring/index.html @@ -102,7 +102,7 @@ let frNumber = testNumber.toLocaleString('fr'); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/valueof/index.html b/files/pt-br/web/javascript/reference/global_objects/object/valueof/index.html index d525a2b525..90b115ecae 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/valueof/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/valueof/index.html @@ -93,7 +93,7 @@ myObj + 3; // 7 </tbody> </table> -<h2 id="Compatibilidade_do_browser">Compatibilidade do browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> <p>{{Compat("javascript.builtins.Object.valueOf")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/object/values/index.html b/files/pt-br/web/javascript/reference/global_objects/object/values/index.html index 3d4a787e4a..d6d5214f0a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/object/values/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/object/values/index.html @@ -69,7 +69,7 @@ console.log(Object.values("foo")); // ['f', 'o', 'o'] </tbody> </table> -<h2 id="Browser_compatibility">Compatibilidade com Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/parseint/index.html b/files/pt-br/web/javascript/reference/global_objects/parseint/index.html index ba7d40aa86..e8d3fda552 100644 --- a/files/pt-br/web/javascript/reference/global_objects/parseint/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/parseint/index.html @@ -160,7 +160,7 @@ console.log(filterInt('1.61803398875')); // NaN </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/index.html index 37453735b1..e8e4adea0f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/index.html @@ -158,7 +158,7 @@ else { </tbody> </table> -<h2 id="Compatibilidade_de_Navegador">Compatibilidade de Navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Promise")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/race/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/race/index.html index 13a3c659b5..39aa8b7f10 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/race/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/race/index.html @@ -90,7 +90,7 @@ Promise.race([p5, p6]).then(function(value) { </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/promise/then/index.html b/files/pt-br/web/javascript/reference/global_objects/promise/then/index.html index 5e3c015947..dd1c466f08 100644 --- a/files/pt-br/web/javascript/reference/global_objects/promise/then/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/promise/then/index.html @@ -115,7 +115,7 @@ p2.then(function(value) { </tbody> </table> -<h2 id="Compatibilidade_dos_Browsers">Compatibilidade dos Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/referenceerror/index.html b/files/pt-br/web/javascript/reference/global_objects/referenceerror/index.html index 5a00314c2c..d40d80465d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/referenceerror/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/referenceerror/index.html @@ -111,7 +111,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/ReferenceError </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/reflect/apply/index.html b/files/pt-br/web/javascript/reference/global_objects/reflect/apply/index.html index 08621fe798..4fbc45b46f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/reflect/apply/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/reflect/apply/index.html @@ -83,7 +83,7 @@ Reflect.apply("".charAt, "ponies", [3]); </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/reflect/construct/index.html b/files/pt-br/web/javascript/reference/global_objects/reflect/construct/index.html index dece94c79a..17cdd12bf8 100644 --- a/files/pt-br/web/javascript/reference/global_objects/reflect/construct/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/reflect/construct/index.html @@ -136,7 +136,7 @@ d.getFullYear(); // 1776 </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/reflect/defineproperty/index.html b/files/pt-br/web/javascript/reference/global_objects/reflect/defineproperty/index.html index c4b56f02ca..b26e3037f2 100644 --- a/files/pt-br/web/javascript/reference/global_objects/reflect/defineproperty/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/reflect/defineproperty/index.html @@ -83,7 +83,7 @@ obj.x // 7 </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/reflect/index.html b/files/pt-br/web/javascript/reference/global_objects/reflect/index.html index e001709367..0a47fd3cad 100644 --- a/files/pt-br/web/javascript/reference/global_objects/reflect/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/reflect/index.html @@ -104,7 +104,7 @@ Reflect.has(duck, 'haircut'); </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/regexp/exec/index.html b/files/pt-br/web/javascript/reference/global_objects/regexp/exec/index.html index b5f722a55d..a0518a26d3 100644 --- a/files/pt-br/web/javascript/reference/global_objects/regexp/exec/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/regexp/exec/index.html @@ -166,7 +166,7 @@ console.log(matches[1]); </tbody> </table> -<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/regexp/index.html b/files/pt-br/web/javascript/reference/global_objects/regexp/index.html index 99ff4a626d..b6377348a1 100644 --- a/files/pt-br/web/javascript/reference/global_objects/regexp/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/regexp/index.html @@ -558,7 +558,7 @@ console.log(/[^.]+/.exec(url)[0].substr(7)); // prints 'xxx' </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/regexp/test/index.html b/files/pt-br/web/javascript/reference/global_objects/regexp/test/index.html index c3470dc4fe..c9f720f2fb 100644 --- a/files/pt-br/web/javascript/reference/global_objects/regexp/test/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/regexp/test/index.html @@ -88,7 +88,7 @@ console.log(result); // true</pre> </tbody> </table> -<h2 id="Compatibilidade_com_Browser">Compatibilidade com Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/set/clear/index.html b/files/pt-br/web/javascript/reference/global_objects/set/clear/index.html index 1026fe61f1..d1c5ba8082 100644 --- a/files/pt-br/web/javascript/reference/global_objects/set/clear/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/set/clear/index.html @@ -50,7 +50,7 @@ mySet.has("bar") // false </tbody> </table> -<h2 id="Compatibilidade_de_navegadores_(Browser)">Compatibilidade de navegadores (Browser)</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/set/delete/index.html b/files/pt-br/web/javascript/reference/global_objects/set/delete/index.html index 0683060777..7b99a03141 100644 --- a/files/pt-br/web/javascript/reference/global_objects/set/delete/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/set/delete/index.html @@ -63,7 +63,7 @@ mySet.has("foo"); // Retorna false. O elemento "foo" não está mais presente </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores_(Browser)">Compatibilidade de Navegadores (Browser)</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/set/entries/index.html b/files/pt-br/web/javascript/reference/global_objects/set/entries/index.html index 67bc464a4e..6955fddb07 100644 --- a/files/pt-br/web/javascript/reference/global_objects/set/entries/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/set/entries/index.html @@ -49,7 +49,7 @@ console.log(setIter.next().value); // ["baz", "baz"] </tbody> </table> -<h2 id="Compatibilidade_de_navegadores_(Browser)">Compatibilidade de navegadores (Browser)</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/set/has/index.html b/files/pt-br/web/javascript/reference/global_objects/set/has/index.html index 1a3f5d68c8..c8c166e2f8 100644 --- a/files/pt-br/web/javascript/reference/global_objects/set/has/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/set/has/index.html @@ -71,7 +71,7 @@ set1.add({'key1': 1}); // agora set1 contém 2 registros </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/set/index.html b/files/pt-br/web/javascript/reference/global_objects/set/index.html index 261359a0b0..f795f2f403 100644 --- a/files/pt-br/web/javascript/reference/global_objects/set/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/set/index.html @@ -244,7 +244,7 @@ meuSet<span class="punctuation token">.</span>size<span class="punctuation token </tbody> </table> -<h2 id="Compatibilidade_de_navegador_Browser">Compatibilidade de navegador (Browser)</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/string/index.html b/files/pt-br/web/javascript/reference/global_objects/string/index.html index e7ab10819b..c04e5b8b30 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/index.html @@ -277,7 +277,7 @@ for (let i = 0, n = inputValues.length; i < n; ++i) { </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/string/slice/index.html b/files/pt-br/web/javascript/reference/global_objects/string/slice/index.html index 74d6819506..03f7ff125f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/slice/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/slice/index.html @@ -172,7 +172,7 @@ str.slice(0, -1); // retorna 'A manhã está sobre nó' </tbody> </table> -<h2 id="Compatibilidade_entre_Browsers">Compatibilidade entre Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/asynciterator/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/asynciterator/index.html index 0228a1dd81..48afced901 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/asynciterator/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/asynciterator/index.html @@ -61,7 +61,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/description/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/description/index.html index 207fc79fa9..7222f5e9f9 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/description/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/description/index.html @@ -47,7 +47,7 @@ Symbol.for('foo').description; // "foo" </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/hasinstance/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/hasinstance/index.html index b40b57a3c4..e0550b7727 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/hasinstance/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/hasinstance/index.html @@ -54,7 +54,7 @@ console.log(new MyArray instanceof MySubArray); // false</pre> </tbody> </table> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/index.html index f4414ffe16..c6cfb37f56 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/index.html @@ -185,7 +185,7 @@ obj[Object(sym)]; // still 1 </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html index f969972692..fb20d97809 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html @@ -80,7 +80,7 @@ x.concat(fakeArray) // [1, 2, 3, "hello", "world"] </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/iterator/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/iterator/index.html index 99e910ce5b..a2910e45f7 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/iterator/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/iterator/index.html @@ -89,7 +89,7 @@ nonWellFormedIterable[Symbol.iterator] = () => 1 </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/match/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/match/index.html index 34773830af..f66a2e7a6a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/match/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/match/index.html @@ -49,7 +49,7 @@ re[Symbol.match] = false; </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/matchall/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/matchall/index.html index 7874646623..f756cda17f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/matchall/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/matchall/index.html @@ -58,7 +58,7 @@ console.log(Array.from(str.matchAll(numbers))); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/replace/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/replace/index.html index f69a22537d..03d271df9b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/replace/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/replace/index.html @@ -44,7 +44,7 @@ console.log('football'.replace(new CustomReplacer('foo'))); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/search/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/search/index.html index e2f71e3438..9a90cd31e0 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/search/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/search/index.html @@ -44,7 +44,7 @@ console.log('foobar'.search(new caseInsensitiveSearch('BaR'))); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/species/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/species/index.html index fcf636c175..e92007601f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/species/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/species/index.html @@ -49,7 +49,7 @@ console.log(mapped instanceof Array); // true </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/split/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/split/index.html index c6b9e13fd3..1bdafacd4a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/split/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/split/index.html @@ -44,7 +44,7 @@ console.log('Another one bites the dust'.split(new ReverseSplit())); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/toprimitive/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/toprimitive/index.html index 97734f23e2..18ae225e16 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/toprimitive/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/toprimitive/index.html @@ -59,7 +59,7 @@ console.log(obj2 + ''); // "true" -- dica é "default" </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/tostringtag/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/tostringtag/index.html index 1418ff89c0..365e41f1c0 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/tostringtag/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/tostringtag/index.html @@ -79,7 +79,7 @@ test[Symbol.toStringTag]; // Retona HTMLButtonElement</pre> </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/symbol/unscopables/index.html b/files/pt-br/web/javascript/reference/global_objects/symbol/unscopables/index.html index f1f76c2177..16c057f692 100644 --- a/files/pt-br/web/javascript/reference/global_objects/symbol/unscopables/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/symbol/unscopables/index.html @@ -69,7 +69,7 @@ with (obj) { </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/typedarray/index.html b/files/pt-br/web/javascript/reference/global_objects/typedarray/index.html index 9d34da5245..cce7a9b4a3 100644 --- a/files/pt-br/web/javascript/reference/global_objects/typedarray/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/typedarray/index.html @@ -217,7 +217,7 @@ Int8Array.prototype.foo = 'bar'; </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/typedarray/sort/index.html b/files/pt-br/web/javascript/reference/global_objects/typedarray/sort/index.html index 79481a42b5..84775c3a29 100644 --- a/files/pt-br/web/javascript/reference/global_objects/typedarray/sort/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/typedarray/sort/index.html @@ -67,7 +67,7 @@ numbers.sort(compareNumbers); </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/typeerror/index.html b/files/pt-br/web/javascript/reference/global_objects/typeerror/index.html index d793f767ff..1fce9defd9 100644 --- a/files/pt-br/web/javascript/reference/global_objects/typeerror/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/typeerror/index.html @@ -108,7 +108,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/TypeError </tbody> </table> -<h2 id="Compatibilidade_do_Navegador">Compatibilidade do Navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/unescape/index.html b/files/pt-br/web/javascript/reference/global_objects/unescape/index.html index e3b3d2a9d1..e0dd2a972e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/unescape/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/unescape/index.html @@ -71,7 +71,7 @@ unescape('%u0107'); // "ć" </tbody> </table> -<h2 id="Compatibilidades_dos_browsers">Compatibilidades dos browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/uneval/index.html b/files/pt-br/web/javascript/reference/global_objects/uneval/index.html index f137fffd53..26dfb24e58 100644 --- a/files/pt-br/web/javascript/reference/global_objects/uneval/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/uneval/index.html @@ -44,7 +44,7 @@ foo(); // retorna "hi" <p>Not part of any specifications.</p> -<h2 id="Compatibilidade_dos_Navegadores">Compatibilidade dos Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/weakmap/get/index.html b/files/pt-br/web/javascript/reference/global_objects/weakmap/get/index.html index fd35e8ce40..f163f4a781 100644 --- a/files/pt-br/web/javascript/reference/global_objects/weakmap/get/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/weakmap/get/index.html @@ -59,7 +59,7 @@ wm.get('baz'); // Returna undefined. </tbody> </table> -<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/weakmap/has/index.html b/files/pt-br/web/javascript/reference/global_objects/weakmap/has/index.html index 4a6795c182..8c75189235 100644 --- a/files/pt-br/web/javascript/reference/global_objects/weakmap/has/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/weakmap/has/index.html @@ -62,7 +62,7 @@ wm.has('baz'); // retorna false </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/weakmap/index.html b/files/pt-br/web/javascript/reference/global_objects/weakmap/index.html index 1069690348..081960516b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/weakmap/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/weakmap/index.html @@ -112,7 +112,7 @@ wm1.has(o1); // false </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p><br> {{Compat("javascript.builtins.WeakMap")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/weakmap/set/index.html b/files/pt-br/web/javascript/reference/global_objects/weakmap/set/index.html index 854f8ea816..153ce60324 100644 --- a/files/pt-br/web/javascript/reference/global_objects/weakmap/set/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/weakmap/set/index.html @@ -64,7 +64,7 @@ wm.set(obj, 'baz'); </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> |