From 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 Mon Sep 17 00:00:00 2001 From: Clóvis Lima Júnior Date: Sat, 17 Jul 2021 00:14:43 -0300 Subject: [pt-BR] Normalize titles and ids from the Browser_compatibility (#1115) * [pt-BR] Normalize titles and ids from the Browser_compatibility This change was done to maintaina pattern and ease-in future modifications * pt-br: Remove extra closing span tags --- files/pt-br/web/javascript/reference/global_objects/math/abs/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/math/atan2/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/math/ceil/index.html | 2 +- files/pt-br/web/javascript/reference/global_objects/math/e/index.html | 2 +- files/pt-br/web/javascript/reference/global_objects/math/exp/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/math/floor/index.html | 2 +- files/pt-br/web/javascript/reference/global_objects/math/index.html | 2 +- files/pt-br/web/javascript/reference/global_objects/math/log/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/math/log10/index.html | 2 +- files/pt-br/web/javascript/reference/global_objects/math/max/index.html | 2 +- files/pt-br/web/javascript/reference/global_objects/math/pi/index.html | 2 +- .../web/javascript/reference/global_objects/math/random/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/math/round/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/math/sqrt/index.html | 2 +- files/pt-br/web/javascript/reference/global_objects/math/tan/index.html | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/math') diff --git a/files/pt-br/web/javascript/reference/global_objects/math/abs/index.html b/files/pt-br/web/javascript/reference/global_objects/math/abs/index.html index 1a3658a719..b291cced73 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/abs/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/abs/index.html @@ -79,7 +79,7 @@ Math.abs();         // NaN -

Compatibilidade de Navegadores

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/atan2/index.html b/files/pt-br/web/javascript/reference/global_objects/math/atan2/index.html index 0c3b534c88..4955438f37 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/atan2/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/atan2/index.html @@ -86,7 +86,7 @@ Math.atan2(±Infinity, +Infinity); // ±PI/4. -

Browser compatibility

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/math/ceil/index.html b/files/pt-br/web/javascript/reference/global_objects/math/ceil/index.html index 68e48daa87..6687532b47 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/ceil/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/ceil/index.html @@ -146,7 +146,7 @@ Math.ceil10(-59, 1); // -50 -

Compatibilidade dos Browsers

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/e/index.html b/files/pt-br/web/javascript/reference/global_objects/math/e/index.html index 36b01b0430..867e74cc5c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/e/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/e/index.html @@ -71,7 +71,7 @@ getNapier(); // 2.718281828459045 -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/exp/index.html b/files/pt-br/web/javascript/reference/global_objects/math/exp/index.html index 279cb1b60b..50896135d5 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/exp/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/exp/index.html @@ -52,7 +52,7 @@ Math.exp(1); // 2.718281828459045 -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/floor/index.html b/files/pt-br/web/javascript/reference/global_objects/math/floor/index.html index 13dc5a0638..2830c550d4 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/floor/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/floor/index.html @@ -137,7 +137,7 @@ Math.ceil10(-59, 1); // -50
-

Compatibilidade dos Browsers

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/index.html b/files/pt-br/web/javascript/reference/global_objects/math/index.html index 47bbf2f3cb..b101ee1374 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/index.html @@ -146,7 +146,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math -

Compatibilidade nos navegadores

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/log/index.html b/files/pt-br/web/javascript/reference/global_objects/math/log/index.html index 21c9e18e78..f728fd7434 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/log/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/log/index.html @@ -85,7 +85,7 @@ Math.log(10); // 2.302585092994046 -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/math/log10/index.html b/files/pt-br/web/javascript/reference/global_objects/math/log10/index.html index 560322b5d0..64aef6c67a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/log10/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/log10/index.html @@ -74,7 +74,7 @@ Math.log10(100000); // 5 -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/math/max/index.html b/files/pt-br/web/javascript/reference/global_objects/math/max/index.html index d59b1fb583..b28723014f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/max/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/max/index.html @@ -95,7 +95,7 @@ var max = Math.max(...arr); -

Compatibilidade de Navegadores

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/pi/index.html b/files/pt-br/web/javascript/reference/global_objects/math/pi/index.html index 22d97c22e9..34c715be56 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/pi/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/pi/index.html @@ -69,7 +69,7 @@ calcularCircunferencia(1); // 6.283185307179586 -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/random/index.html b/files/pt-br/web/javascript/reference/global_objects/math/random/index.html index c3133554a8..018628db0e 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/random/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/random/index.html @@ -97,6 +97,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random -

Compatibilidade nos navegadores

+

Compatibilidade com navegadores

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

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/round/index.html b/files/pt-br/web/javascript/reference/global_objects/math/round/index.html index 5473ab29aa..1ffe703efb 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/round/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/round/index.html @@ -175,7 +175,7 @@ myNamespace.round(1234.5678, -1); // 1230 -

Compatibilidade de Browser

+

Compatibilidade com navegadores

{{CompatibilityTable}}
diff --git a/files/pt-br/web/javascript/reference/global_objects/math/sqrt/index.html b/files/pt-br/web/javascript/reference/global_objects/math/sqrt/index.html index 17c9f65bb4..e974f68d25 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/sqrt/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/sqrt/index.html @@ -73,7 +73,7 @@ Math.sqrt(-1); // NaN -

Compatibilidade nos navegadores

+

Compatibilidade com navegadores

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

diff --git a/files/pt-br/web/javascript/reference/global_objects/math/tan/index.html b/files/pt-br/web/javascript/reference/global_objects/math/tan/index.html index 0b0897490a..0f706c12ca 100644 --- a/files/pt-br/web/javascript/reference/global_objects/math/tan/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/math/tan/index.html @@ -60,7 +60,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/tan -

Compatibilidade de navegadores

+

Compatibilidade com navegadores

{{ CompatibilityTable() }}

-- cgit v1.2.3-54-g00ecf