- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Feb 2011 00:53:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv14784 Modified Files: Overview.html Log Message: Handle automatic semicolon insertion. (whatwg r5890) Index: Overview.html =================================================================== 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:53:12 UTC