- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 20:20:45 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: xref (whatwg r4257) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3399&r2=1.3400&f=h http://html5.org/tools/web-apps-tracker?from=4256&to=4257 =================================================================== 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:21:15 UTC