aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/node/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/node/index.html')
-rw-r--r--files/pt-br/web/api/node/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/api/node/index.html b/files/pt-br/web/api/node/index.html
index 0434bb9f34..ee6dafbd67 100644
--- a/files/pt-br/web/api/node/index.html
+++ b/files/pt-br/web/api/node/index.html
@@ -129,7 +129,7 @@ translation_of: Web/API/Node
<dt>{{domxref("Node.namespaceURI")}} {{obsolete_inline}}{{readonlyInline}}</dt>
<dd>O espaço de nomes URI desse nó, ou <code>null</code> se não estiver no espaço de nomes.
<div class="note">
- <p><strong>Nota:</strong> No Firefox 3.5 e nas versões anteriores, elementos HTML estão no espaço de nomes. Em versões posteriores, elementos HTML estão em <code><a class="linkification-ext external" href="https://www.w3.org/1999/xhtml/" style="outline: 1px dotted; outline-offset: 0px;" title="Linkification: http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml/</a></code>, nas árvores HTML e XML. {{gecko_minversion_inline("1.9.2")}}</p>
+ <p><strong>Nota:</strong> No Firefox 3.5 e nas versões anteriores, elementos HTML estão no espaço de nomes. Em versões posteriores, elementos HTML estão em <code><a class="linkification-ext external" href="https://www.w3.org/1999/xhtml/" style="outline: 1px dotted; outline-offset: 0px;">http://www.w3.org/1999/xhtml/</a></code>, nas árvores HTML e XML. {{gecko_minversion_inline("1.9.2")}}</p>
</div>
</dd>
<dt>{{domxref("Node.prefix")}} {{obsolete_inline}}{{readonlyInline}}</dt>
@@ -299,5 +299,5 @@ onload = function () {
<li><a class="external" href="http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-1950641247">DOM Level 1 Core: Node interface</a></li>
<li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1950641247">DOM Level 2 Core: Node interface</a></li>
<li><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1950641247">DOM Level 3 Core: Node interface</a></li>
- <li><a href="http://dom.spec.whatwg.org/#interface-node" title="http://dom.spec.whatwg.org/#interface-node">DOM Standard: Node Interface</a></li>
+ <li><a href="http://dom.spec.whatwg.org/#interface-node">DOM Standard: Node Interface</a></li>
</ul>