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/orphaned/web | |
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/orphaned/web')
5 files changed, 5 insertions, 5 deletions
diff --git a/files/pt-br/orphaned/web/api/fullscreenoptions/index.html b/files/pt-br/orphaned/web/api/fullscreenoptions/index.html index 165dd5a5be..ed0480996d 100644 --- a/files/pt-br/orphaned/web/api/fullscreenoptions/index.html +++ b/files/pt-br/orphaned/web/api/fullscreenoptions/index.html @@ -15,7 +15,7 @@ original_slug: Web/API/FullscreenOptions <dd>Uma string controlando se deve ou não manter elementos da interface do usuário do navegador visíveis enquanto estiver no modo full-screen. O modo padrão, <code>"auto"</code>, deixa que o navegador faça esta decisão.</dd> </dl> -<h2 id="Compatibilidade_dos_Navegadores">Compatibilidade dos Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/orphaned/web/api/navigatorid/index.html b/files/pt-br/orphaned/web/api/navigatorid/index.html index 333a59e839..a49beabd00 100644 --- a/files/pt-br/orphaned/web/api/navigatorid/index.html +++ b/files/pt-br/orphaned/web/api/navigatorid/index.html @@ -62,7 +62,7 @@ original_slug: Web/API/NavigatorID </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/orphaned/web/api/navigatorlanguage/index.html b/files/pt-br/orphaned/web/api/navigatorlanguage/index.html index fc736ce50b..b578a86f6a 100644 --- a/files/pt-br/orphaned/web/api/navigatorlanguage/index.html +++ b/files/pt-br/orphaned/web/api/navigatorlanguage/index.html @@ -56,7 +56,7 @@ original_slug: Web/API/NavigatorLanguage </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/orphaned/web/api/navigatoronline/index.html b/files/pt-br/orphaned/web/api/navigatoronline/index.html index 77fa1b15c8..7d8163031b 100644 --- a/files/pt-br/orphaned/web/api/navigatoronline/index.html +++ b/files/pt-br/orphaned/web/api/navigatoronline/index.html @@ -52,7 +52,7 @@ original_slug: Web/API/NavigatorOnLine </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/orphaned/web/api/navigatoronline/online/index.html b/files/pt-br/orphaned/web/api/navigatoronline/online/index.html index 96d7572048..c6aab904e4 100644 --- a/files/pt-br/orphaned/web/api/navigatoronline/online/index.html +++ b/files/pt-br/orphaned/web/api/navigatoronline/online/index.html @@ -73,7 +73,7 @@ window.addEventListener('online', function(e) { console.log('online'); }); </tbody> </table> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> |