diff options
| author | Clóvis Lima Júnior <clovis.junior@gmail.com> | 2021-07-17 00:14:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-17 00:14:43 -0300 |
| commit | 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 (patch) | |
| tree | 4ef8484bb6661258989dcb0a9919302728d95d7e /files/pt-br/web/javascript/reference/global_objects/math | |
| parent | 7267c8c97a1e4d170a0a68e34bc0b3e029f465c7 (diff) | |
| download | translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.gz translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.bz2 translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.zip | |
[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
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/math')
15 files changed, 15 insertions, 15 deletions
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</pre> </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> 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. </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> 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 </tbody> </table> -<h2 id="Compatibilidade_dos_Browsers">Compatibilidade dos Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> 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 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> 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</pre> </tr> </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> <div id="compat-desktop"> <table class="compat-table"> 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 </tbody> </table> -<h2 id="Compatibilidade_dos_Browsers">Compatibilidade dos Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> 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 </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> 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 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> 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 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> 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); </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> 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 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> 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 </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Math.random")}}</p> 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</code> </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> 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</pre> </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Math.sqrt")}}</p> 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 </tr> </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> <div id="compat-desktop"> <table class="compat-table"> |
