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/html/global_attributes | |
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/html/global_attributes')
5 files changed, 5 insertions, 15 deletions
diff --git a/files/pt-br/web/html/global_attributes/accesskey/index.html b/files/pt-br/web/html/global_attributes/accesskey/index.html index 255522852e..9eee0d542e 100644 --- a/files/pt-br/web/html/global_attributes/accesskey/index.html +++ b/files/pt-br/web/html/global_attributes/accesskey/index.html @@ -124,11 +124,7 @@ translation_of: Web/HTML/Global_attributes/accesskey </tbody> </table> -<h2 id="Compatibilidade_com_Browsers">Compatibilidade com Browsers </h2> - -<div class="hidden">A tabela de compatibilidade desta página é gerada de dados estruturados. Se você quiser contribuir com os dados, por favor, verifique em <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie uma solicitação de recebimento.</div> - -<div class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("html.global_attributes.accesskey")}}</p> diff --git a/files/pt-br/web/html/global_attributes/autocapitalize/index.html b/files/pt-br/web/html/global_attributes/autocapitalize/index.html index 087bb9b29c..020d668683 100644 --- a/files/pt-br/web/html/global_attributes/autocapitalize/index.html +++ b/files/pt-br/web/html/global_attributes/autocapitalize/index.html @@ -42,8 +42,6 @@ translation_of: Web/HTML/Global_attributes/autocapitalize </tbody> </table> -<h2 id="Compatibilidade_de_Browsers">Compatibilidade de Browsers</h2> - -<div class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Se você deseja contribuir com dados, por favor acesse <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um pull request.</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("html.global_attributes.autocapitalize")}}</p> diff --git a/files/pt-br/web/html/global_attributes/contenteditable/index.html b/files/pt-br/web/html/global_attributes/contenteditable/index.html index 6360e4c583..56794951ad 100644 --- a/files/pt-br/web/html/global_attributes/contenteditable/index.html +++ b/files/pt-br/web/html/global_attributes/contenteditable/index.html @@ -60,9 +60,7 @@ translation_of: Web/HTML/Global_attributes/contenteditable </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> - -<div class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Se você quiser contribuir com os dados, por favor, confira <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um pull request.</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("html.global_attributes.contenteditable")}}</p> diff --git a/files/pt-br/web/html/global_attributes/index.html b/files/pt-br/web/html/global_attributes/index.html index adabaf9186..022bca8e61 100644 --- a/files/pt-br/web/html/global_attributes/index.html +++ b/files/pt-br/web/html/global_attributes/index.html @@ -165,7 +165,7 @@ translation_of: Web/HTML/Global_attributes </tbody> </table> -<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/html/global_attributes/lang/index.html b/files/pt-br/web/html/global_attributes/lang/index.html index 932152774a..4221c83bde 100644 --- a/files/pt-br/web/html/global_attributes/lang/index.html +++ b/files/pt-br/web/html/global_attributes/lang/index.html @@ -76,9 +76,7 @@ translation_of: Web/HTML/Global_attributes/lang </tbody> </table> -<h2 id="Compatibilidade">Compatibilidade</h2> - -<div class="hidden">A tabela de compatibilidade nesta página é gerada através de dados estruturados. Se você quiser contribuir com dados, por favor, cheque <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um pull request.</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("html.global_attributes.lang")}}</p> |