[html5] r6748 - [e] (0) clarity Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14468

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 24 20:09:47 PDT 2011


Author: ianh
Date: 2011-10-24 20:09:46 -0700 (Mon, 24 Oct 2011)
New Revision: 6748

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

Modified: complete.html
===================================================================
--- complete.html	2011-10-25 03:06:59 UTC (rev 6747)
+++ complete.html	2011-10-25 03:09:46 UTC (rev 6748)
@@ -86613,12 +86613,12 @@
   case-insensitive</a> match for the word "DOCTYPE", then consume
   those characters and switch to the <a href=#doctype-state>DOCTYPE state</a>.</p>
 
-  <p>Otherwise, if the <a href=#current-node>current node</a> is not an element in
-  the <a href=#html-namespace-0>HTML namespace</a> and the next seven characters are an
-  <a href=#case-sensitive>case-sensitive</a> match for the string "[CDATA[" (the five
-  uppercase letters "CDATA" with a U+005B LEFT SQUARE BRACKET
-  character before and after), then consume those characters and
-  switch to the <a href=#cdata-section-state>CDATA section state</a>.</p>
+  <p>Otherwise, if there is a <a href=#current-node>current node</a> and it is not
+  an element in the <a href=#html-namespace-0>HTML namespace</a> and the next seven
+  characters are an <a href=#case-sensitive>case-sensitive</a> match for the string
+  "[CDATA[" (the five uppercase letters "CDATA" with a U+005B LEFT
+  SQUARE BRACKET character before and after), then consume those
+  characters and switch to the <a href=#cdata-section-state>CDATA section state</a>.</p>
 
   <p>Otherwise, this is a <a href=#parse-error>parse error</a>. Switch to the
   <a href=#bogus-comment-state>bogus comment state</a>. The next character that is

Modified: index
===================================================================
--- index	2011-10-25 03:06:59 UTC (rev 6747)
+++ index	2011-10-25 03:09:46 UTC (rev 6748)
@@ -86613,12 +86613,12 @@
   case-insensitive</a> match for the word "DOCTYPE", then consume
   those characters and switch to the <a href=#doctype-state>DOCTYPE state</a>.</p>
 
-  <p>Otherwise, if the <a href=#current-node>current node</a> is not an element in
-  the <a href=#html-namespace-0>HTML namespace</a> and the next seven characters are an
-  <a href=#case-sensitive>case-sensitive</a> match for the string "[CDATA[" (the five
-  uppercase letters "CDATA" with a U+005B LEFT SQUARE BRACKET
-  character before and after), then consume those characters and
-  switch to the <a href=#cdata-section-state>CDATA section state</a>.</p>
+  <p>Otherwise, if there is a <a href=#current-node>current node</a> and it is not
+  an element in the <a href=#html-namespace-0>HTML namespace</a> and the next seven
+  characters are an <a href=#case-sensitive>case-sensitive</a> match for the string
+  "[CDATA[" (the five uppercase letters "CDATA" with a U+005B LEFT
+  SQUARE BRACKET character before and after), then consume those
+  characters and switch to the <a href=#cdata-section-state>CDATA section state</a>.</p>
 
   <p>Otherwise, this is a <a href=#parse-error>parse error</a>. Switch to the
   <a href=#bogus-comment-state>bogus comment state</a>. The next character that is

Modified: source
===================================================================
--- source	2011-10-25 03:06:59 UTC (rev 6747)
+++ source	2011-10-25 03:09:46 UTC (rev 6748)
@@ -98227,12 +98227,12 @@
   case-insensitive</span> match for the word "DOCTYPE", then consume
   those characters and switch to the <span>DOCTYPE state</span>.</p>
 
-  <p>Otherwise, if the <span>current node</span> is not an element in
-  the <span>HTML namespace</span> and the next seven characters are an
-  <span>case-sensitive</span> match for the string "[CDATA[" (the five
-  uppercase letters "CDATA" with a U+005B LEFT SQUARE BRACKET
-  character before and after), then consume those characters and
-  switch to the <span>CDATA section state</span>.</p>
+  <p>Otherwise, if there is a <span>current node</span> and it is not
+  an element in the <span>HTML namespace</span> and the next seven
+  characters are an <span>case-sensitive</span> match for the string
+  "[CDATA[" (the five uppercase letters "CDATA" with a U+005B LEFT
+  SQUARE BRACKET character before and after), then consume those
+  characters and switch to the <span>CDATA section state</span>.</p>
 
   <p>Otherwise, this is a <span>parse error</span>. Switch to the
   <span>bogus comment state</span>. The next character that is




More information about the Commit-Watchers mailing list