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/element | |
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/element')
4 files changed, 4 insertions, 6 deletions
diff --git a/files/pt-br/web/api/element/blur_event/index.html b/files/pt-br/web/api/element/blur_event/index.html index 46619ccb93..24a9c0eb0b 100644 --- a/files/pt-br/web/api/element/blur_event/index.html +++ b/files/pt-br/web/api/element/blur_event/index.html @@ -87,7 +87,7 @@ form.addEventListener("blur", function( event ) { <p>{{EmbedLiveSample('Event_delegation')}}</p> -<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/api/element/childelementcount/index.html b/files/pt-br/web/api/element/childelementcount/index.html index 8dfa04fa61..3ef3f3a5fc 100644 --- a/files/pt-br/web/api/element/childelementcount/index.html +++ b/files/pt-br/web/api/element/childelementcount/index.html @@ -83,9 +83,7 @@ if (foo.childElementCount > 0) { </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> - -<div class="hidden">A tabela de compatibilidade exibida nessa página é gerada por uma estrutura de dados. Se você quiser contribuir com esses dados, por favor confira o link a seguir: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie uma pull request.</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.ParentNode.childElementCount")}}</p> diff --git a/files/pt-br/web/api/element/mousedown_event/index.html b/files/pt-br/web/api/element/mousedown_event/index.html index bbddbff605..1e2ee9ff9b 100644 --- a/files/pt-br/web/api/element/mousedown_event/index.html +++ b/files/pt-br/web/api/element/mousedown_event/index.html @@ -146,7 +146,7 @@ translation_of: Web/API/Element/mousedown_event </tbody> </table> -<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/api/element/scrollintoview/index.html b/files/pt-br/web/api/element/scrollintoview/index.html index 28714a4b1e..448236c3ad 100644 --- a/files/pt-br/web/api/element/scrollintoview/index.html +++ b/files/pt-br/web/api/element/scrollintoview/index.html @@ -78,7 +78,7 @@ element.scrollIntoView({block: "end", behavior: "smooth"}); </tbody> </table> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.Element.scrollIntoView")}}</p> |