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/javascript/reference/functions/arguments/index.html | 2 +- .../web/javascript/reference/functions/arrow_functions/index.html | 6 +----- files/pt-br/web/javascript/reference/functions/get/index.html | 2 +- .../javascript/reference/functions/method_definitions/index.html | 6 +----- 4 files changed, 4 insertions(+), 12 deletions(-) (limited to 'files/pt-br/web/javascript/reference/functions') diff --git a/files/pt-br/web/javascript/reference/functions/arguments/index.html b/files/pt-br/web/javascript/reference/functions/arguments/index.html index 5b08e6c5ba..7a5b1ea11d 100644 --- a/files/pt-br/web/javascript/reference/functions/arguments/index.html +++ b/files/pt-br/web/javascript/reference/functions/arguments/index.html @@ -199,7 +199,7 @@ func(); // undefined -

Compatibilidade com navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html b/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html index b550d633e1..62a4ab2675 100644 --- a/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html +++ b/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html @@ -373,11 +373,7 @@ setTimeout( () => { -

Compatibilidade com Navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.functions.arrow_functions")}}
diff --git a/files/pt-br/web/javascript/reference/functions/get/index.html b/files/pt-br/web/javascript/reference/functions/get/index.html index 753f16dab0..1960b39306 100644 --- a/files/pt-br/web/javascript/reference/functions/get/index.html +++ b/files/pt-br/web/javascript/reference/functions/get/index.html @@ -136,7 +136,7 @@ console.log(obj.foo); // "bar" -

Compatibilidade com navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/javascript/reference/functions/method_definitions/index.html b/files/pt-br/web/javascript/reference/functions/method_definitions/index.html index 07dba6291b..0a3bb3a172 100644 --- a/files/pt-br/web/javascript/reference/functions/method_definitions/index.html +++ b/files/pt-br/web/javascript/reference/functions/method_definitions/index.html @@ -184,11 +184,7 @@ console.log(bar.foo2()); // 2 -

Compatibilidade de browser

- - +

Compatibilidade com navegadores

{{Compat("javascript.functions.method_definitions")}}

-- cgit v1.2.3-54-g00ecf