aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/operators
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/operators
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/operators')
-rw-r--r--files/pt-br/web/javascript/reference/operators/bitwise_xor/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/operators/function/index.html7
-rw-r--r--files/pt-br/web/javascript/reference/operators/new.target/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/operators/property_accessors/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/spread_syntax/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/operators/super/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/this/index.html2
7 files changed, 7 insertions, 18 deletions
diff --git a/files/pt-br/web/javascript/reference/operators/bitwise_xor/index.html b/files/pt-br/web/javascript/reference/operators/bitwise_xor/index.html
index 9a8fe88d4c..9fc41bf549 100644
--- a/files/pt-br/web/javascript/reference/operators/bitwise_xor/index.html
+++ b/files/pt-br/web/javascript/reference/operators/bitwise_xor/index.html
@@ -94,9 +94,7 @@ Depois: 10100000000000000110000000000001</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_do_Navegador">Compatibilidade do Navegador</h2>
-
-<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.operators.bitwise_xor")}}</p>
diff --git a/files/pt-br/web/javascript/reference/operators/function/index.html b/files/pt-br/web/javascript/reference/operators/function/index.html
index a5950f8ea1..667f9b1474 100644
--- a/files/pt-br/web/javascript/reference/operators/function/index.html
+++ b/files/pt-br/web/javascript/reference/operators/function/index.html
@@ -90,12 +90,7 @@ translation_of: Web/JavaScript/Reference/Operators/function
</tbody>
</table>
-<h2 id="Compatibilidade_de_Navegador">Compatibilidade de Navegador</h2>
-
-<div class="hidden">
-<p>A tabela de compatibilidade nesta página é gerada por dados estruturados.<br>
- Se você quiser contribuir para com os dados, por favor, veja <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>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/operators/new.target/index.html b/files/pt-br/web/javascript/reference/operators/new.target/index.html
index e932b452ed..c6218441c0 100644
--- a/files/pt-br/web/javascript/reference/operators/new.target/index.html
+++ b/files/pt-br/web/javascript/reference/operators/new.target/index.html
@@ -82,9 +82,7 @@ var d = new D(); // logs class D extends C{constructor(){super();}}</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_com_browser">Compatibilidade com browser</h2>
-
-<div class="hidden">A tabela de compatibilidade nesta página é gerada de dados estruturados. se você deseja 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 nos envie uma requisição de atualização.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.operators.new_target")}}</p>
diff --git a/files/pt-br/web/javascript/reference/operators/property_accessors/index.html b/files/pt-br/web/javascript/reference/operators/property_accessors/index.html
index 2931effbdb..4a254b11f7 100644
--- a/files/pt-br/web/javascript/reference/operators/property_accessors/index.html
+++ b/files/pt-br/web/javascript/reference/operators/property_accessors/index.html
@@ -129,7 +129,7 @@ console.log(object[bar]);
</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/operators/spread_syntax/index.html b/files/pt-br/web/javascript/reference/operators/spread_syntax/index.html
index 4eba9de8f7..dae68ed262 100644
--- a/files/pt-br/web/javascript/reference/operators/spread_syntax/index.html
+++ b/files/pt-br/web/javascript/reference/operators/spread_syntax/index.html
@@ -215,9 +215,7 @@ var array = [...obj]; // TypeError: obj is not iterable
</tbody>
</table>
-<h2 id="Compatibilidade_com_Navegadores">Compatibilidade com Navegadores</h2>
-
-<div class="hidden">A tabela de compatibilidade nessa página é gerada a partir de dados estruturados. Se você gostaria de contribuir com 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 pull request.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.operators.spread")}}</p>
diff --git a/files/pt-br/web/javascript/reference/operators/super/index.html b/files/pt-br/web/javascript/reference/operators/super/index.html
index 616f708dc9..2817c472b8 100644
--- a/files/pt-br/web/javascript/reference/operators/super/index.html
+++ b/files/pt-br/web/javascript/reference/operators/super/index.html
@@ -159,7 +159,7 @@ obj2.method2(); // retorna "method 1"
</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/operators/this/index.html b/files/pt-br/web/javascript/reference/operators/this/index.html
index dc1798e093..5aec3dda67 100644
--- a/files/pt-br/web/javascript/reference/operators/this/index.html
+++ b/files/pt-br/web/javascript/reference/operators/this/index.html
@@ -350,7 +350,7 @@ for(var i=0 ; i&lt;elements.length ; i++){
</tbody>
</table>
-<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>