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/global_objects/math/acos/index.html | 2 +- .../web/javascript/reference/global_objects/math/acosh/index.html | 4 +--- .../web/javascript/reference/global_objects/math/asin/index.html | 4 +--- .../web/javascript/reference/global_objects/math/asinh/index.html | 4 +--- .../web/javascript/reference/global_objects/math/atan/index.html | 4 +--- .../web/javascript/reference/global_objects/math/atanh/index.html | 4 +--- .../web/javascript/reference/global_objects/math/cbrt/index.html | 4 +--- .../web/javascript/reference/global_objects/math/clz32/index.html | 4 +--- .../pt-br/web/javascript/reference/global_objects/math/cos/index.html | 4 +--- .../web/javascript/reference/global_objects/math/cosh/index.html | 4 +--- .../web/javascript/reference/global_objects/math/expm1/index.html | 4 +--- .../web/javascript/reference/global_objects/math/hypot/index.html | 4 +--- .../web/javascript/reference/global_objects/math/ln10/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/math/ln2/index.html | 4 +--- .../web/javascript/reference/global_objects/math/log10e/index.html | 4 +--- .../web/javascript/reference/global_objects/math/log1p/index.html | 4 +--- .../web/javascript/reference/global_objects/math/log2/index.html | 4 +--- .../web/javascript/reference/global_objects/math/log2e/index.html | 4 +--- .../pt-br/web/javascript/reference/global_objects/math/pow/index.html | 2 +- .../web/javascript/reference/global_objects/math/sign/index.html | 4 +--- .../pt-br/web/javascript/reference/global_objects/math/sin/index.html | 4 +--- .../web/javascript/reference/global_objects/math/sinh/index.html | 4 +--- .../web/javascript/reference/global_objects/math/sqrt1_2/index.html | 4 +--- .../web/javascript/reference/global_objects/math/sqrt2/index.html | 4 +--- .../web/javascript/reference/global_objects/math/tanh/index.html | 4 +--- 25 files changed, 25 insertions(+), 69 deletions(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/math') diff --git a/files/pt-br/web/javascript/reference/global_objects/math/acos/index.html b/files/pt-br/web/javascript/reference/global_objects/math/acos/index.html index beea711e08..03d33a066b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/acos/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/acos/index.html @@ -75,7 +75,7 @@ Math.acos(2); // NaN -

Compatibilidade entre navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/math/acosh/index.html b/files/pt-br/web/javascript/reference/global_objects/math/acosh/index.html index d80acedc5d..5d73f11ede 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/acosh/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/acosh/index.html @@ -83,9 +83,7 @@ Math.acosh(2); // 1.3169578969248166 -

Compatibilidade nos navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.acosh")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/asin/index.html b/files/pt-br/web/javascript/reference/global_objects/math/asin/index.html index 7738c1e819..6aef11f4b4 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/asin/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/asin/index.html @@ -85,9 +85,7 @@ Math.asin(2); // NaN -

Compatibilidade nos navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.asin")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/asinh/index.html b/files/pt-br/web/javascript/reference/global_objects/math/asinh/index.html index 56c7d8a684..a4bb28f4ec 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/asinh/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/asinh/index.html @@ -80,9 +80,7 @@ Math.asinh(0); // 0 -

Compatibilitade de navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.asinh")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/atan/index.html b/files/pt-br/web/javascript/reference/global_objects/math/atan/index.html index 91e5b4f52a..f2eab97e8e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/atan/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/atan/index.html @@ -86,9 +86,7 @@ Math.atan(y / x); -

Compatibilidade nos navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.atan")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/atanh/index.html b/files/pt-br/web/javascript/reference/global_objects/math/atanh/index.html index 0ccb86d421..5bf0e77b8a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/atanh/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/atanh/index.html @@ -82,9 +82,7 @@ Math.atanh(2); // NaN -

Compatibilidade no navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.atanh")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/cbrt/index.html b/files/pt-br/web/javascript/reference/global_objects/math/cbrt/index.html index 6c7ffcdf42..4d68b6b111 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/cbrt/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/cbrt/index.html @@ -83,9 +83,7 @@ Math.cbrt(2); // 1.2599210498948734 -

Compatibilidade

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.cbrt")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/clz32/index.html b/files/pt-br/web/javascript/reference/global_objects/math/clz32/index.html index c997e014ec..f5de613840 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/clz32/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/clz32/index.html @@ -165,9 +165,7 @@ var ctron = countTrailsMethods.b; -

Compatibilidade do navegador

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.clz32")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/cos/index.html b/files/pt-br/web/javascript/reference/global_objects/math/cos/index.html index 566f343230..94b1d4b364 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/cos/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/cos/index.html @@ -84,9 +84,7 @@ Math.cos(2 * Math.PI); // 1 -

Compatibilidade dos Browsers

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.cos")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/cosh/index.html b/files/pt-br/web/javascript/reference/global_objects/math/cosh/index.html index f6e0671abd..1b482a54d5 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/cosh/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/cosh/index.html @@ -71,9 +71,7 @@ Math.cosh(-1); // 1.5430806348152437 -

Compatibilidade com Navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.cosh")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/expm1/index.html b/files/pt-br/web/javascript/reference/global_objects/math/expm1/index.html index 0dfe3aab94..abbb3d3e45 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/expm1/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/expm1/index.html @@ -61,9 +61,7 @@ Math.expm1(1); // 1.718281828459045 -

Browser compatibility

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.expm1")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/hypot/index.html b/files/pt-br/web/javascript/reference/global_objects/math/hypot/index.html index b83197c861..f12ade9526 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/hypot/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/hypot/index.html @@ -100,9 +100,7 @@ Math.hypot(-3); // 3, the same as Math.abs(-3) -

Compatibilidade no navegador

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.hypot")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/ln10/index.html b/files/pt-br/web/javascript/reference/global_objects/math/ln10/index.html index a5df5d4e52..fc628ed9ce 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/ln10/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/ln10/index.html @@ -60,7 +60,7 @@ getNatLog10(); // 2.302585092994046 -

Compatibilidade com navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/math/ln2/index.html b/files/pt-br/web/javascript/reference/global_objects/math/ln2/index.html index dd6282bae3..a4682bc295 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/ln2/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/ln2/index.html @@ -65,9 +65,7 @@ getNatLog2(); // 0.6931471805599453 -

Compatibilidade dos navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.LN2")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/log10e/index.html b/files/pt-br/web/javascript/reference/global_objects/math/log10e/index.html index 1c2f57c178..4f1f3ec751 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/log10e/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/log10e/index.html @@ -67,9 +67,7 @@ getLog10e(); // 0.4342944819032518 -

Compatibilidade no navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.LOG10E")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/log1p/index.html b/files/pt-br/web/javascript/reference/global_objects/math/log1p/index.html index b36c74ff62..5e08f3461a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/log1p/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/log1p/index.html @@ -87,9 +87,7 @@ Math.log1p(-2); // NaN -

Compatibilidade com os navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.log1p")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/log2/index.html b/files/pt-br/web/javascript/reference/global_objects/math/log2/index.html index 1e15ab3f00..8697b6446f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/log2/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/log2/index.html @@ -74,9 +74,7 @@ Math.log2(1024); // 10 -

Compatibilidade de navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.log2")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/log2e/index.html b/files/pt-br/web/javascript/reference/global_objects/math/log2e/index.html index 26669a3b45..bcb84ca6c3 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/log2e/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/log2e/index.html @@ -67,9 +67,7 @@ getLog2e(); // 1.4426950408889634 -

Compatibilidade nos navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.LOG2E")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/pow/index.html b/files/pt-br/web/javascript/reference/global_objects/math/pow/index.html index 0a478feb5a..6a26cbe4cc 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/pow/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/pow/index.html @@ -84,7 +84,7 @@ Math.pow(-7, 1/3); // NaN -

Compatibilidade com Navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/math/sign/index.html b/files/pt-br/web/javascript/reference/global_objects/math/sign/index.html index 03f8eed812..8c470e7dff 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/sign/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/sign/index.html @@ -100,9 +100,7 @@ Math.sign(); // NaN -

Compatibilidade com navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.sign")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/sin/index.html b/files/pt-br/web/javascript/reference/global_objects/math/sin/index.html index 3e5cdea187..4474d52cdc 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/sin/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/sin/index.html @@ -74,9 +74,7 @@ Math.sin(Math.PI / 2); // 1 -

Browser compatibility

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.sin")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/sinh/index.html b/files/pt-br/web/javascript/reference/global_objects/math/sinh/index.html index 68f6aeb977..931ff698c2 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/sinh/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/sinh/index.html @@ -79,9 +79,7 @@ Math.sinh(1); // 1.1752011936438014 -

Compatibilidade nos navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.sinh")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/sqrt1_2/index.html b/files/pt-br/web/javascript/reference/global_objects/math/sqrt1_2/index.html index 5c2aa35e4a..0f9d932e6f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/sqrt1_2/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/sqrt1_2/index.html @@ -67,9 +67,7 @@ getRoot1_2(); // 0.7071067811865476 -

Compatibilidade nos navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.SQRT1_2")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/sqrt2/index.html b/files/pt-br/web/javascript/reference/global_objects/math/sqrt2/index.html index 7c8ceeaa5d..08b23424f8 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/sqrt2/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/sqrt2/index.html @@ -67,9 +67,7 @@ getRoot2(); // 1.4142135623730951 -

Compatibilidade nos navegadores

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.SQRT2")}}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/tanh/index.html b/files/pt-br/web/javascript/reference/global_objects/math/tanh/index.html index 1122f98d69..5fa1786bff 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/tanh/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/tanh/index.html @@ -71,9 +71,7 @@ Math.tanh(1); // 0.7615941559557649 -

Browser compatibility

- - +

Compatibilidade com navegadores

{{Compat("javascript.builtins.Math.tanh")}}

-- cgit v1.2.3-54-g00ecf