diff options
author | Clóvis Lima Júnior <clovis.junior@gmail.com> | 2021-06-04 18:38:22 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 18:38:22 -0300 |
commit | 5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b (patch) | |
tree | 9e659893c8b94152049e062c40493478ff1fa8cd /files/pt-br/web/api/navigator | |
parent | 00f903c9cb62d4f3a8ad4b7aa051e16926021fef (diff) | |
download | translated-content-5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b.tar.gz translated-content-5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b.tar.bz2 translated-content-5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b.zip |
Remove all hidden paragraphs about Browser compatibility on pt-BR (#1104)
* chore: Remove all hidden paragraphs about Browser compabitility on pt-BR
following #1008
* chore: Continue the removal of hidden paragraphs about Browser compability
* chore: Normalize Browser compability name and id
* chore: normalize id from Browser Compatibility title
Diffstat (limited to 'files/pt-br/web/api/navigator')
-rw-r--r-- | files/pt-br/web/api/navigator/battery/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/navigator/cookieenabled/index.html | 4 | ||||
-rw-r--r-- | files/pt-br/web/api/navigator/devicememory/index.html | 4 |
3 files changed, 3 insertions, 7 deletions
diff --git a/files/pt-br/web/api/navigator/battery/index.html b/files/pt-br/web/api/navigator/battery/index.html index 5ae9f207f4..8c98982b10 100644 --- a/files/pt-br/web/api/navigator/battery/index.html +++ b/files/pt-br/web/api/navigator/battery/index.html @@ -25,7 +25,7 @@ translation_of: Web/API/Navigator/battery <p>{{page("/pt-BR/docs/Web/API/BatteryManager","Specifications")}}</p> -<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{page("/pt-BR/docs/Web/API/BatteryManager","Browser_compatibility")}}</p> diff --git a/files/pt-br/web/api/navigator/cookieenabled/index.html b/files/pt-br/web/api/navigator/cookieenabled/index.html index 430471cb24..8a159f011a 100644 --- a/files/pt-br/web/api/navigator/cookieenabled/index.html +++ b/files/pt-br/web/api/navigator/cookieenabled/index.html @@ -42,8 +42,6 @@ translation_of: Web/API/Navigator/cookieEnabled </tbody> </table> -<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2> - - +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.Navigator.cookieEnabled")}}</p> diff --git a/files/pt-br/web/api/navigator/devicememory/index.html b/files/pt-br/web/api/navigator/devicememory/index.html index 9b4a48aae5..d7bfa8f05d 100644 --- a/files/pt-br/web/api/navigator/devicememory/index.html +++ b/files/pt-br/web/api/navigator/devicememory/index.html @@ -32,8 +32,6 @@ translation_of: Web/API/Navigator/deviceMemory </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> - -<div class="hidden">A tabela de compatibilidade nesta página é gerada de dados estruturados.. Se você quiser contribuir com dados, por favor vá a <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um <em lang="en">pull request</em>.</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.Navigator.deviceMemory")}}</p> |