[html5] r8411 - [giow] (3) Allow browsers to entirely ignored arguments to captureEvents() and r [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 21 13:54:21 PST 2014


Author: ianh
Date: 2014-01-21 13:54:20 -0800 (Tue, 21 Jan 2014)
New Revision: 8411

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Allow browsers to entirely ignored arguments to captureEvents() and releaseEvents(), rather than requiring at least one
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24324
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-01-21 21:49:10 UTC (rev 8410)
+++ complete.html	2014-01-21 21:54:20 UTC (rev 8411)
@@ -97462,8 +97462,8 @@
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-document-applets title=dom-document-applets>applets</a>;
 
   void <a href=#dom-document-clear title=dom-document-clear>clear</a>();
-  void <a href=#dom-document-captureevents title=dom-document-captureEvents>captureEvents</a>(long dummy);
-  void <a href=#dom-document-releaseevents title=dom-document-releaseEvents>releaseEvents</a>(long dummy);
+  void <a href=#dom-document-captureevents title=dom-document-captureEvents>captureEvents</a>();
+  void <a href=#dom-document-releaseevents title=dom-document-releaseEvents>releaseEvents</a>();
 
   readonly attribute <a href=#htmlallcollection>HTMLAllCollection</a> <a href=#dom-document-all title=dom-document-all>all</a>;
 };</pre>

Modified: index
===================================================================
--- index	2014-01-21 21:49:10 UTC (rev 8410)
+++ index	2014-01-21 21:54:20 UTC (rev 8411)
@@ -97462,8 +97462,8 @@
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-document-applets title=dom-document-applets>applets</a>;
 
   void <a href=#dom-document-clear title=dom-document-clear>clear</a>();
-  void <a href=#dom-document-captureevents title=dom-document-captureEvents>captureEvents</a>(long dummy);
-  void <a href=#dom-document-releaseevents title=dom-document-releaseEvents>releaseEvents</a>(long dummy);
+  void <a href=#dom-document-captureevents title=dom-document-captureEvents>captureEvents</a>();
+  void <a href=#dom-document-releaseevents title=dom-document-releaseEvents>releaseEvents</a>();
 
   readonly attribute <a href=#htmlallcollection>HTMLAllCollection</a> <a href=#dom-document-all title=dom-document-all>all</a>;
 };</pre>

Modified: source
===================================================================
--- source	2014-01-21 21:49:10 UTC (rev 8410)
+++ source	2014-01-21 21:54:20 UTC (rev 8411)
@@ -108616,8 +108616,8 @@
   readonly attribute <span>HTMLCollection</span> <span data-x="dom-document-applets">applets</span>;
 
   void <span data-x="dom-document-clear">clear</span>();
-  void <span data-x="dom-document-captureEvents">captureEvents</span>(long dummy);
-  void <span data-x="dom-document-releaseEvents">releaseEvents</span>(long dummy);
+  void <span data-x="dom-document-captureEvents">captureEvents</span>();
+  void <span data-x="dom-document-releaseEvents">releaseEvents</span>();
 
   readonly attribute <span>HTMLAllCollection</span> <span data-x="dom-document-all">all</span>;
 };</pre>




More information about the Commit-Watchers mailing list