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/element/blur_event/index.html | 2 +- files/pt-br/web/api/element/childelementcount/index.html | 4 +--- files/pt-br/web/api/element/mousedown_event/index.html | 2 +- files/pt-br/web/api/element/scrollintoview/index.html | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) (limited to 'files/pt-br/web/api/element') diff --git a/files/pt-br/web/api/element/blur_event/index.html b/files/pt-br/web/api/element/blur_event/index.html index 46619ccb93..24a9c0eb0b 100644 --- a/files/pt-br/web/api/element/blur_event/index.html +++ b/files/pt-br/web/api/element/blur_event/index.html @@ -87,7 +87,7 @@ form.addEventListener("blur", function( event ) {

{{EmbedLiveSample('Event_delegation')}}

-

Compatibilidade entre navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/api/element/childelementcount/index.html b/files/pt-br/web/api/element/childelementcount/index.html index 8dfa04fa61..3ef3f3a5fc 100644 --- a/files/pt-br/web/api/element/childelementcount/index.html +++ b/files/pt-br/web/api/element/childelementcount/index.html @@ -83,9 +83,7 @@ if (foo.childElementCount > 0) { -

Compatibilidade de navegadores

- - +

Compatibilidade com navegadores

{{Compat("api.ParentNode.childElementCount")}}

diff --git a/files/pt-br/web/api/element/mousedown_event/index.html b/files/pt-br/web/api/element/mousedown_event/index.html index bbddbff605..1e2ee9ff9b 100644 --- a/files/pt-br/web/api/element/mousedown_event/index.html +++ b/files/pt-br/web/api/element/mousedown_event/index.html @@ -146,7 +146,7 @@ translation_of: Web/API/Element/mousedown_event -

Compatibilidade entre navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/api/element/scrollintoview/index.html b/files/pt-br/web/api/element/scrollintoview/index.html index 28714a4b1e..448236c3ad 100644 --- a/files/pt-br/web/api/element/scrollintoview/index.html +++ b/files/pt-br/web/api/element/scrollintoview/index.html @@ -78,7 +78,7 @@ element.scrollIntoView({block: "end", behavior: "smooth"}); -

Compatibilidade com navegadores

+

Compatibilidade com navegadores

{{Compat("api.Element.scrollIntoView")}}

-- cgit v1.2.3-54-g00ecf