- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 19:54:39 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Try to clarify this sentence. (whatwg r4732) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3779&r2=1.3780&f=h http://html5.org/tools/web-apps-tracker?from=4731&to=4732 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3779 retrieving revision 1.3780 diff -u -d -r1.3779 -r1.3780 --- Overview.html 14 Feb 2010 10:48:22 -0000 1.3779 +++ Overview.html 14 Feb 2010 10:54:28 -0000 1.3780 @@ -1681,9 +1681,9 @@ 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>A node's <dfn id="home-subtree">home subtree</dfn> is the subtree rooted at that + 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>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>The <code>Document</code> of a <code>Node</code> (such as an element) is the <code>Document</code> that the <code>Node</code>'s <code title="">ownerDocument</code> IDL attribute returns.<p>When an element's <a href="#root-element">root element</a> is the <a href="#root-element">root
Received on Sunday, 14 February 2010 10:55:07 UTC