[html5] r6729 - [e] (0) clarification Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14407

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 21 15:43:29 PDT 2011


Author: ianh
Date: 2011-10-21 15:43:27 -0700 (Fri, 21 Oct 2011)
New Revision: 6729

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarification
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14407

Modified: complete.html
===================================================================
--- complete.html	2011-10-21 22:20:09 UTC (rev 6728)
+++ complete.html	2011-10-21 22:43:27 UTC (rev 6729)
@@ -90085,8 +90085,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>
 
@@ -90708,8 +90708,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>
 
@@ -90888,8 +90888,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>
 

Modified: index
===================================================================
--- index	2011-10-21 22:20:09 UTC (rev 6728)
+++ index	2011-10-21 22:43:27 UTC (rev 6729)
@@ -90085,8 +90085,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>
 
@@ -90708,8 +90708,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>
 
@@ -90888,8 +90888,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>
 

Modified: source
===================================================================
--- source	2011-10-21 22:20:09 UTC (rev 6728)
+++ source	2011-10-21 22:43:27 UTC (rev 6729)
@@ -102078,8 +102078,8 @@
     <code>html</code> element, then this is a <span>parse
     error</span>.</p>
 
-    <p class="note">It can only be the <span>current node</span> in
-    the <span>fragment case</span>.</p>
+    <p class="note">The <span>current node</span> can only be the root
+    <code>html</code> element in the <span>fragment case</span>.</p>
 
     <p><span>Stop parsing</span>.</p>
 
@@ -102758,8 +102758,8 @@
     <code>html</code> element, then this is a <span>parse
     error</span>.</p>
 
-    <p class="note">It can only be the <span>current node</span> in
-    the <span>fragment case</span>.</p>
+    <p class="note">The <span>current node</span> can only be the root
+    <code>html</code> element in the <span>fragment case</span>.</p>
 
     <p><span>Stop parsing</span>.</p>
 
@@ -102961,8 +102961,8 @@
     <code>html</code> element, then this is a <span>parse
     error</span>.</p>
 
-    <p class="note">It can only be the <span>current node</span> in
-    the <span>fragment case</span>.</p>
+    <p class="note">The <span>current node</span> can only be the root
+    <code>html</code> element in the <span>fragment case</span>.</p>
 
     <p><span>Stop parsing</span>.</p>
 




More information about the Commit-Watchers mailing list