From 5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b Mon Sep 17 00:00:00 2001 From: Clóvis Lima Júnior Date: Fri, 4 Jun 2021 18:38:22 -0300 Subject: 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 --- files/pt-br/web/api/xmlhttprequest/abort/index.html | 2 +- files/pt-br/web/api/xmlhttprequest/onreadystatechange/index.html | 2 +- files/pt-br/web/api/xmlhttprequest/open/index.html | 4 +--- files/pt-br/web/api/xmlhttprequest/readystate/index.html | 2 +- files/pt-br/web/api/xmlhttprequest/setrequestheader/index.html | 4 +--- 5 files changed, 5 insertions(+), 9 deletions(-) (limited to 'files/pt-br/web/api/xmlhttprequest') 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(); -

Compatibilidade entre navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
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(); -

Compatibilidade entre navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

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 -

Compatibilidade de Navegador

- - +

Compatibilidade com navegadores

{{Compat("api.XMLHttpRequest.open")}}

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); -

Compatibilidade entre navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
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 -

Compatibilidade com navegadores

- - +

Compatibilidade com navegadores

{{Compat("api.XMLHttpRequest.setRequestHeader")}}

-- cgit v1.2.3-54-g00ecf