- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 May 2011 01:02:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24067
Modified Files:
Overview.html
Log Message:
Fix event handler attribute interaction with ES (whatwg r6099)
Index: Overview.html
===================================================================
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:02:12 UTC