html5/spec Overview.html,1.3399,1.3400

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

Modified Files:
	Overview.html 
Log Message:
xref (whatwg r4257)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3399
retrieving revision 1.3400
diff -u -d -r1.3399 -r1.3400
--- Overview.html	21 Oct 2009 10:00:52 -0000	1.3399
+++ Overview.html	21 Oct 2009 11:20:27 -0000	1.3400
@@ -56508,10 +56508,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

Received on Wednesday, 21 October 2009 11:20:32 UTC