hixie: Handle automatic semicolon insertion. (whatwg r5890)

hixie: Handle automatic semicolon insertion. (whatwg r5890)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4730&r2=1.4731&f=h
http://html5.org/tools/web-apps-tracker?from=5889&to=5890

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4730
retrieving revision 1.4731
diff -u -d -r1.4730 -r1.4731
--- Overview.html 15 Feb 2011 00:30:45 -0000 1.4730
+++ Overview.html 15 Feb 2011 00:53:07 -0000 1.4731
@@ -48546,7 +48546,9 @@
   <code>MessagePort</code> objects.</p>
 
   <hr></div><p><dfn id="event-handler-content-attributes">Event handler content attributes</dfn>, when specified, must
-  contain valid JavaScript code matching the <code title="">FunctionBody</code> production. <a href="#refsECMA262">[ECMA262]</a><div class="impl">
+  contain valid JavaScript code which, when parsed, would match the
+  <code title="">FunctionBody</code> production after automatic
+  semicolon insertion. <a href="#refsECMA262">[ECMA262]</a><div class="impl">
 
   <!-- SCRIPT EXEC -->
   <p>When an <a href="#event-handler-content-attributes" title="event handler content attributes">event

Received on Tuesday, 15 February 2011 00:54:52 UTC