html5/spec Overview.html,1.3330,1.3331

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

Modified Files:
	Overview.html 
Log Message:
validation error (whatwg r4184)

Index: Overview.html
===================================================================
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 ] "--&gt;" data1 ) [ escape ]
-escape        = "&amp;lt!--" data2 *( script-start data3 script-end data2 )
+escape        = "&lt;!--" data2 *( script-start data3 script-end data2 )
 
 data1         = &lt;any string that doesn't contain a substring that matches not-data1&gt;
 not-data1     = script-end / "&lt;!--"

Received on Tuesday, 20 October 2009 01:07:35 UTC