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-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/statements
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/statements')
-rw-r--r--files/pt-br/web/javascript/reference/statements/continue/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/debugger/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/for-await...of/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/statements/function/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/function_star_/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/if...else/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/statements/import.meta/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/statements/import/index.html2
8 files changed, 8 insertions, 12 deletions
diff --git a/files/pt-br/web/javascript/reference/statements/continue/index.html b/files/pt-br/web/javascript/reference/statements/continue/index.html
index 7bb4497634..e60073f6d5 100644
--- a/files/pt-br/web/javascript/reference/statements/continue/index.html
+++ b/files/pt-br/web/javascript/reference/statements/continue/index.html
@@ -146,7 +146,7 @@ checkiandj: while (i &lt; 4) {
</tbody>
</table>
-<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/debugger/index.html b/files/pt-br/web/javascript/reference/statements/debugger/index.html
index c8e428e365..ed0284ed15 100644
--- a/files/pt-br/web/javascript/reference/statements/debugger/index.html
+++ b/files/pt-br/web/javascript/reference/statements/debugger/index.html
@@ -59,7 +59,7 @@ translation_of: Web/JavaScript/Reference/Statements/debugger
</tbody>
</table>
-<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.statements.debugger")}}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/for-await...of/index.html b/files/pt-br/web/javascript/reference/statements/for-await...of/index.html
index c584b497a8..3b3e5284a2 100644
--- a/files/pt-br/web/javascript/reference/statements/for-await...of/index.html
+++ b/files/pt-br/web/javascript/reference/statements/for-await...of/index.html
@@ -123,9 +123,7 @@ getResponseSize('https://jsonplaceholder.typicode.com/photos');</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
-
-<div class="hidden">A tabela de compatibilidade nesta página é gerada de dados estruturados. Se você quiser contribuir para os dados, por favor acesse <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos um <em>pull request</em>.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.statements.for_await_of")}}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/function/index.html b/files/pt-br/web/javascript/reference/statements/function/index.html
index 77915f919b..acdfb1b103 100644
--- a/files/pt-br/web/javascript/reference/statements/function/index.html
+++ b/files/pt-br/web/javascript/reference/statements/function/index.html
@@ -111,7 +111,7 @@ var notHoisted = function() {
</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/statements/function_star_/index.html b/files/pt-br/web/javascript/reference/statements/function_star_/index.html
index d80b9f8e3d..007f2d06bc 100644
--- a/files/pt-br/web/javascript/reference/statements/function_star_/index.html
+++ b/files/pt-br/web/javascript/reference/statements/function_star_/index.html
@@ -164,7 +164,7 @@ console.log(bar.next()); // {value: 10, done: false}</code></pre>
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidade entre Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div></div>
diff --git a/files/pt-br/web/javascript/reference/statements/if...else/index.html b/files/pt-br/web/javascript/reference/statements/if...else/index.html
index e61389f5bb..955402385d 100644
--- a/files/pt-br/web/javascript/reference/statements/if...else/index.html
+++ b/files/pt-br/web/javascript/reference/statements/if...else/index.html
@@ -151,7 +151,7 @@ if (b) // essa condição é avaliada como true
</tbody>
</table>
-<h2 id="Compatibilidade_entre_Navegadores">Compatibilidade entre Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/import.meta/index.html b/files/pt-br/web/javascript/reference/statements/import.meta/index.html
index 553b514f84..4ea794e82f 100644
--- a/files/pt-br/web/javascript/reference/statements/import.meta/index.html
+++ b/files/pt-br/web/javascript/reference/statements/import.meta/index.html
@@ -73,9 +73,7 @@ new URL(import.meta.url).searchParams.get('someURLInfo'); // 5</pre>
</tbody>
</table>
-<h2 id="Compartibilidade_no_Browser"> Compartibilidade no Browser </h2>
-
-<div class="hidden">A tabela de compartibilidade nessa página é gerado por um dado estruturado.Se você gostaria de contribuir para esse dado, por favor, acesso <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um pull request.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.statements.import_meta")}}</p>
diff --git a/files/pt-br/web/javascript/reference/statements/import/index.html b/files/pt-br/web/javascript/reference/statements/import/index.html
index a87ed0f4bf..15e7d4fe46 100644
--- a/files/pt-br/web/javascript/reference/statements/import/index.html
+++ b/files/pt-br/web/javascript/reference/statements/import/index.html
@@ -270,7 +270,7 @@ for (const link of document.querySelectorAll("nav &gt; a")) {
</tbody>
</table>
-<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.statements.import")}}</p>