aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/htmlcollection/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/htmlcollection/index.html')
-rw-r--r--files/pt-br/web/api/htmlcollection/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/api/htmlcollection/index.html b/files/pt-br/web/api/htmlcollection/index.html
index 4d462b4b6a..6a887364f9 100644
--- a/files/pt-br/web/api/htmlcollection/index.html
+++ b/files/pt-br/web/api/htmlcollection/index.html
@@ -49,7 +49,7 @@ alert(elem1 === elem2); // exibe: "true"
elem1 = document.forms["named.item.with.periods"];</pre>
-<h2 id="Compatibilidade_entre_Browsers">Compatibilidade entre Browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>Diferentes browsers se comportam de maneira diferente quando um os mais elementos são pesquisados pela string utilizada  como índice (ou o argumento <span style="font-family: consolas,monaco,andale mono,monospace;">namedItem</span>). Firefox 8 se comporta como especificado no DOM 2 e no DOM 4, retornando o primeiro elemento encontrado. WebKit browsers e o Internet Explorer, neste caso, retornam outro <span style="font-family: consolas,monaco,andale mono,monospace;">HTMLCollection </span>e o Opera retorna um {{domxref("NodeList")}} com todos os elementos encontrados.</p>