HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6099

SVNBugCommentTime (UTC)
609911977[Gecko] [Internet Explorer] [Opera] [Webkit] Fix event handler attribute interaction with ES2011-05-06 01:01
Index: source
===================================================================
--- source	(revision 6098)
+++ source	(revision 6099)
@@ -76292,10 +76292,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
+    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>
@@ -76316,6 +76318,8 @@
 
    </li>
 
+<!--
+currently this is unnecessary: http://www.w3.org/Bugs/Public/show_bug.cgi?id=11977#c4
    <li>
 
     <p>If <var title="">strict</var> is true, and anything in <var
@@ -76327,6 +76331,7 @@
     href="#refsECMA262">[ECMA262]</a></p>
 
    </li>
+-->
 
    <li>
 

|