diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/symbol')
15 files changed, 15 insertions, 15 deletions
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> |