From 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 Mon Sep 17 00:00:00 2001 From: Clóvis Lima Júnior Date: Sat, 17 Jul 2021 00:14:43 -0300 Subject: [pt-BR] Normalize titles and ids from the Browser_compatibility (#1115) * [pt-BR] Normalize titles and ids from the Browser_compatibility This change was done to maintaina pattern and ease-in future modifications * pt-br: Remove extra closing span tags --- files/pt-br/web/api/node/clonenode/index.html | 2 +- files/pt-br/web/api/node/isconnected/index.html | 2 +- files/pt-br/web/api/node/parentnode/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/pt-br/web/api/node') diff --git a/files/pt-br/web/api/node/clonenode/index.html b/files/pt-br/web/api/node/clonenode/index.html index fd62b8099d..6948fc2547 100644 --- a/files/pt-br/web/api/node/clonenode/index.html +++ b/files/pt-br/web/api/node/clonenode/index.html @@ -99,7 +99,7 @@ div_p.appendChild(p_clone); -

Compatibilidade de Browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/api/node/isconnected/index.html b/files/pt-br/web/api/node/isconnected/index.html index 52aee94508..335a0363de 100644 --- a/files/pt-br/web/api/node/isconnected/index.html +++ b/files/pt-br/web/api/node/isconnected/index.html @@ -109,7 +109,7 @@ if (!('isConnected' in Node.prototype)) { -

Compatibilidade de Browser

+

Compatibilidade com navegadores

diff --git a/files/pt-br/web/api/node/parentnode/index.html b/files/pt-br/web/api/node/parentnode/index.html index e68aef8eca..58e7c1645b 100644 --- a/files/pt-br/web/api/node/parentnode/index.html +++ b/files/pt-br/web/api/node/parentnode/index.html @@ -45,7 +45,7 @@ if (node.parentNode) {

Document e DocumentFragment nodes nunca podem ter um node parent, sendo assim parentNode sempre retornará null. Também retornará null se o node já tiver sido criado e não ainda não estiver anexado à estrutura DOM.

-

Compatibilidade entre Browsers

+

Compatibilidade com navegadores

{{CompatibilityTable}}

-- cgit v1.2.3-54-g00ecf