aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/element
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/api/element
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/api/element')
-rw-r--r--files/pt-br/web/api/element/attributes/index.html2
-rw-r--r--files/pt-br/web/api/element/classlist/index.html2
-rw-r--r--files/pt-br/web/api/element/classname/index.html2
-rw-r--r--files/pt-br/web/api/element/click_event/index.html2
-rw-r--r--files/pt-br/web/api/element/focus_event/index.html2
-rw-r--r--files/pt-br/web/api/element/focusin_event/index.html2
-rw-r--r--files/pt-br/web/api/element/focusout_event/index.html2
-rw-r--r--files/pt-br/web/api/element/getattribute/index.html2
-rw-r--r--files/pt-br/web/api/element/getelementsbyclassname/index.html2
-rw-r--r--files/pt-br/web/api/element/id/index.html2
-rw-r--r--files/pt-br/web/api/element/index.html2
-rw-r--r--files/pt-br/web/api/element/matches/index.html2
-rw-r--r--files/pt-br/web/api/element/mouseenter_event/index.html2
-rw-r--r--files/pt-br/web/api/element/mouseover_event/index.html2
-rw-r--r--files/pt-br/web/api/element/outerhtml/index.html2
-rw-r--r--files/pt-br/web/api/element/queryselector/index.html2
-rw-r--r--files/pt-br/web/api/element/queryselectorall/index.html2
-rw-r--r--files/pt-br/web/api/element/tagname/index.html2
-rw-r--r--files/pt-br/web/api/element/touchstart_event/index.html2
19 files changed, 19 insertions, 19 deletions
diff --git a/files/pt-br/web/api/element/attributes/index.html b/files/pt-br/web/api/element/attributes/index.html
index b5888e0f04..6dc48f73f1 100644
--- a/files/pt-br/web/api/element/attributes/index.html
+++ b/files/pt-br/web/api/element/attributes/index.html
@@ -104,7 +104,7 @@ var atts = para.attributes;</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_entre_os_navegadores">Compatibilidade entre os navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
diff --git a/files/pt-br/web/api/element/classlist/index.html b/files/pt-br/web/api/element/classlist/index.html
index 2a3aa6e1dc..85f67d6ea1 100644
--- a/files/pt-br/web/api/element/classlist/index.html
+++ b/files/pt-br/web/api/element/classlist/index.html
@@ -83,7 +83,7 @@ div.classList.remove("foo", "bar");</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/api/element/classname/index.html b/files/pt-br/web/api/element/classname/index.html
index 1db2b4f71e..5540111d5a 100644
--- a/files/pt-br/web/api/element/classname/index.html
+++ b/files/pt-br/web/api/element/classname/index.html
@@ -64,7 +64,7 @@ if (element.className === "fixed") {
</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/api/element/click_event/index.html b/files/pt-br/web/api/element/click_event/index.html
index 1044c53281..822f8ef9dd 100644
--- a/files/pt-br/web/api/element/click_event/index.html
+++ b/files/pt-br/web/api/element/click_event/index.html
@@ -145,7 +145,7 @@ translation_of: Web/API/Element/click_event
&lt;/script&gt;
</pre>
-<h2 id="Compatibilidade_nos_Browsers">Compatibilidade nos Browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<h3 id="Internet_Explorer">Internet Explorer</h3>
diff --git a/files/pt-br/web/api/element/focus_event/index.html b/files/pt-br/web/api/element/focus_event/index.html
index 543a21af0d..acda33429b 100644
--- a/files/pt-br/web/api/element/focus_event/index.html
+++ b/files/pt-br/web/api/element/focus_event/index.html
@@ -72,7 +72,7 @@ original_slug: Web/Events/focus
<p>(Exemplo de codigo do evento <a href="/en-US/docs/Web/Events/blur">blur (event)</a>)</p>
-<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/api/element/focusin_event/index.html b/files/pt-br/web/api/element/focusin_event/index.html
index 291956ed53..3ffc630b65 100644
--- a/files/pt-br/web/api/element/focusin_event/index.html
+++ b/files/pt-br/web/api/element/focusin_event/index.html
@@ -62,7 +62,7 @@ original_slug: Web/Events/focusin
</tbody>
</table>
-<h2 id="Compatibilidade_com_Demais_Navegadores">Compatibilidade com Demais Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/element/focusout_event/index.html b/files/pt-br/web/api/element/focusout_event/index.html
index 366498c0a3..83e1938ebe 100644
--- a/files/pt-br/web/api/element/focusout_event/index.html
+++ b/files/pt-br/web/api/element/focusout_event/index.html
@@ -62,7 +62,7 @@ original_slug: Web/Events/focusout
</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/api/element/getattribute/index.html b/files/pt-br/web/api/element/getattribute/index.html
index c5d1a9475b..4ebb34689e 100644
--- a/files/pt-br/web/api/element/getattribute/index.html
+++ b/files/pt-br/web/api/element/getattribute/index.html
@@ -40,7 +40,7 @@ alert(align); // mostra o valor do atributo "align" do elemento com id="div1"</p
<p>Essencialmente todos navegadores (Firefox, Internet Explorer, versões recentes do Opera, Safari, Konqueror, e iCab, por exemplo) retornam <code>null</code> quando o atributo especificado não existe no elemento em questão, seguindo que <a href="http://dom.spec.whatwg.org/#dom-element-getattribute" title="http://dom.spec.whatwg.org/#dom-element-getattribute">o esboço atual de especificações DOM</a> diz. A velha especificação do DOM 3 Core, por sua vez, diz que correto é retornar uma <em>string vazia</em> e algumas implementações de DOM se comportam dessa forma. Por exemplo, a implementação do getAttribute no XUL (Gecko) segue as especificações do DOM 3 Core e retorna uma string vazia. Consequentemente, deve-se usar {{domxref("Element.hasAttribute()")}} para checar a existência do atributo antes de utilizar o <code>getAttribute()</code>caso exista a possibilidade do argumento inexistir.</p>
<div>
-<h2 id="Compatibilidade_entre_browsers">Compatibilidade entre browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/element/getelementsbyclassname/index.html b/files/pt-br/web/api/element/getelementsbyclassname/index.html
index 2660d0009b..758437a9fe 100644
--- a/files/pt-br/web/api/element/getelementsbyclassname/index.html
+++ b/files/pt-br/web/api/element/getelementsbyclassname/index.html
@@ -101,7 +101,7 @@ var testDivs = Array.prototype.filter.call(testElements, function(testElement) {
</tbody>
</table>
-<h2 id="Browser_compatibility">Browser compatibility</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
diff --git a/files/pt-br/web/api/element/id/index.html b/files/pt-br/web/api/element/id/index.html
index 864b1fe8b3..c9b8bfadbc 100644
--- a/files/pt-br/web/api/element/id/index.html
+++ b/files/pt-br/web/api/element/id/index.html
@@ -60,7 +60,7 @@ translation_of: Web/API/Element/id
</tbody>
</table>
-<h2 id="Compatibilidade_com_os_browsers">Compatibilidade com os browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
diff --git a/files/pt-br/web/api/element/index.html b/files/pt-br/web/api/element/index.html
index b3779720d9..40f8eb683e 100644
--- a/files/pt-br/web/api/element/index.html
+++ b/files/pt-br/web/api/element/index.html
@@ -266,7 +266,7 @@ translation_of: Web/API/Element
</tbody>
</table>
-<h2 id="Compatibilidade_de_Navegador">Compatibilidade de Navegador</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/api/element/matches/index.html b/files/pt-br/web/api/element/matches/index.html
index 06ce8b5c31..b1f2259251 100644
--- a/files/pt-br/web/api/element/matches/index.html
+++ b/files/pt-br/web/api/element/matches/index.html
@@ -87,7 +87,7 @@ translation_of: Web/API/Element/matches
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/element/mouseenter_event/index.html b/files/pt-br/web/api/element/mouseenter_event/index.html
index 881958914b..537e2b8423 100644
--- a/files/pt-br/web/api/element/mouseenter_event/index.html
+++ b/files/pt-br/web/api/element/mouseenter_event/index.html
@@ -213,7 +213,7 @@ Um único evento <code>mouseover</code> é enviado ao elemento de maior profund
};
&lt;/script&gt;</pre>
-<h2 id="Browser_compatibility">Browser compatibility</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/element/mouseover_event/index.html b/files/pt-br/web/api/element/mouseover_event/index.html
index f4a5c56a9e..e36be8d01a 100644
--- a/files/pt-br/web/api/element/mouseover_event/index.html
+++ b/files/pt-br/web/api/element/mouseover_event/index.html
@@ -170,7 +170,7 @@ translation_of: Web/API/Element/mouseover_event
&lt;/script&gt;
</pre>
-<h2 id="Browser_compatibility">Browser compatibility</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/api/element/outerhtml/index.html b/files/pt-br/web/api/element/outerhtml/index.html
index 1cdfa0826d..faafee09bb 100644
--- a/files/pt-br/web/api/element/outerhtml/index.html
+++ b/files/pt-br/web/api/element/outerhtml/index.html
@@ -84,7 +84,7 @@ console.log(p.nodeName); // ainda contém "P";
</tbody>
</table>
-<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
diff --git a/files/pt-br/web/api/element/queryselector/index.html b/files/pt-br/web/api/element/queryselector/index.html
index cbd41e09ff..6002a7c27c 100644
--- a/files/pt-br/web/api/element/queryselector/index.html
+++ b/files/pt-br/web/api/element/queryselector/index.html
@@ -39,7 +39,7 @@ translation_of: Web/API/Element/querySelector
<p>O argumento de string do <code>querySelector</code> deve seguir a sintaxe CSS. Veja exemplos concretos em {{domxref("document.querySelector")}}</p>
-<h2 id="Compatibilidade_de_Browsers">Compatibilidade de Browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<table class="standard-table">
<tbody>
diff --git a/files/pt-br/web/api/element/queryselectorall/index.html b/files/pt-br/web/api/element/queryselectorall/index.html
index 92f6e93506..f34a01a25e 100644
--- a/files/pt-br/web/api/element/queryselectorall/index.html
+++ b/files/pt-br/web/api/element/queryselectorall/index.html
@@ -51,7 +51,7 @@ var matches = el.querySelectorAll('div.highlighted &gt; p'); </pre>
<p>Lembre-se que o valor retornado é uma NodeList, então não é recomendado o uso de recursões for...in, nem de nenhum método de <em>array</em>. Se realmente houver a necessidade de usar métodos de uma <em>array,</em> então o NodeList deve ser convertido em uma <em>array </em>antes de ser usado.</p>
-<h2 id="Compatibilidade_com_Browsers">Compatibilidade com Browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/api/element/tagname/index.html b/files/pt-br/web/api/element/tagname/index.html
index c0345f4763..1b6a32573f 100644
--- a/files/pt-br/web/api/element/tagname/index.html
+++ b/files/pt-br/web/api/element/tagname/index.html
@@ -64,7 +64,7 @@ console.log(span.tagName);
</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/api/element/touchstart_event/index.html b/files/pt-br/web/api/element/touchstart_event/index.html
index ae2649f49c..ddd2153878 100644
--- a/files/pt-br/web/api/element/touchstart_event/index.html
+++ b/files/pt-br/web/api/element/touchstart_event/index.html
@@ -111,7 +111,7 @@ translation_of: Web/API/Element/touchstart_event
<p>Os códigos de exemplos para este evento estão disponíveis nesta página dedicada: <a href="/en-US/DOM/Touch_events">Touch events</a>.</p>
-<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>