[html5] r4257 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7965

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 21 04:33:17 PDT 2009


Author: ianh
Date: 2009-10-21 04:33:12 -0700 (Wed, 21 Oct 2009)
New Revision: 4257

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

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 10:13:06 UTC (rev 4256)
+++ complete.html	2009-10-21 11:33:12 UTC (rev 4257)
@@ -71803,10 +71803,10 @@
   <p>Otherwise, if the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
   content</a>" and 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 <span>ASCII 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 <a href=#cdata-section-state>CDATA section state</a>.</p>
+  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	2009-10-21 10:13:06 UTC (rev 4256)
+++ index	2009-10-21 11:33:12 UTC (rev 4257)
@@ -62866,10 +62866,10 @@
   <p>Otherwise, if the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
   content</a>" and 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 <span>ASCII 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 <a href=#cdata-section-state>CDATA section state</a>.</p>
+  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	2009-10-21 10:13:06 UTC (rev 4256)
+++ source	2009-10-21 11:33:12 UTC (rev 4257)
@@ -80859,10 +80859,10 @@
   title="insertion mode: in foreign content">in foreign
   content</span>" and the <span>current node</span> is not an element
   in the <span>HTML namespace</span> and the next seven characters are
-  an <span>ASCII 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>
+  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