hixie: clarification (whatwg r6729)

hixie: clarification (whatwg r6729)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5394&r2=1.5395&f=h
http://html5.org/tools/web-apps-tracker?from=6728&to=6729

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5394
retrieving revision 1.5395
diff -u -d -r1.5394 -r1.5395
--- Overview.html 21 Oct 2011 22:24:06 -0000 1.5394
+++ Overview.html 21 Oct 2011 22:47:20 -0000 1.5395
@@ -62019,8 +62019,8 @@
     <code><a href="#the-html-element">html</a></code> element, then this is a <a href="#parse-error">parse
     error</a>.</p>
 
-    <p class="note">It can only be the <a href="#current-node">current node</a> in
-    the <a href="#fragment-case">fragment case</a>.</p>
+    <p class="note">The <a href="#current-node">current node</a> can only be the root
+    <code><a href="#the-html-element">html</a></code> element in the <a href="#fragment-case">fragment case</a>.</p>
 
     <p><a href="#stop-parsing">Stop parsing</a>.</p>
 
@@ -62639,8 +62639,8 @@
     <code><a href="#the-html-element">html</a></code> element, then this is a <a href="#parse-error">parse
     error</a>.</p>
 
-    <p class="note">It can only be the <a href="#current-node">current node</a> in
-    the <a href="#fragment-case">fragment case</a>.</p>
+    <p class="note">The <a href="#current-node">current node</a> can only be the root
+    <code><a href="#the-html-element">html</a></code> element in the <a href="#fragment-case">fragment case</a>.</p>
 
     <p><a href="#stop-parsing">Stop parsing</a>.</p>
 
@@ -62819,8 +62819,8 @@
     <code><a href="#the-html-element">html</a></code> element, then this is a <a href="#parse-error">parse
     error</a>.</p>
 
-    <p class="note">It can only be the <a href="#current-node">current node</a> in
-    the <a href="#fragment-case">fragment case</a>.</p>
+    <p class="note">The <a href="#current-node">current node</a> can only be the root
+    <code><a href="#the-html-element">html</a></code> element in the <a href="#fragment-case">fragment case</a>.</p>
 
     <p><a href="#stop-parsing">Stop parsing</a>.</p>

Received on Friday, 21 October 2011 22:48:01 UTC