aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/functions
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/functions
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/functions')
-rw-r--r--files/pt-br/web/javascript/reference/functions/arguments/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/functions/arrow_functions/index.html6
-rw-r--r--files/pt-br/web/javascript/reference/functions/get/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/functions/method_definitions/index.html6
4 files changed, 4 insertions, 12 deletions
diff --git a/files/pt-br/web/javascript/reference/functions/arguments/index.html b/files/pt-br/web/javascript/reference/functions/arguments/index.html
index 5b08e6c5ba..7a5b1ea11d 100644
--- a/files/pt-br/web/javascript/reference/functions/arguments/index.html
+++ b/files/pt-br/web/javascript/reference/functions/arguments/index.html
@@ -199,7 +199,7 @@ func(); // undefined</code></pre>
</tbody>
</table>
-<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html b/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html
index b550d633e1..62a4ab2675 100644
--- a/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html
+++ b/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html
@@ -373,11 +373,7 @@ setTimeout( () =&gt; {
</tbody>
</table>
-<h2 id="Compatibilidade_com_Navegadores">Compatibilidade com Navegadores</h2>
-
-<div class="hidden">
-<p>A tabela de compatibilidade nesta página é gerada de dados estruturados. Se você quiser contribuir com os dados, por favor verifique <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos mande um <em>pull request</em>.</p>
-</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{Compat("javascript.functions.arrow_functions")}}</div>
diff --git a/files/pt-br/web/javascript/reference/functions/get/index.html b/files/pt-br/web/javascript/reference/functions/get/index.html
index 753f16dab0..1960b39306 100644
--- a/files/pt-br/web/javascript/reference/functions/get/index.html
+++ b/files/pt-br/web/javascript/reference/functions/get/index.html
@@ -136,7 +136,7 @@ console.log(obj.foo); // "bar"</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/functions/method_definitions/index.html b/files/pt-br/web/javascript/reference/functions/method_definitions/index.html
index 07dba6291b..0a3bb3a172 100644
--- a/files/pt-br/web/javascript/reference/functions/method_definitions/index.html
+++ b/files/pt-br/web/javascript/reference/functions/method_definitions/index.html
@@ -184,11 +184,7 @@ console.log(bar.foo2()); // 2</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2>
-
-<div class="hidden">
-<p>A tabela de compatibilidade desta página é gerada a partir de dados estruturados. Se você quiser contribuir com os dados, verifique <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data </a>e envie-nos um pull request.</p>
-</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.functions.method_definitions")}}</p>