[html5] r6099 - [giow] (0) Fix event handler attribute interaction with ES Fixing http://www.w3. [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu May 5 18:02:00 PDT 2011


Author: ianh
Date: 2011-05-05 18:01:59 -0700 (Thu, 05 May 2011)
New Revision: 6099

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Fix event handler attribute interaction with ES
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11977

Modified: complete.html
===================================================================
--- complete.html	2011-05-06 00:55:51 UTC (rev 6098)
+++ complete.html	2011-05-06 01:01:59 UTC (rev 6099)
@@ -66904,10 +66904,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>
 
@@ -66924,15 +66926,20 @@
 
    </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 title="">body</var> is a <code>SyntaxError</code> according to the
+    <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>
+    <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>
 

Modified: index
===================================================================
--- index	2011-05-06 00:55:51 UTC (rev 6098)
+++ index	2011-05-06 01:01:59 UTC (rev 6099)
@@ -66952,10 +66952,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>
 
@@ -66972,15 +66974,20 @@
 
    </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 title="">body</var> is a <code>SyntaxError</code> according to the
+    <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>
+    <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>
 

Modified: source
===================================================================
--- source	2011-05-06 00:55:51 UTC (rev 6098)
+++ source	2011-05-06 01:01:59 UTC (rev 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>
 




More information about the Commit-Watchers mailing list