[html5] r5890 - [c] (1) Handle automatic semicolon insertion. Fixing http://www.w3.org/Bugs/Publ [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 14 16:53:02 PST 2011


Author: ianh
Date: 2011-02-14 16:53:01 -0800 (Mon, 14 Feb 2011)
New Revision: 5890

Modified:
   complete.html
   index
   source
Log:
[c] (1) Handle automatic semicolon insertion.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11781

Modified: complete.html
===================================================================
--- complete.html	2011-02-15 00:43:38 UTC (rev 5889)
+++ complete.html	2011-02-15 00:53:01 UTC (rev 5890)
@@ -64905,7 +64905,9 @@
   <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></p>
+  contain valid JavaScript code which, when parsed, would match the
+  <code title="">FunctionBody</code> production after automatic
+  semicolon insertion. <a href=#refsECMA262>[ECMA262]</a></p>
 
   <div class=impl>
 

Modified: index
===================================================================
--- index	2011-02-15 00:43:38 UTC (rev 5889)
+++ index	2011-02-15 00:53:01 UTC (rev 5890)
@@ -64908,7 +64908,9 @@
   <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></p>
+  contain valid JavaScript code which, when parsed, would match the
+  <code title="">FunctionBody</code> production after automatic
+  semicolon insertion. <a href=#refsECMA262>[ECMA262]</a></p>
 
   <div class=impl>
 

Modified: source
===================================================================
--- source	2011-02-15 00:43:38 UTC (rev 5889)
+++ source	2011-02-15 00:53:01 UTC (rev 5890)
@@ -73860,9 +73860,9 @@
   </div>
 
   <p><dfn>Event handler content attributes</dfn>, when specified, must
-  contain valid JavaScript code matching the <code
-  title="">FunctionBody</code> production. <a
-  href="#refsECMA262">[ECMA262]</a></p>
+  contain valid JavaScript code which, when parsed, would match the
+  <code title="">FunctionBody</code> production after automatic
+  semicolon insertion. <a href="#refsECMA262">[ECMA262]</a></p>
 
   <div class="impl">
 




More information about the Commit-Watchers mailing list