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/html/global_attributes | |
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/html/global_attributes')
7 files changed, 7 insertions, 7 deletions
diff --git a/files/pt-br/web/html/global_attributes/class/index.html b/files/pt-br/web/html/global_attributes/class/index.html index fb691e1deb..1d18c15236 100644 --- a/files/pt-br/web/html/global_attributes/class/index.html +++ b/files/pt-br/web/html/global_attributes/class/index.html @@ -47,7 +47,7 @@ translation_of: Web/HTML/Global_attributes/class </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/html/global_attributes/data-_star_/index.html b/files/pt-br/web/html/global_attributes/data-_star_/index.html index e1beb73d67..65287a580f 100644 --- a/files/pt-br/web/html/global_attributes/data-_star_/index.html +++ b/files/pt-br/web/html/global_attributes/data-_star_/index.html @@ -56,7 +56,7 @@ translation_of: Web/HTML/Global_attributes/data-* </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/html/global_attributes/hidden/index.html b/files/pt-br/web/html/global_attributes/hidden/index.html index 47dd314069..80424974c6 100644 --- a/files/pt-br/web/html/global_attributes/hidden/index.html +++ b/files/pt-br/web/html/global_attributes/hidden/index.html @@ -52,7 +52,7 @@ translation_of: Web/HTML/Global_attributes/hidden </tbody> </table> -<h2 id="Compatibilidade_em_navegadores">Compatibilidade em navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/html/global_attributes/id/index.html b/files/pt-br/web/html/global_attributes/id/index.html index 98141f9b80..052bde0c58 100644 --- a/files/pt-br/web/html/global_attributes/id/index.html +++ b/files/pt-br/web/html/global_attributes/id/index.html @@ -53,7 +53,7 @@ translation_of: Web/HTML/Global_attributes/id </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/html/global_attributes/itemprop/index.html b/files/pt-br/web/html/global_attributes/itemprop/index.html index 06a11f013d..1786e21ecb 100644 --- a/files/pt-br/web/html/global_attributes/itemprop/index.html +++ b/files/pt-br/web/html/global_attributes/itemprop/index.html @@ -445,7 +445,7 @@ translation_of: Web/HTML/Global_attributes/itemprop </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/html/global_attributes/tabindex/index.html b/files/pt-br/web/html/global_attributes/tabindex/index.html index b4212f9871..9357c66c56 100644 --- a/files/pt-br/web/html/global_attributes/tabindex/index.html +++ b/files/pt-br/web/html/global_attributes/tabindex/index.html @@ -66,7 +66,7 @@ translation_of: Web/HTML/Global_attributes/tabindex </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/html/global_attributes/title/index.html b/files/pt-br/web/html/global_attributes/title/index.html index 917008a62f..d216966e41 100644 --- a/files/pt-br/web/html/global_attributes/title/index.html +++ b/files/pt-br/web/html/global_attributes/title/index.html @@ -62,7 +62,7 @@ título de multiplas linhas">examplo</abbr>.</p> </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> |