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/xmlhttprequest | |
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/xmlhttprequest')
5 files changed, 5 insertions, 9 deletions
diff --git a/files/pt-br/web/api/xmlhttprequest/abort/index.html b/files/pt-br/web/api/xmlhttprequest/abort/index.html index 52c1a52068..e93db91048 100644 --- a/files/pt-br/web/api/xmlhttprequest/abort/index.html +++ b/files/pt-br/web/api/xmlhttprequest/abort/index.html @@ -56,7 +56,7 @@ xhr.abort(); </tbody> </table> -<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/xmlhttprequest/onreadystatechange/index.html b/files/pt-br/web/api/xmlhttprequest/onreadystatechange/index.html index b67e816ae4..fa3ca1c707 100644 --- a/files/pt-br/web/api/xmlhttprequest/onreadystatechange/index.html +++ b/files/pt-br/web/api/xmlhttprequest/onreadystatechange/index.html @@ -65,7 +65,7 @@ xhr.send();</pre> </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/xmlhttprequest/open/index.html b/files/pt-br/web/api/xmlhttprequest/open/index.html index 131d78d21f..ad3a790cda 100644 --- a/files/pt-br/web/api/xmlhttprequest/open/index.html +++ b/files/pt-br/web/api/xmlhttprequest/open/index.html @@ -58,9 +58,7 @@ translation_of: Web/API/XMLHttpRequest/open </tbody> </table> -<h2 id="Compatibilidade_de_Navegador">Compatibilidade de Navegador</h2> - -<p class="hidden">A tabela de compatibilidade nessa página é gerada por dados estruturados. Se voce gostaria de contribuir para os dados, favor verificar <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um <em>pull request</em>.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.XMLHttpRequest.open")}}</p> diff --git a/files/pt-br/web/api/xmlhttprequest/readystate/index.html b/files/pt-br/web/api/xmlhttprequest/readystate/index.html index 77474ae587..e0bc9f4eba 100644 --- a/files/pt-br/web/api/xmlhttprequest/readystate/index.html +++ b/files/pt-br/web/api/xmlhttprequest/readystate/index.html @@ -101,7 +101,7 @@ xhr.send(null); </tbody> </table> -<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/xmlhttprequest/setrequestheader/index.html b/files/pt-br/web/api/xmlhttprequest/setrequestheader/index.html index 246692fa09..95adddb215 100644 --- a/files/pt-br/web/api/xmlhttprequest/setrequestheader/index.html +++ b/files/pt-br/web/api/xmlhttprequest/setrequestheader/index.html @@ -63,9 +63,7 @@ translation_of: Web/API/XMLHttpRequest/setRequestHeader </tbody> </table> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> - - +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("api.XMLHttpRequest.setRequestHeader")}}</p> |