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/console | |
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/console')
-rw-r--r-- | files/pt-br/web/api/console/clear/index.html | 4 | ||||
-rw-r--r-- | files/pt-br/web/api/console/time/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/console/timeend/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/console/timestamp/index.html | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/files/pt-br/web/api/console/clear/index.html b/files/pt-br/web/api/console/clear/index.html index f7ae8df40f..cbd5231841 100644 --- a/files/pt-br/web/api/console/clear/index.html +++ b/files/pt-br/web/api/console/clear/index.html @@ -31,8 +31,6 @@ translation_of: Web/API/Console/clear </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> - -<div class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Se você deseja contribuir com os dados, consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos uma pull request.</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.Console.clear")}}</p> diff --git a/files/pt-br/web/api/console/time/index.html b/files/pt-br/web/api/console/time/index.html index 14b6f4a03c..45cb3c7caa 100644 --- a/files/pt-br/web/api/console/time/index.html +++ b/files/pt-br/web/api/console/time/index.html @@ -29,7 +29,7 @@ translation_of: Web/API/Console/time <p><a href="/pt-BR/docs/Web/API/Console">API do objeto Console</a></p> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/api/console/timeend/index.html b/files/pt-br/web/api/console/timeend/index.html index 7ef63ea5bc..2758d32e45 100644 --- a/files/pt-br/web/api/console/timeend/index.html +++ b/files/pt-br/web/api/console/timeend/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/Console/timeEnd <p>Não é parte de qualquer especificação.</p> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/api/console/timestamp/index.html b/files/pt-br/web/api/console/timestamp/index.html index 774ee4048b..40c32f3416 100644 --- a/files/pt-br/web/api/console/timestamp/index.html +++ b/files/pt-br/web/api/console/timestamp/index.html @@ -31,7 +31,7 @@ translation_of: Web/API/Console/timeStamp <p><a href="https://github.com/DeveloperToolsWG/console-object/blob/master/api.md#consoletimestamplabel">API do objeto Console</a></p> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> |