Skip to content

Commit

Permalink
es: Update browser compat/spec sections (part 10) (#11787)
Browse files Browse the repository at this point in the history
* es: Update browser compat/spec sections (part 10)

This PR updates some of the browser compatibility data and specification sections for the Spanish locale. Part of work for #11594.

Note: this may also include other minor updates, such as removal of old sections or other small bits of cleanup.

* Apply suggestions from code review

---------

Co-authored-by: Alexander <[email protected]>
  • Loading branch information
queengooborg and Graywolf9 authored Feb 23, 2023
1 parent 66ad547 commit 526d683
Show file tree
Hide file tree
Showing 100 changed files with 170 additions and 188 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Nota que podrías querer evitar usar **±**`Infinity` por razones de estilo. En

{{Specifications}}

## Compatibilidad con el navegador
## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Math.atan2(±Infinity, +Infinity); // ±PI/4.

## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Para valores mayores a 1 o menores a -1, {{jsxref("NaN")}} retorna.

{{Specifications}}

## Compatibilidad entre navegadores
## Compatibilidad con navegadores

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

## Puedes leer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,9 @@ Math.cbrt(2); // 1.2599210498948732

{{Specifications}}

## Compatibilidad
## Compatibilidad con navegadores

[and send us a pull request.](https://github.com/mdn/browser-compat-data)

[{{Compat("javascript.builtins.Math.cbrt")}}](https://github.com/mdn/browser-compat-data)
{{Compat}}

## Puedes leer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ Math.ceil10(-59, 1); // -50

{{Specifications}}

## Compatibilidad en navegadores
## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Math.cos(2 * Math.PI); // 1

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ getNapier(); // 2.718281828459045

## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Math.exp(1); // 2.718281828459045

## Compatibilidad con navegadores

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

## Ve también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Math.expm1 = Math.expm1 || function(x) {

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

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

## Vea también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ Math.hypot = function (x, y) {

{{Specifications}}

## Compatibilidad en navegadores
## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ console.log(Math.gcd(20, 30, 15, 70, 40)); // `5`

## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ getNatLog10(); // 2.302585092994046

## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ getNatLog2(); // 0.6931471805599453

## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ If you run `getBaseLog(10, 1000)` it returns `2.9999999999999996` due to floatin

{{Specifications}}

## Browser compatibility
## Compatibilidad con navegadores

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

## See also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Math.log10 = Math.log10 || function(x) {

{{Specifications}}

## Compatibilidad con Navegadores
## Compatibilidad con navegadores

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

## Vea Tambien

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ getLog10e(); // 0.4342944819032518

{{Specifications}}

## Navegadores Compatibles
## Compatibilidad con navegadores

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

## Ver tambien

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Math.log2 = Math.log2 || function(x) {

{{Specifications}}

## Browser compatibility
## Compatibilidad con navegadores

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

## See also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var x = Math.min(f(foo), limite);

## Compatibilidad con navegadores

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

## Ver además

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ calculaCircunferencia(1); // 6.283185307179586

{{Specifications}}

## Navegadores Compatibles
## Compatibilidad con navegadores

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

## Ver tambien

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Math.pow(-7, 1/3); // NaN

## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ Math.ceil10(-59, 1); // -50

{{Specifications}}

## Compatibilidad en navegadores
## Compatibilidad con navegadores

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

## Véase también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if (!Math.sign) {

## Compatibilidad con navegadores

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

## Ver También

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Math.sin(Math.PI / 2); // 1

## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Math.sqrt(-1); // NaN

{{Specifications}}

## Compatibilidad
## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ getRoot1_2(); // 0.7071067811865476

{{Specifications}}

## Navegadores Compatibles
## Compatibilidad con navegadores

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

## Ver Tambien

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ getRoot2(); // 1.4142135623730951

{{Specifications}}

## Compatibilidad en navegadores
## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ function getTanDeg(deg) {

{{Specifications}}

## Compatibilidad con el navegador
## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Math.tanh = Math.tanh || function(x){

## Compatibilidad con navegadores

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

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Math.trunc = Math.trunc || function (x) {

{{Specifications}}

## Compatibilidad con navegadores.
## Compatibilidad con navegadores

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

## Vea también.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Number.isFinite = Number.isFinite || function(value) {

{{Specifications}}

## Compatibilidad de navegador
## Compatibilidad con navegadores

{{Compat("javascript.builtins.Number.isFinite")}}
{{Compat}}

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Number.isInteger = Number.isInteger || function(value) {

{{Specifications}}

## Compatitibilidad con navegadores
## Compatibilidad con navegadores

{{Compat("javascript.builtins.Number.isInteger")}}
{{Compat}}

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ Number.isNaN = Number.isNaN || function(value) {

{{Specifications}}

## Compatibilidad de navegador
## Compatibilidad con navegadores

{{Compat("javascript.builtins.Number.isNaN")}}
{{Compat}}

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Number.isSafeInteger = Number.isSafeInteger || function (value) {

## Compatibilidad con navegadores

{{Compat("javascript.builtins.Number.isSafeInteger")}}
{{Compat}}

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Math.pow(2, 53) - 1 // 9007199254740991

## Compatibilidad con navegadores

{{Compat("javascript.builtins.Number.MAX_SAFE_INTEGER")}}
{{Compat}}

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ verificarValorMaximo(numero2); // El número es infinito

{{Specifications}}

## Compatibilidad
## Compatibilidad con navegadores

{{Compat("javascript.builtins.Number.MAX_VALUE")}}
{{Compat}}

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ if (num1 / num2 >= Number.MIN_VALUE) {

{{Specifications}}

## Compatibilidad de navegador
## Compatibilidad con navegadores

{{Compat("javascript.builtins.Number.MIN_VALUE")}}
{{Compat}}

## Ver también

Expand Down
Loading

0 comments on commit 526d683

Please sign in to comment.