aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/document
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/api/document
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/api/document')
-rw-r--r--files/pt-br/web/api/document/alinkcolor/index.html4
-rw-r--r--files/pt-br/web/api/document/contenttype/index.html4
-rw-r--r--files/pt-br/web/api/document/doctype/index.html4
-rw-r--r--files/pt-br/web/api/document/document/index.html2
-rw-r--r--files/pt-br/web/api/document/elementfrompoint/index.html2
-rw-r--r--files/pt-br/web/api/document/execcommand/index.html4
-rw-r--r--files/pt-br/web/api/document/fullscreen/index.html4
-rw-r--r--files/pt-br/web/api/document/getelementsbyclassname/index.html2
-rw-r--r--files/pt-br/web/api/document/getelementsbyname/index.html4
-rw-r--r--files/pt-br/web/api/document/readystatechange_event/index.html2
-rw-r--r--files/pt-br/web/api/document/write/index.html4
11 files changed, 11 insertions, 25 deletions
diff --git a/files/pt-br/web/api/document/alinkcolor/index.html b/files/pt-br/web/api/document/alinkcolor/index.html
index 85d2bfaa77..00b1a0f3a9 100644
--- a/files/pt-br/web/api/document/alinkcolor/index.html
+++ b/files/pt-br/web/api/document/alinkcolor/index.html
@@ -29,8 +29,6 @@ translation_of: Web/API/Document/alinkColor
<p><a href="/en-US/docs/Mozilla/Gecko">Gecko</a> suporta ambos <code>alinkColor</code>/<code>:active</code> e {{Cssxref(":focus")}}. Suporte para Internet Explorer 6 e 7 <code>alinkColor</code>/<code>:active</code> apenas para <a href="/en-US/docs/Web/HTML/Element/a">HTML anchor (&lt;a&gt;) links</a> e o comportamento é o mesmo que <code>:focus</code> sob Gecko. Não há suporte para <code>:focus</code> no IE.</p>
-<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, confira <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos uma solicitação de recebimento.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("api.Document.alinkColor")}}</p>
diff --git a/files/pt-br/web/api/document/contenttype/index.html b/files/pt-br/web/api/document/contenttype/index.html
index 5d29907089..687e579a5e 100644
--- a/files/pt-br/web/api/document/contenttype/index.html
+++ b/files/pt-br/web/api/document/contenttype/index.html
@@ -39,8 +39,6 @@ translation_of: Web/API/Document/contentType
</tbody>
</table>
-<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2>
-
-<div class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados.Se voce quiser contribuir com os dados, confira em  <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{Compat("api.Document.contentType")}}</div>
diff --git a/files/pt-br/web/api/document/doctype/index.html b/files/pt-br/web/api/document/doctype/index.html
index 72a731c314..027a52831a 100644
--- a/files/pt-br/web/api/document/doctype/index.html
+++ b/files/pt-br/web/api/document/doctype/index.html
@@ -52,8 +52,6 @@ console.log(
</tbody>
</table>
-<h2 id="Compatibilidade_com_os_navegadores"> Compatibilidade com os navegadores</h2>
-
-<div class="hidden">A tabela de compatibilide nesta página é gerada a partir de dados estruturados. se voce quiser contribuir com os dados, confira em <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("api.Document.doctype")}}</p>
diff --git a/files/pt-br/web/api/document/document/index.html b/files/pt-br/web/api/document/document/index.html
index 3152137704..d89693ada1 100644
--- a/files/pt-br/web/api/document/document/index.html
+++ b/files/pt-br/web/api/document/document/index.html
@@ -32,7 +32,7 @@ translation_of: Web/API/Document/Document
</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/api/document/elementfrompoint/index.html b/files/pt-br/web/api/document/elementfrompoint/index.html
index 2b97e74bea..7513699085 100644
--- a/files/pt-br/web/api/document/elementfrompoint/index.html
+++ b/files/pt-br/web/api/document/elementfrompoint/index.html
@@ -81,7 +81,7 @@ function changeColor(newColor) {
</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/api/document/execcommand/index.html b/files/pt-br/web/api/document/execcommand/index.html
index cc5e3d3da8..fe54182cac 100644
--- a/files/pt-br/web/api/document/execcommand/index.html
+++ b/files/pt-br/web/api/document/execcommand/index.html
@@ -158,9 +158,7 @@ translation_of: Web/API/Document/execCommand
</tbody>
</table>
-<h2 id="Compatibilidade_entre_Browsers">Compatibilidade entre Browsers</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 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos uma solicitação de recebimento.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("api.Document.execCommand")}}</p>
diff --git a/files/pt-br/web/api/document/fullscreen/index.html b/files/pt-br/web/api/document/fullscreen/index.html
index 6ad6fc604f..97affba281 100644
--- a/files/pt-br/web/api/document/fullscreen/index.html
+++ b/files/pt-br/web/api/document/fullscreen/index.html
@@ -68,9 +68,7 @@ translation_of: Web/API/Document/fullscreen
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
-
-<div class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Se você gostaria de contribuir, por favor cheque <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos uma requisição pull.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("api.Document.fullscreen")}}</p>
diff --git a/files/pt-br/web/api/document/getelementsbyclassname/index.html b/files/pt-br/web/api/document/getelementsbyclassname/index.html
index 44fa28f840..91394ab0d6 100644
--- a/files/pt-br/web/api/document/getelementsbyclassname/index.html
+++ b/files/pt-br/web/api/document/getelementsbyclassname/index.html
@@ -47,7 +47,7 @@ var divsTeste = Array.prototype.filter.call(elementosTeste, function(elementoTes
return elementoTeste.nodeName === 'DIV';
});</pre>
-<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/api/document/getelementsbyname/index.html b/files/pt-br/web/api/document/getelementsbyname/index.html
index 8793259751..95a80f6796 100644
--- a/files/pt-br/web/api/document/getelementsbyname/index.html
+++ b/files/pt-br/web/api/document/getelementsbyname/index.html
@@ -75,9 +75,7 @@ translation_of: Web/API/Document/getElementsByName
</tbody>
</table>
-<h2 id="Compatibilidade_com_Nagevagores">Compatibilidade com Nagevagores</h2>
-
-<div class="hidden">A tabela de compatibilidade nesta página é gerada de dado estruturado. Se você gostaria de contribuir para os dados, por favor confira <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos uma solicitação.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("api.Document.getElementsByName")}}</p>
diff --git a/files/pt-br/web/api/document/readystatechange_event/index.html b/files/pt-br/web/api/document/readystatechange_event/index.html
index 57a936b66c..71e5b97f51 100644
--- a/files/pt-br/web/api/document/readystatechange_event/index.html
+++ b/files/pt-br/web/api/document/readystatechange_event/index.html
@@ -69,7 +69,7 @@ document.onreadystatechange = function () {
}
</pre>
-<h2 id="Compatibilidade_entre_Navegadores">Compatibilidade entre Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>Este evento tem sido suportado pelo Internet Explorer há várias versões, e pode ser usada como uma alternativa para o evento <a href="/en-US/docs/Mozilla_event_reference/DOMContentLoaded_(event)"><code>DOMContentLoaded</code></a> (veja a seção <a href="/pt-BR/docs/Web/Events/DOMContentLoaded#Cross-browser_fallback">cross-browser fallback</a>).</p>
diff --git a/files/pt-br/web/api/document/write/index.html b/files/pt-br/web/api/document/write/index.html
index 4218430e88..427c8566e9 100644
--- a/files/pt-br/web/api/document/write/index.html
+++ b/files/pt-br/web/api/document/write/index.html
@@ -94,9 +94,7 @@ translation_of: Web/API/Document/write
</tbody>
</table>
-<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</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 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> envie-nos uma pull request.</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{Compat("api.Document.write")}}</div>