- From: poot <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 10:07:40 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: validation error (whatwg r4184) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3330&r2=1.3331&f=h http://html5.org/tools/web-apps-tracker?from=4183&to=4184 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3330 retrieving revision 1.3331 diff -u -d -r1.3330 -r1.3331 --- Overview.html 20 Oct 2009 01:02:05 -0000 1.3330 +++ Overview.html 20 Oct 2009 01:07:28 -0000 1.3331 @@ -11249,7 +11249,7 @@ </div><h5 id="restrictions-for-contents-of-script-elements"><span class="secno">4.3.1.2 </span><dfn title="script content restrictions">Restrictions for contents of <code>script</code> elements</dfn></h5><p>The contents of a <code><a href="#script">script</a></code> element must match the <code title="">script</code> production in the following ABNF, the character set for which is Unicode. <a href="#refsABNF">[ABNF]</a><pre>script = data1 *( escape [ script-start data3 ] "-->" data1 ) [ escape ] -escape = "&lt!--" data2 *( script-start data3 script-end data2 ) +escape = "<!--" data2 *( script-start data3 script-end data2 ) data1 = <any string that doesn't contain a substring that matches not-data1> not-data1 = script-end / "<!--"
Received on Tuesday, 20 October 2009 01:08:09 UTC