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/api/navigator | |
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/api/navigator')
-rw-r--r-- | files/pt-br/web/api/navigator/geolocation/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/navigator/getusermedia/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/navigator/share/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/pt-br/web/api/navigator/geolocation/index.html b/files/pt-br/web/api/navigator/geolocation/index.html index 12cc9cbfbc..d32899a39e 100644 --- a/files/pt-br/web/api/navigator/geolocation/index.html +++ b/files/pt-br/web/api/navigator/geolocation/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/Navigator/geolocation </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.Navigator.geolocation")}}</p> diff --git a/files/pt-br/web/api/navigator/getusermedia/index.html b/files/pt-br/web/api/navigator/getusermedia/index.html index 4df2f528d4..584797759d 100644 --- a/files/pt-br/web/api/navigator/getusermedia/index.html +++ b/files/pt-br/web/api/navigator/getusermedia/index.html @@ -123,7 +123,7 @@ navigator.getMedia ( </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/api/navigator/share/index.html b/files/pt-br/web/api/navigator/share/index.html index ce6640ada2..dcc0479806 100644 --- a/files/pt-br/web/api/navigator/share/index.html +++ b/files/pt-br/web/api/navigator/share/index.html @@ -74,7 +74,7 @@ btn.addEventListener('click', async () => { </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> |