diff options
Diffstat (limited to 'files/pt-br/web/api/document')
11 files changed, 11 insertions, 11 deletions
diff --git a/files/pt-br/web/api/document/body/index.html b/files/pt-br/web/api/document/body/index.html index cb21522c4f..920948d9b6 100644 --- a/files/pt-br/web/api/document/body/index.html +++ b/files/pt-br/web/api/document/body/index.html @@ -34,7 +34,7 @@ alert(document.body.id); // "newBodyElement" <ul> <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-56360201">DOM Level 2 HTML: HTMLDocument.body</a></li> - <li><a class="external" href="http://www.w3.org/TR/html5/dom.html#dom-tree-accessors" title="http://www.w3.org/TR/html5/dom.html#dom-document-head">HTML5: DOM Tree Accessors</a></li> + <li><a class="external" href="http://www.w3.org/TR/html5/dom.html#dom-tree-accessors">HTML5: DOM Tree Accessors</a></li> </ul> <h2 id="Veja_Também">Veja Também</h2> diff --git a/files/pt-br/web/api/document/compatmode/index.html b/files/pt-br/web/api/document/compatmode/index.html index 1ca33ff573..4533c64d3e 100644 --- a/files/pt-br/web/api/document/compatmode/index.html +++ b/files/pt-br/web/api/document/compatmode/index.html @@ -38,5 +38,5 @@ translation_of: Web/API/Document/compatMode <h2 id="Specification" name="Specification">Especificações</h2> <ul> - <li><a class="external" href="http://dom.spec.whatwg.org/#dom-document-compatmode" title="http://dom.spec.whatwg.org/#dom-document-compatmode">DOM: Document.compatMode</a></li> + <li><a class="external" href="http://dom.spec.whatwg.org/#dom-document-compatmode">DOM: Document.compatMode</a></li> </ul> diff --git a/files/pt-br/web/api/document/currentscript/index.html b/files/pt-br/web/api/document/currentscript/index.html index f6bade139e..b009c1c02b 100644 --- a/files/pt-br/web/api/document/currentscript/index.html +++ b/files/pt-br/web/api/document/currentscript/index.html @@ -87,7 +87,7 @@ translation_of: Web/API/Document/currentScript <h2 id="Specification" name="Specification">Especificações</h2> <ul> - <li><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-currentscript" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-currentscript">HTML5</a></li> + <li><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-currentscript">HTML5</a></li> </ul> <h2 id="Veja_também">Veja também</h2> diff --git a/files/pt-br/web/api/document/defaultview/index.html b/files/pt-br/web/api/document/defaultview/index.html index 77ed7a4c72..fcdfa1d7a7 100644 --- a/files/pt-br/web/api/document/defaultview/index.html +++ b/files/pt-br/web/api/document/defaultview/index.html @@ -24,5 +24,5 @@ translation_of: Web/API/Document/defaultView <ul> <li><a href="/en-US/docs/HTML/HTML5" title="HTML/HTML5">HTML5: defaultView</a></li> <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Views/views.html#Views-DocumentView-defaultView">DOM Level 2 Views: defaultView</a></li> - <li><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Views/" title="http://www.w3.org/TR/DOM-Level-3-Views/">DOM Level 3 Views</a> (Apenas desenvolvido para o Working Group Note e não implementado)</li> + <li><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Views/">DOM Level 3 Views</a> (Apenas desenvolvido para o Working Group Note e não implementado)</li> </ul> diff --git a/files/pt-br/web/api/document/getelementsbyclassname/index.html b/files/pt-br/web/api/document/getelementsbyclassname/index.html index 91394ab0d6..ca5c4eae6c 100644 --- a/files/pt-br/web/api/document/getelementsbyclassname/index.html +++ b/files/pt-br/web/api/document/getelementsbyclassname/index.html @@ -100,5 +100,5 @@ var divsTeste = Array.prototype.filter.call(elementosTeste, function(elementoTes <h2 id="Specification" name="Specification">Especificação</h2> <ul> - <li><a href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-getelementsbyclassname" title="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-getelementsbyclassname"><span class="external">W3C: getElementsByClassName</span></a></li> + <li><a href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-getelementsbyclassname"><span class="external">W3C: getElementsByClassName</span></a></li> </ul> diff --git a/files/pt-br/web/api/document/index.html b/files/pt-br/web/api/document/index.html index 51c4b28cf9..dd068b6163 100644 --- a/files/pt-br/web/api/document/index.html +++ b/files/pt-br/web/api/document/index.html @@ -392,7 +392,7 @@ translation_of: Web/API/Document <dl> <dt>{{domxref("document.fileSize")}}* {{non-standard_inline}} {{obsolete_inline}}</dt> - <dd>Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See <a href="http://msdn.microsoft.com/en-us/library/ms533752%28v=VS.85%29.aspx" title="http://msdn.microsoft.com/en-us/library/ms533752%28v=VS.85%29.aspx">MSDN</a>.</dd> + <dd>Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See <a href="http://msdn.microsoft.com/en-us/library/ms533752%28v=VS.85%29.aspx">MSDN</a>.</dd> <dt><span style="font-weight: normal; line-height: 1.5;">Internet Explorer does not support all methods from the <code>Node</code> interface in the <code>Document</code> interface:</span></dt> </dl> diff --git a/files/pt-br/web/api/document/keyup_event/index.html b/files/pt-br/web/api/document/keyup_event/index.html index 6423993b63..5f1acca7ad 100644 --- a/files/pt-br/web/api/document/keyup_event/index.html +++ b/files/pt-br/web/api/document/keyup_event/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/Document/keyup_event <dt style="float: left; text-align: right; width: 120px;">Especificação</dt> <dd style="margin: 0 0 0 120px;"><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Events/#event-type-keyup">DOM L3</a></dd> <dt style="float: left; text-align: right; width: 120px;">Interface</dt> - <dd style="margin: 0 0 0 120px;"><a href="http://developer.mozilla.org/en-US/docs/DOM/KeyboardEvent" title="http://en-US/docs/DOM/KeyboardEvent">KeyboardEvent</a></dd> + <dd style="margin: 0 0 0 120px;"><a href="http://developer.mozilla.org/en-US/docs/DOM/KeyboardEvent">KeyboardEvent</a></dd> <dt style="float: left; text-align: right; width: 120px;">Método Bolha</dt> <dd style="margin: 0 0 0 120px;">Sim</dd> <dt style="float: left; text-align: right; width: 120px;">Cancelável</dt> diff --git a/files/pt-br/web/api/document/queryselector/index.html b/files/pt-br/web/api/document/queryselector/index.html index 4489a2e823..bb3b0afe5f 100644 --- a/files/pt-br/web/api/document/queryselector/index.html +++ b/files/pt-br/web/api/document/queryselector/index.html @@ -94,7 +94,7 @@ translation_of: Web/API/Document/querySelector <h2 id="Specification" name="Specification">Especificação</h2> <ul> - <li><a class="external" href="http://www.w3.org/TR/selectors-api/" title="http://www.w3.org/TR/selectors-api/">Selectors API</a></li> + <li><a class="external" href="http://www.w3.org/TR/selectors-api/">Selectors API</a></li> </ul> <h2 id="See_also" name="See_also">Veja também:</h2> diff --git a/files/pt-br/web/api/document/queryselectorall/index.html b/files/pt-br/web/api/document/queryselectorall/index.html index 6ac4d4ef4e..dcd2935ef9 100644 --- a/files/pt-br/web/api/document/queryselectorall/index.html +++ b/files/pt-br/web/api/document/queryselectorall/index.html @@ -97,7 +97,7 @@ translation_of: Web/API/Document/querySelectorAll <h2 id="Specification" name="Specification">Especificação</h2> <ul> - <li><a href="http://www.w3.org/TR/selectors-api/" title="http://www.w3.org/TR/selectors-api/">API Selectors</a></li> + <li><a href="http://www.w3.org/TR/selectors-api/">API Selectors</a></li> </ul> <h2 id="See_also" name="See_also">Veja também</h2> diff --git a/files/pt-br/web/api/document/readystate/index.html b/files/pt-br/web/api/document/readystate/index.html index d5d2cea5cd..e7816aecf2 100644 --- a/files/pt-br/web/api/document/readystate/index.html +++ b/files/pt-br/web/api/document/readystate/index.html @@ -92,7 +92,7 @@ document.onreadystatechange = function () { <h2 id="Especificação">Especificação</h2> <ul> - <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#current-document-readiness" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#current-document-readiness">http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#current-document-readiness</a></li> + <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#current-document-readiness">http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#current-document-readiness</a></li> </ul> <h2 id="Veja_também">Veja também</h2> diff --git a/files/pt-br/web/api/document/writeln/index.html b/files/pt-br/web/api/document/writeln/index.html index ed2efb2b85..553cad8d0c 100644 --- a/files/pt-br/web/api/document/writeln/index.html +++ b/files/pt-br/web/api/document/writeln/index.html @@ -36,7 +36,7 @@ translation_of: Web/API/Document/writeln <p><strong>document.writeln</strong> <span class="short_text" id="result_box" lang="pt"><span class="hps">é</span> <span class="hps">o mesmo que</span></span> <a href="/en/DOM/document.write" title="en/DOM/document.write">document.write</a> <span class="short_text" id="result_box" lang="pt"><span class="hps">mas acrescenta</span> <span class="hps">uma nova linha.</span></span></p> -<div class="note"><strong>Note:</strong> <strong>document.writeln</strong> (like <strong>document.write</strong>) does not work in XHTML documents (you'll get a "Operation is not supported" (<code>NS_ERROR_DOM_NOT_SUPPORTED_ERR</code>) error on the error console). This is the case if opening a local file with a .xhtml file extension or for any document served with an application/xhtml+xml MIME type. More information is available in the <a class="external" href="http://www.w3.org/MarkUp/2004/xhtml-faq#docwrite" title="http://www.w3.org/MarkUp/2004/xhtml-faq#docwrite">W3C XHTML FAQ</a>.</div> +<div class="note"><strong>Note:</strong> <strong>document.writeln</strong> (like <strong>document.write</strong>) does not work in XHTML documents (you'll get a "Operation is not supported" (<code>NS_ERROR_DOM_NOT_SUPPORTED_ERR</code>) error on the error console). This is the case if opening a local file with a .xhtml file extension or for any document served with an application/xhtml+xml MIME type. More information is available in the <a class="external" href="http://www.w3.org/MarkUp/2004/xhtml-faq#docwrite">W3C XHTML FAQ</a>.</div> <h2 id="Specification" name="Specification">Especificação</h2> |
