- From: poot <cvsmail@w3.org>
- Date: Mon, 24 Oct 2011 23:14:00 -0400
- To: public-html-diffs@w3.org
hixie: clarity (whatwg r6748) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5408&r2=1.5409&f=h http://html5.org/tools/web-apps-tracker?from=6747&to=6748 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5408 retrieving revision 1.5409 diff -u -d -r1.5408 -r1.5409 --- Overview.html 25 Oct 2011 00:27:26 -0000 1.5408 +++ Overview.html 25 Oct 2011 03:13:49 -0000 1.5409 @@ -58627,12 +58627,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
Received on Tuesday, 25 October 2011 03:14:06 UTC