diff options
| author | Clóvis Lima Júnior <clovis.junior@gmail.com> | 2021-06-04 18:38:22 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-04 18:38:22 -0300 |
| commit | 5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b (patch) | |
| tree | 9e659893c8b94152049e062c40493478ff1fa8cd /files/pt-br/web/javascript/reference/global_objects/number | |
| parent | 00f903c9cb62d4f3a8ad4b7aa051e16926021fef (diff) | |
| download | translated-content-5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b.tar.gz translated-content-5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b.tar.bz2 translated-content-5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b.zip | |
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
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/number')
8 files changed, 8 insertions, 24 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/number/epsilon/index.html b/files/pt-br/web/javascript/reference/global_objects/number/epsilon/index.html index bc10fb3285..dd93119776 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/epsilon/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/epsilon/index.html @@ -56,9 +56,7 @@ equal = (Math.abs(x - y + z) < Number.EPSILON); </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> - -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Number.EPSILON")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/isfinite/index.html b/files/pt-br/web/javascript/reference/global_objects/number/isfinite/index.html index d4a86d3531..1e2afe4e8b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/isfinite/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/isfinite/index.html @@ -73,9 +73,7 @@ Number.isFinite(null); // false, teria sido true com a função </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> - -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Number.isFinite")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/issafeinteger/index.html b/files/pt-br/web/javascript/reference/global_objects/number/issafeinteger/index.html index b6b9d823bc..d05abb5fa1 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/issafeinteger/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/issafeinteger/index.html @@ -88,9 +88,7 @@ Number.isSafeInteger(3.0); // true </tbody> </table> -<h2 id="Compatibilidade">Compatibilidade</h2> - -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Number.isSafeInteger")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/negative_infinity/index.html b/files/pt-br/web/javascript/reference/global_objects/number/negative_infinity/index.html index ca9531f930..6eb82d2865 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/negative_infinity/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/negative_infinity/index.html @@ -68,9 +68,7 @@ if (smallNumber === Number.NEGATIVE_INFINITY) { </tbody> </table> -<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2> - -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Number.NEGATIVE_INFINITY")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/positive_infinity/index.html b/files/pt-br/web/javascript/reference/global_objects/number/positive_infinity/index.html index b6ac31f1ec..e54b1b7e2d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/positive_infinity/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/positive_infinity/index.html @@ -76,9 +76,7 @@ if (bigNumber == Number.POSITIVE_INFINITY) { </tbody> </table> -<h2 id="Compatibilidade_dos_browsers">Compatibilidade dos browsers</h2> - -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Number.POSITIVE_INFINITY")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html b/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html index 643a0b9a08..d498fd84a8 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html @@ -89,9 +89,7 @@ console.log((1234.5).toPrecision(2)); // logs '1.2e+3' </tbody> </table> -<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2> - -<p class="hidden">A tabela de compatibilidade nesta página foi gerada a partir de dados estruturados. Se você quiser contribuir para a base de dados, por favor, dê uma olhada em <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos sua requisição.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Number.toPrecision")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/tosource/index.html b/files/pt-br/web/javascript/reference/global_objects/number/tosource/index.html index 8d10118b0a..4d9b36a743 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/tosource/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/tosource/index.html @@ -35,9 +35,7 @@ Number.toSource()</pre> <p>Não é parte de nenhuma especificação padrão. Implementado no JavaScript 1.3.</p> -<h2 id="Browser_compatibility">Browser compatibility</h2> - -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Number.toSource")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/number/valueof/index.html b/files/pt-br/web/javascript/reference/global_objects/number/valueof/index.html index 7406994df7..b9b77f62e3 100644 --- a/files/pt-br/web/javascript/reference/global_objects/number/valueof/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/number/valueof/index.html @@ -67,9 +67,7 @@ console.log(typeof num); // number </tbody> </table> -<h2 id="Browser_compatibility">Browser compatibility</h2> - -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Number.valueOf")}}</p> |
