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 --- .../reference/global_objects/function/arguments/index.html | 2 +- .../reference/global_objects/function/displayname/index.html | 6 ++---- .../javascript/reference/global_objects/function/name/index.html | 6 ++---- .../reference/global_objects/function/tosource/index.html | 6 ++---- 4 files changed, 7 insertions(+), 13 deletions(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/function') diff --git a/files/pt-br/web/javascript/reference/global_objects/function/arguments/index.html b/files/pt-br/web/javascript/reference/global_objects/function/arguments/index.html index 6fac474a16..56c9413142 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/arguments/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/arguments/index.html @@ -70,7 +70,7 @@ console.log('returned: ' + g.arguments); -

Compatibilidade com navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/function/displayname/index.html b/files/pt-br/web/javascript/reference/global_objects/function/displayname/index.html index 5cf33d8080..2272e33d5c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/displayname/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/displayname/index.html @@ -71,10 +71,8 @@ a; // "function My Function()"

Não faz parte de denhuma especificação.

-

Compatibilidade de Navegadores

+

Compatibilidade com navegadores

- - -

{{Compat("javascript.builtins.Function.displayName")}}

+

{{Compat("javascript.builtins.Function.displayName")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/function/name/index.html b/files/pt-br/web/javascript/reference/global_objects/function/name/index.html index 2ee74e0779..ab1b20c7ce 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/name/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/name/index.html @@ -213,10 +213,8 @@ if (b.constructor.name === 'Foo') { -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

- - -

{{Compat("javascript.builtins.Function.name")}}

+

{{Compat("javascript.builtins.Function.name")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/function/tosource/index.html b/files/pt-br/web/javascript/reference/global_objects/function/tosource/index.html index 4fbeaaf1c1..7e7d2715ff 100644 --- a/files/pt-br/web/javascript/reference/global_objects/function/tosource/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/function/tosource/index.html @@ -42,12 +42,10 @@ Function.toSource();

Não faz parte de nenhum padrão. Implementado no JavaScript 1.3.

-

Compatibilidade em Navegadores

+

Compatibilidade com navegadores

- - -

{{Compat("javascript.builtins.Function.toSource")}}

+

{{Compat("javascript.builtins.Function.toSource")}}

Veja Também

-- cgit v1.2.3-54-g00ecf