- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Oct 2011 03:13:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10018 Modified Files: Overview.html Log Message: clarity (whatwg r6748) Index: Overview.html =================================================================== 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:13:55 UTC