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/document/alinkcolor/index.html | 4 +--- files/pt-br/web/api/document/contenttype/index.html | 4 +--- files/pt-br/web/api/document/doctype/index.html | 4 +--- files/pt-br/web/api/document/document/index.html | 2 +- files/pt-br/web/api/document/elementfrompoint/index.html | 2 +- files/pt-br/web/api/document/execcommand/index.html | 4 +--- files/pt-br/web/api/document/fullscreen/index.html | 4 +--- files/pt-br/web/api/document/getelementsbyclassname/index.html | 2 +- files/pt-br/web/api/document/getelementsbyname/index.html | 4 +--- files/pt-br/web/api/document/readystatechange_event/index.html | 2 +- files/pt-br/web/api/document/write/index.html | 4 +--- 11 files changed, 11 insertions(+), 25 deletions(-) (limited to 'files/pt-br/web/api/document') diff --git a/files/pt-br/web/api/document/alinkcolor/index.html b/files/pt-br/web/api/document/alinkcolor/index.html index 85d2bfaa77..00b1a0f3a9 100644 --- a/files/pt-br/web/api/document/alinkcolor/index.html +++ b/files/pt-br/web/api/document/alinkcolor/index.html @@ -29,8 +29,6 @@ translation_of: Web/API/Document/alinkColor

Gecko suporta ambos alinkColor/:active e {{Cssxref(":focus")}}. Suporte para Internet Explorer 6 e 7 alinkColor/:active apenas para HTML anchor (<a>) links e o comportamento é o mesmo que :focus sob Gecko. Não há suporte para :focus no IE.

-

Compatibilidade do navegador

- - +

Compatibilidade com navegadores

{{Compat("api.Document.alinkColor")}}

diff --git a/files/pt-br/web/api/document/contenttype/index.html b/files/pt-br/web/api/document/contenttype/index.html index 5d29907089..687e579a5e 100644 --- a/files/pt-br/web/api/document/contenttype/index.html +++ b/files/pt-br/web/api/document/contenttype/index.html @@ -39,8 +39,6 @@ translation_of: Web/API/Document/contentType -

Compatibilidade com os navegadores

- - +

Compatibilidade com navegadores

{{Compat("api.Document.contentType")}}
diff --git a/files/pt-br/web/api/document/doctype/index.html b/files/pt-br/web/api/document/doctype/index.html index 72a731c314..027a52831a 100644 --- a/files/pt-br/web/api/document/doctype/index.html +++ b/files/pt-br/web/api/document/doctype/index.html @@ -52,8 +52,6 @@ console.log( -

 Compatibilidade com os navegadores

- - +

Compatibilidade com navegadores

{{Compat("api.Document.doctype")}}

diff --git a/files/pt-br/web/api/document/document/index.html b/files/pt-br/web/api/document/document/index.html index 3152137704..d89693ada1 100644 --- a/files/pt-br/web/api/document/document/index.html +++ b/files/pt-br/web/api/document/document/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/Document/Document -

Compatibilidade com Navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/api/document/elementfrompoint/index.html b/files/pt-br/web/api/document/elementfrompoint/index.html index 2b97e74bea..7513699085 100644 --- a/files/pt-br/web/api/document/elementfrompoint/index.html +++ b/files/pt-br/web/api/document/elementfrompoint/index.html @@ -81,7 +81,7 @@ function changeColor(newColor) { -

Compatibilidade entre navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/api/document/execcommand/index.html b/files/pt-br/web/api/document/execcommand/index.html index cc5e3d3da8..fe54182cac 100644 --- a/files/pt-br/web/api/document/execcommand/index.html +++ b/files/pt-br/web/api/document/execcommand/index.html @@ -158,9 +158,7 @@ translation_of: Web/API/Document/execCommand -

Compatibilidade entre Browsers

- - +

Compatibilidade com navegadores

{{Compat("api.Document.execCommand")}}

diff --git a/files/pt-br/web/api/document/fullscreen/index.html b/files/pt-br/web/api/document/fullscreen/index.html index 6ad6fc604f..97affba281 100644 --- a/files/pt-br/web/api/document/fullscreen/index.html +++ b/files/pt-br/web/api/document/fullscreen/index.html @@ -68,9 +68,7 @@ translation_of: Web/API/Document/fullscreen -

Compatibilidade de navegadores

- - +

Compatibilidade com navegadores

{{Compat("api.Document.fullscreen")}}

diff --git a/files/pt-br/web/api/document/getelementsbyclassname/index.html b/files/pt-br/web/api/document/getelementsbyclassname/index.html index 44fa28f840..91394ab0d6 100644 --- a/files/pt-br/web/api/document/getelementsbyclassname/index.html +++ b/files/pt-br/web/api/document/getelementsbyclassname/index.html @@ -47,7 +47,7 @@ var divsTeste = Array.prototype.filter.call(elementosTeste, function(elementoTes return elementoTeste.nodeName === 'DIV'; }); -

Compatibilidade com navegadores

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

diff --git a/files/pt-br/web/api/document/getelementsbyname/index.html b/files/pt-br/web/api/document/getelementsbyname/index.html index 8793259751..95a80f6796 100644 --- a/files/pt-br/web/api/document/getelementsbyname/index.html +++ b/files/pt-br/web/api/document/getelementsbyname/index.html @@ -75,9 +75,7 @@ translation_of: Web/API/Document/getElementsByName -

Compatibilidade com Nagevagores

- - +

Compatibilidade com navegadores

{{Compat("api.Document.getElementsByName")}}

diff --git a/files/pt-br/web/api/document/readystatechange_event/index.html b/files/pt-br/web/api/document/readystatechange_event/index.html index 57a936b66c..71e5b97f51 100644 --- a/files/pt-br/web/api/document/readystatechange_event/index.html +++ b/files/pt-br/web/api/document/readystatechange_event/index.html @@ -69,7 +69,7 @@ document.onreadystatechange = function () { } -

Compatibilidade entre Navegadores

+

Compatibilidade com navegadores

Este evento tem sido suportado pelo Internet Explorer há várias versões, e pode ser usada como uma alternativa para o evento DOMContentLoaded (veja a seção cross-browser fallback).

diff --git a/files/pt-br/web/api/document/write/index.html b/files/pt-br/web/api/document/write/index.html index 4218430e88..427c8566e9 100644 --- a/files/pt-br/web/api/document/write/index.html +++ b/files/pt-br/web/api/document/write/index.html @@ -94,9 +94,7 @@ translation_of: Web/API/Document/write -

Compatibilidade de Browser

- - +

Compatibilidade com navegadores

{{Compat("api.Document.write")}}
-- cgit v1.2.3-54-g00ecf