- From: poot <cvsmail@w3.org>
- Date: Thu, 05 May 2011 21:06:06 -0400
- To: public-html-diffs@w3.org
hixie: Fix event handler attribute interaction with ES (whatwg r6099) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4902&r2=1.4903&f=h http://html5.org/tools/web-apps-tracker?from=6098&to=6099 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4902 retrieving revision 1.4903 diff -u -d -r1.4902 -r1.4903 --- Overview.html 6 May 2011 00:55:56 -0000 1.4902 +++ Overview.html 6 May 2011 01:02:06 -0000 1.4903 @@ -48851,10 +48851,12 @@ <li> <p>If <var title="">body</var> is not parsable as - <i>FunctionBody</i> then abort these steps.</p> + <i>FunctionBody</i> or if parsing detects an <i>early error</i> + then abort these steps.</p> <p class="note"><i>FunctionBody</i> is defined in ECMAScript - edition 5 section 13 Function Definition. <a href="#refsECMA262">[ECMA262]</a></p> + edition 5 section 13 Function Definition. <i>Early error</i> is + defined in ECMAScript edition 5 section 16 Errors. <a href="#refsECMA262">[ECMA262]</a></p> </li> @@ -48868,15 +48870,6 @@ </li> - <li> - - <p>If <var title="">strict</var> is true, and anything in <var title="">body</var> is a <code>SyntaxError</code> according to the - Strict Mode Restrictions, then abort these steps.</p> - - <p class="note">The Strict Mode Restrictions are those listed in - ECMAScript edition 5 section 13.1 Strict Mode Restrictions. <a href="#refsECMA262">[ECMA262]</a></p> - - </li> <li>
Received on Friday, 6 May 2011 01:06:07 UTC