aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/global_objects/math
diff options
context:
space:
mode:
authorClóvis Lima Júnior <clovis.junior@gmail.com>2021-06-04 18:38:22 -0300
committerGitHub <noreply@github.com>2021-06-04 18:38:22 -0300
commit5ce6dc5cf9df29b229e9e892fdcb1ddbc641498b (patch)
tree9e659893c8b94152049e062c40493478ff1fa8cd /files/pt-br/web/javascript/reference/global_objects/math
parent00f903c9cb62d4f3a8ad4b7aa051e16926021fef (diff)
downloadtranslated-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/math')
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/acos/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/acosh/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/asin/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/asinh/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/atan/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/atanh/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/cbrt/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/clz32/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/cos/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/cosh/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/expm1/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/hypot/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/ln10/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/ln2/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/log10e/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/log1p/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/log2/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/log2e/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/pow/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/sign/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/sin/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/sinh/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/sqrt1_2/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/sqrt2/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/math/tanh/index.html4
25 files changed, 25 insertions, 69 deletions
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
</tbody>
</table>
-<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre 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/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
</tbody>
</table>
-<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</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.Math.acosh")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</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.Math.asin")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilitade_de_navegadores">Compatibilitade de navegadores</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.Math.asinh")}}</p>
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);
</tbody>
</table>
-<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</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.Math.atan")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_no_navegadores">Compatibilidade no navegadores</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.Math.atanh")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade">Compatibilidade</h2>
-
-<p class="hidden">A tabela de compatibilidade nesta página é gerada de dados estruturados. Se você quiser contribuir para tais dados, por favor verifique em <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data </a>e nos envie um pull request.</p>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Math.cbrt")}}</p>
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;</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2>
-
-<div class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Se você deseja contribuir com os dados, consulte https://github.com/mdn/browser-compat-data e envie-nos uma solicitação de recebimento.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Math.clz32")}}</p>
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
</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.Math.cos")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_com_Navegadores">Compatibilidade com Navegadores</h2>
-
-<p class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Se você gostaria de contribuir com as informações, por favor faça um check out de <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um pull request.</p>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Math.cosh")}}</p>
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
</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.Math.expm1")}}</p>
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)
</tbody>
</table>
-<h2 id="Compatibilidade_no_navegador">Compatibilidade no 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.Math.hypot")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_com_navegadores">Compatibilidade com 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/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
</tbody>
</table>
-<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</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.Math.LN2")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_no_navegadores">Compatibilidade no navegadores</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.Math.LOG10E")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</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.Math.log1p")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</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.Math.log2")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</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.Math.LOG2E")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_com_Navegadores">Compatibilidade com 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/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
</tbody>
</table>
-<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2>
-
-<p class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Se você quiser contribuir com os dados, por favor baixe-os do repositório  <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e encaminhe-nos uma requisição de pull.</p>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Math.sign")}}</p>
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
</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.Math.sin")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</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.Math.sinh")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</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.Math.SQRT1_2")}}</p>
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
</tbody>
</table>
-<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</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.Math.SQRT2")}}</p>
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
</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.Math.tanh")}}</p>