Skip to content

Commit

Permalink
[e] (0) Try to clarify this sentence.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8902

git-svn-id: http://svn.whatwg.org/webapps@4732 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 14, 2010
1 parent b18db11 commit 48344b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -2025,9 +2025,9 @@ <h4 id=dom-trees><span class=secno>2.1.3 </span>DOM trees</h4>
as referring to the document's root element, means the furthest
ancestor element node of whatever node is being discussed, or the
node itself if it has no ancestors. When the node is a part of the
document, then that is indeed the document's root element; however,
if the node is not currently part of the document tree, the root
element will be an orphaned node.</p>
document, then the node's <a href=#root-element>root element</a> is indeed the
document's root element; however, if the node is not currently part
of the document tree, the root element will be an orphaned node.</p>

<p>A node's <dfn id=home-subtree>home subtree</dfn> is the subtree rooted at that
node's <a href=#root-element>root element</a>.</p>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -1924,9 +1924,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
as referring to the document's root element, means the furthest
ancestor element node of whatever node is being discussed, or the
node itself if it has no ancestors. When the node is a part of the
document, then that is indeed the document's root element; however,
if the node is not currently part of the document tree, the root
element will be an orphaned node.</p>
document, then the node's <a href=#root-element>root element</a> is indeed the
document's root element; however, if the node is not currently part
of the document tree, the root element will be an orphaned node.</p>

<p>A node's <dfn id=home-subtree>home subtree</dfn> is the subtree rooted at that
node's <a href=#root-element>root element</a>.</p>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -892,9 +892,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
as referring to the document's root element, means the furthest
ancestor element node of whatever node is being discussed, or the
node itself if it has no ancestors. When the node is a part of the
document, then that is indeed the document's root element; however,
if the node is not currently part of the document tree, the root
element will be an orphaned node.</p>
document, then the node's <span>root element</span> is indeed the
document's root element; however, if the node is not currently part
of the document tree, the root element will be an orphaned node.</p>

<p>A node's <dfn>home subtree</dfn> is the subtree rooted at that
node's <span>root element</span>.</p>
Expand Down

0 comments on commit 48344b0

Please sign in to comment.