aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/statements
diff options
context:
space:
mode:
authorClóvis Lima Júnior <clovis.junior@gmail.com>2021-07-17 00:14:43 -0300
committerGitHub <noreply@github.com>2021-07-17 00:14:43 -0300
commit191c9124aa6d992c1cd196a12aac6d1dbb5756e1 (patch)
tree4ef8484bb6661258989dcb0a9919302728d95d7e /files/pt-br/web/javascript/reference/statements
parent7267c8c97a1e4d170a0a68e34bc0b3e029f465c7 (diff)
downloadtranslated-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/statements')
-rw-r--r--files/pt-br/web/javascript/reference/statements/async_function/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/block/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/break/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/class/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/const/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/do...while/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/for...in/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/for...of/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/for/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/return/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/switch/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/throw/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/var/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/while/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/with/index.html2
15 files changed, 15 insertions, 15 deletions
diff --git a/files/pt-br/web/javascript/reference/statements/async_function/index.html b/files/pt-br/web/javascript/reference/statements/async_function/index.html
index 506bec9063..ce9c75285e 100644
--- a/files/pt-br/web/javascript/reference/statements/async_function/index.html
+++ b/files/pt-br/web/javascript/reference/statements/async_function/index.html
@@ -129,7 +129,7 @@ adicionar2(10).then(v =&gt; {
</tbody>
</table>
-<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{Compat("javascript.statements.async_function")}}</div>
diff --git a/files/pt-br/web/javascript/reference/statements/block/index.html b/files/pt-br/web/javascript/reference/statements/block/index.html
index 6a86a4e7d7..949f887f2d 100644
--- a/files/pt-br/web/javascript/reference/statements/block/index.html
+++ b/files/pt-br/web/javascript/reference/statements/block/index.html
@@ -115,7 +115,7 @@ console.log(c); // imprime 1 e não invoca uma throw SyntaxError...</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/statements/break/index.html b/files/pt-br/web/javascript/reference/statements/break/index.html
index 1eb3e24b03..f9624a2630 100644
--- a/files/pt-br/web/javascript/reference/statements/break/index.html
+++ b/files/pt-br/web/javascript/reference/statements/break/index.html
@@ -98,7 +98,7 @@ bloco_2:{
</tbody>
</table>
-<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/class/index.html b/files/pt-br/web/javascript/reference/statements/class/index.html
index 4a07ded20f..d3921700bc 100644
--- a/files/pt-br/web/javascript/reference/statements/class/index.html
+++ b/files/pt-br/web/javascript/reference/statements/class/index.html
@@ -70,7 +70,7 @@ class Quadrado extends Poligono {
</tbody>
</table>
-<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
diff --git a/files/pt-br/web/javascript/reference/statements/const/index.html b/files/pt-br/web/javascript/reference/statements/const/index.html
index 64aa4c2fc6..6bdce1995c 100644
--- a/files/pt-br/web/javascript/reference/statements/const/index.html
+++ b/files/pt-br/web/javascript/reference/statements/const/index.html
@@ -128,7 +128,7 @@ MY_ARRAY = ['B'];
</tbody>
</table>
-<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div id="compat-desktop">
<table class="compat-table">
diff --git a/files/pt-br/web/javascript/reference/statements/do...while/index.html b/files/pt-br/web/javascript/reference/statements/do...while/index.html
index a9396d0e82..7e720a3331 100644
--- a/files/pt-br/web/javascript/reference/statements/do...while/index.html
+++ b/files/pt-br/web/javascript/reference/statements/do...while/index.html
@@ -78,7 +78,7 @@ document.getElementById('exemplo').innerHTML = resultado;</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/for...in/index.html b/files/pt-br/web/javascript/reference/statements/for...in/index.html
index 10d3f34bbb..3b67656f01 100644
--- a/files/pt-br/web/javascript/reference/statements/for...in/index.html
+++ b/files/pt-br/web/javascript/reference/statements/for...in/index.html
@@ -122,7 +122,7 @@ for (var prop in obj) {
</tbody>
</table>
-<h2 id="Compatibilidade_de_Browsers">Compatibilidade de Browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/for...of/index.html b/files/pt-br/web/javascript/reference/statements/for...of/index.html
index fb6d5fb664..cd4294f8cf 100644
--- a/files/pt-br/web/javascript/reference/statements/for...of/index.html
+++ b/files/pt-br/web/javascript/reference/statements/for...of/index.html
@@ -234,7 +234,7 @@ for (let i of iterable) {
</tbody>
</table>
-<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/for/index.html b/files/pt-br/web/javascript/reference/statements/for/index.html
index 981f11051a..a97d6b4a7b 100644
--- a/files/pt-br/web/javascript/reference/statements/for/index.html
+++ b/files/pt-br/web/javascript/reference/statements/for/index.html
@@ -126,7 +126,7 @@ showOffsetPos("content");
</tbody>
</table>
-<h2 id="Compatibilidade_em_Browsers">Compatibilidade em Browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/return/index.html b/files/pt-br/web/javascript/reference/statements/return/index.html
index e7c92426fe..43b719e2c1 100644
--- a/files/pt-br/web/javascript/reference/statements/return/index.html
+++ b/files/pt-br/web/javascript/reference/statements/return/index.html
@@ -133,7 +133,7 @@ answer(1337); // 56154
</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/statements/switch/index.html b/files/pt-br/web/javascript/reference/statements/switch/index.html
index 23c289c00f..1c35c061d1 100644
--- a/files/pt-br/web/javascript/reference/statements/switch/index.html
+++ b/files/pt-br/web/javascript/reference/statements/switch/index.html
@@ -229,7 +229,7 @@ switch (foo) {
</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/statements/throw/index.html b/files/pt-br/web/javascript/reference/statements/throw/index.html
index e8835f8d85..07e807865b 100644
--- a/files/pt-br/web/javascript/reference/statements/throw/index.html
+++ b/files/pt-br/web/javascript/reference/statements/throw/index.html
@@ -178,7 +178,7 @@ e = verifyZipCode("95060 1234"); // retorna 95060 1234
</tbody>
</table>
-<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/var/index.html b/files/pt-br/web/javascript/reference/statements/var/index.html
index 6f3ec18977..5631dbb35d 100644
--- a/files/pt-br/web/javascript/reference/statements/var/index.html
+++ b/files/pt-br/web/javascript/reference/statements/var/index.html
@@ -177,7 +177,7 @@ console.log(typeof y); // indefinido já que y é uma variável local da funçã
</tbody>
</table>
-<h2 id="Compatibilidade_dos_Navegadores">Compatibilidade dos Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/while/index.html b/files/pt-br/web/javascript/reference/statements/while/index.html
index 70fbb3e2f9..49338f18aa 100644
--- a/files/pt-br/web/javascript/reference/statements/while/index.html
+++ b/files/pt-br/web/javascript/reference/statements/while/index.html
@@ -82,7 +82,7 @@ while (n &lt; 3) {
</tbody>
</table>
-<h2 id="Compatibilidade_nos_browsers">Compatibilidade nos browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/with/index.html b/files/pt-br/web/javascript/reference/statements/with/index.html
index 0d18576236..aec9437ada 100644
--- a/files/pt-br/web/javascript/reference/statements/with/index.html
+++ b/files/pt-br/web/javascript/reference/statements/with/index.html
@@ -117,7 +117,7 @@ with (Math) {
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>