aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/document/body
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 11:26:13 -0400
committerGitHub <noreply@github.com>2021-08-02 12:26:13 -0300
commit6e961125c89cdc8c3f644bff485254b3b4afee67 (patch)
tree161cec441e519623173c5ecb7068ca6cecc18974 /files/pt-br/web/api/document/body
parent5163b0ac5f836de388b6395fdbdc3605aa9ff422 (diff)
downloadtranslated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.tar.gz
translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.tar.bz2
translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.zip
remove link 'title' attributes that's just the 'href' (pt-br, part 3) (#1843)
Diffstat (limited to 'files/pt-br/web/api/document/body')
-rw-r--r--files/pt-br/web/api/document/body/index.html2
1 files changed, 1 insertions, 1 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>