html5/spec Overview.html,1.3779,1.3780

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1050

Modified Files:
	Overview.html 
Log Message:
Try to clarify this sentence. (whatwg r4732)

Index: Overview.html
===================================================================
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:54:33 UTC