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/orphaned | |
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/orphaned')
4 files changed, 4 insertions, 10 deletions
diff --git a/files/pt-br/orphaned/web/api/parentnode/queryselector/index.html b/files/pt-br/orphaned/web/api/parentnode/queryselector/index.html index f554a19495..db43662895 100644 --- a/files/pt-br/orphaned/web/api/parentnode/queryselector/index.html +++ b/files/pt-br/orphaned/web/api/parentnode/queryselector/index.html @@ -85,9 +85,7 @@ original_slug: Web/API/ParentNode/querySelector </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ê deseja contribuir com os dados, confira <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos uma solicitação de recebimento.</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.ParentNode.querySelector")}}</p> diff --git a/files/pt-br/orphaned/web/guide/events/creating_and_triggering_events/index.html b/files/pt-br/orphaned/web/guide/events/creating_and_triggering_events/index.html index fc886b74c6..ec531e58e0 100644 --- a/files/pt-br/orphaned/web/guide/events/creating_and_triggering_events/index.html +++ b/files/pt-br/orphaned/web/guide/events/creating_and_triggering_events/index.html @@ -84,7 +84,7 @@ elem.dispatchEvent(event); } }</pre> -<h2 id="Browser_compatibility" name="Browser_compatibility" style="line-height: 30px; font-size: 2.14285714285714rem;">Compatibilidade entre navegadores</h2> +<h2 id="Browser_compatibility" name="Browser_compatibility" style="line-height: 30px; font-size: 2.14285714285714rem;">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/orphaned/web/html/preloading_content/index.html b/files/pt-br/orphaned/web/html/preloading_content/index.html index f867f03920..3c9e184272 100644 --- a/files/pt-br/orphaned/web/html/preloading_content/index.html +++ b/files/pt-br/orphaned/web/html/preloading_content/index.html @@ -225,9 +225,7 @@ document<span class="punctuation token">.</span>body<span class="punctuation tok </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> - -<p class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Se você quiser contribuir com os dados, por favor veja <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos mande um pedido de envio.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("html.elements.link.rel.preload")}}</p> diff --git a/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html b/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html index 504938e9f0..7b5395be96 100644 --- a/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html +++ b/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html @@ -55,8 +55,6 @@ original_slug: Web/JavaScript/Reference/Global_Objects/BigInt/prototype </tbody> </table> -<h2 id="Compatibilidade">Compatibilidade</h2> - -<p class="hidden">Para contribuir para este dado de compatibilidade, por favor escreva um pull resquest para este repositório: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.BigInt.prototype")}}</p> |