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 --- .../web/javascript/reference/operators/bitwise_xor/index.html | 4 +--- files/pt-br/web/javascript/reference/operators/function/index.html | 7 +------ .../pt-br/web/javascript/reference/operators/new.target/index.html | 4 +--- .../javascript/reference/operators/property_accessors/index.html | 2 +- .../web/javascript/reference/operators/spread_syntax/index.html | 4 +--- files/pt-br/web/javascript/reference/operators/super/index.html | 2 +- files/pt-br/web/javascript/reference/operators/this/index.html | 2 +- 7 files changed, 7 insertions(+), 18 deletions(-) (limited to 'files/pt-br/web/javascript/reference/operators') diff --git a/files/pt-br/web/javascript/reference/operators/bitwise_xor/index.html b/files/pt-br/web/javascript/reference/operators/bitwise_xor/index.html index 9a8fe88d4c..9fc41bf549 100644 --- a/files/pt-br/web/javascript/reference/operators/bitwise_xor/index.html +++ b/files/pt-br/web/javascript/reference/operators/bitwise_xor/index.html @@ -94,9 +94,7 @@ Depois: 10100000000000000110000000000001 -

Compatibilidade do Navegador

- - +

Compatibilidade com navegadores

{{Compat("javascript.operators.bitwise_xor")}}

diff --git a/files/pt-br/web/javascript/reference/operators/function/index.html b/files/pt-br/web/javascript/reference/operators/function/index.html index a5950f8ea1..667f9b1474 100644 --- a/files/pt-br/web/javascript/reference/operators/function/index.html +++ b/files/pt-br/web/javascript/reference/operators/function/index.html @@ -90,12 +90,7 @@ translation_of: Web/JavaScript/Reference/Operators/function -

Compatibilidade de Navegador

- - +

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/javascript/reference/operators/new.target/index.html b/files/pt-br/web/javascript/reference/operators/new.target/index.html index e932b452ed..c6218441c0 100644 --- a/files/pt-br/web/javascript/reference/operators/new.target/index.html +++ b/files/pt-br/web/javascript/reference/operators/new.target/index.html @@ -82,9 +82,7 @@ var d = new D(); // logs class D extends C{constructor(){super();}} -

Compatibilidade com browser

- - +

Compatibilidade com navegadores

{{Compat("javascript.operators.new_target")}}

diff --git a/files/pt-br/web/javascript/reference/operators/property_accessors/index.html b/files/pt-br/web/javascript/reference/operators/property_accessors/index.html index 2931effbdb..4a254b11f7 100644 --- a/files/pt-br/web/javascript/reference/operators/property_accessors/index.html +++ b/files/pt-br/web/javascript/reference/operators/property_accessors/index.html @@ -129,7 +129,7 @@ console.log(object[bar]); -

Compatibilidade entre navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/javascript/reference/operators/spread_syntax/index.html b/files/pt-br/web/javascript/reference/operators/spread_syntax/index.html index 4eba9de8f7..dae68ed262 100644 --- a/files/pt-br/web/javascript/reference/operators/spread_syntax/index.html +++ b/files/pt-br/web/javascript/reference/operators/spread_syntax/index.html @@ -215,9 +215,7 @@ var array = [...obj]; // TypeError: obj is not iterable -

Compatibilidade com Navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.operators.spread")}}

diff --git a/files/pt-br/web/javascript/reference/operators/super/index.html b/files/pt-br/web/javascript/reference/operators/super/index.html index 616f708dc9..2817c472b8 100644 --- a/files/pt-br/web/javascript/reference/operators/super/index.html +++ b/files/pt-br/web/javascript/reference/operators/super/index.html @@ -159,7 +159,7 @@ obj2.method2(); // retorna "method 1" -

Compatibilidade entre navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

diff --git a/files/pt-br/web/javascript/reference/operators/this/index.html b/files/pt-br/web/javascript/reference/operators/this/index.html index dc1798e093..5aec3dda67 100644 --- a/files/pt-br/web/javascript/reference/operators/this/index.html +++ b/files/pt-br/web/javascript/reference/operators/this/index.html @@ -350,7 +350,7 @@ for(var i=0 ; i<elements.length ; i++){ -

Compatibilidade com navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}

-- cgit v1.2.3-54-g00ecf