diff options
Diffstat (limited to 'files/pt-br/web/api/node')
-rw-r--r-- | files/pt-br/web/api/node/appendchild/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/node/contains/index.html | 4 | ||||
-rw-r--r-- | files/pt-br/web/api/node/index.html | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/files/pt-br/web/api/node/appendchild/index.html b/files/pt-br/web/api/node/appendchild/index.html index dbca22a3f2..11fde3b5ff 100644 --- a/files/pt-br/web/api/node/appendchild/index.html +++ b/files/pt-br/web/api/node/appendchild/index.html @@ -43,7 +43,7 @@ document.body.appendChild(p);</pre> <h2 id="Specification" name="Specification">Especificação</h2> <ul> - <li><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-184E7107" title="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-184E7107">DOM Level 3 Core: appendChild</a></li> + <li><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-184E7107">DOM Level 3 Core: appendChild</a></li> </ul> <h2 id="See_also" name="See_also">Ver também</h2> diff --git a/files/pt-br/web/api/node/contains/index.html b/files/pt-br/web/api/node/contains/index.html index e468ac6bd3..0441a931d9 100644 --- a/files/pt-br/web/api/node/contains/index.html +++ b/files/pt-br/web/api/node/contains/index.html @@ -56,7 +56,7 @@ translation_of: Web/API/Node/contains <td>{{CompatGeckoDesktop("9.0")}}</td> <td>5.0</td> <td>{{CompatVersionUnknown}}</td> - <td>5.2.2 <a href="https://code.google.com/p/doctype-mirror/wiki/ArticleNodeContains" title="https://code.google.com/p/doctype-mirror/wiki/ArticleNodeContains">[1]</a><a href="https://github.com/okfn/annotator/blob/master/src/range.coffee#L366" title="https://github.com/okfn/annotator/blob/master/src/range.coffee#L366">[2]</a></td> + <td>5.2.2 <a href="https://code.google.com/p/doctype-mirror/wiki/ArticleNodeContains" title="https://code.google.com/p/doctype-mirror/wiki/ArticleNodeContains">[1]</a><a href="https://github.com/okfn/annotator/blob/master/src/range.coffee#L366">[2]</a></td> </tr> </tbody> </table> @@ -88,7 +88,7 @@ translation_of: Web/API/Node/contains <h2 id="Specification" name="Specification">Especificação</h2> <ul> - <li><a class="external" href="http://www.w3.org/TR/domcore/#dom-node-contains" title="http://www.w3.org/TR/domcore/#dom-node-contains">DOM Level 4: contains</a></li> + <li><a class="external" href="http://www.w3.org/TR/domcore/#dom-node-contains">DOM Level 4: contains</a></li> </ul> <h2 id="See_also" name="See_also">Ver também</h2> 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> |