diff options
| author | Clóvis Lima Júnior <clovis.junior@gmail.com> | 2021-07-17 00:14:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-17 00:14:43 -0300 |
| commit | 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 (patch) | |
| tree | 4ef8484bb6661258989dcb0a9919302728d95d7e /files/pt-br/web/javascript/reference/global_objects/set | |
| parent | 7267c8c97a1e4d170a0a68e34bc0b3e029f465c7 (diff) | |
| download | translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.gz translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.bz2 translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.zip | |
[pt-BR] Normalize titles and ids from the Browser_compatibility (#1115)
* [pt-BR] Normalize titles and ids from the Browser_compatibility
This change was done to maintaina pattern and
ease-in future modifications
* pt-br: Remove extra closing span tags
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/set')
5 files changed, 5 insertions, 5 deletions
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> |
