[html5] r5386 - [e] (0) clarify that you do nothing if clearTimeout() is given bogus args. Fixin [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 27 18:56:12 PDT 2010


Author: ianh
Date: 2010-08-27 18:56:10 -0700 (Fri, 27 Aug 2010)
New Revision: 5386

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarify that you do nothing if clearTimeout() is given bogus args.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10006

Modified: complete.html
===================================================================
--- complete.html	2010-08-28 01:53:26 UTC (rev 5385)
+++ complete.html	2010-08-28 01:56:10 UTC (rev 5386)
@@ -65063,7 +65063,10 @@
   from the <a href=#list-of-active-timeouts>list of active timeouts</a> of the
   <code><a href=#windowtimers>WindowTimers</a></code> object on which the method was invoked,
   where <var title="">handle</var> is the argument passed to the
-  method.</p>
+  method, if any. (If <var title="">handle</var> does not identify an
+  entry in the <a href=#list-of-active-timeouts>list of active timeouts</a> of the
+  <code><a href=#windowtimers>WindowTimers</a></code> object on which the method was invoked,
+  the method does nothing.)</p>
 
   <hr><p>The <dfn id=dom-windowtimers-setinterval title=dom-windowtimers-setInterval><code>setInterval()</code></dfn>
   method must run the following steps:
@@ -65117,7 +65120,10 @@
   from the <a href=#list-of-active-intervals>list of active intervals</a> of the
   <code><a href=#windowtimers>WindowTimers</a></code> object on which the method was invoked,
   where <var title="">handle</var> is the argument passed to the
-  method.</p>
+  method, if any. (If <var title="">handle</var> does not identify an
+  entry in the <a href=#list-of-active-intervals>list of active intervals</a> of the
+  <code><a href=#windowtimers>WindowTimers</a></code> object on which the method was invoked,
+  the method does nothing.)</p>
 
   <hr><p>The <dfn id=method-context>method context</dfn>, when referenced by the algorithms
   in this section, is the object on which the method for which the

Modified: index
===================================================================
--- index	2010-08-28 01:53:26 UTC (rev 5385)
+++ index	2010-08-28 01:56:10 UTC (rev 5386)
@@ -65008,7 +65008,10 @@
   from the <a href=#list-of-active-timeouts>list of active timeouts</a> of the
   <code><a href=#windowtimers>WindowTimers</a></code> object on which the method was invoked,
   where <var title="">handle</var> is the argument passed to the
-  method.</p>
+  method, if any. (If <var title="">handle</var> does not identify an
+  entry in the <a href=#list-of-active-timeouts>list of active timeouts</a> of the
+  <code><a href=#windowtimers>WindowTimers</a></code> object on which the method was invoked,
+  the method does nothing.)</p>
 
   <hr><p>The <dfn id=dom-windowtimers-setinterval title=dom-windowtimers-setInterval><code>setInterval()</code></dfn>
   method must run the following steps:
@@ -65062,7 +65065,10 @@
   from the <a href=#list-of-active-intervals>list of active intervals</a> of the
   <code><a href=#windowtimers>WindowTimers</a></code> object on which the method was invoked,
   where <var title="">handle</var> is the argument passed to the
-  method.</p>
+  method, if any. (If <var title="">handle</var> does not identify an
+  entry in the <a href=#list-of-active-intervals>list of active intervals</a> of the
+  <code><a href=#windowtimers>WindowTimers</a></code> object on which the method was invoked,
+  the method does nothing.)</p>
 
   <hr><p>The <dfn id=method-context>method context</dfn>, when referenced by the algorithms
   in this section, is the object on which the method for which the

Modified: source
===================================================================
--- source	2010-08-28 01:53:26 UTC (rev 5385)
+++ source	2010-08-28 01:56:10 UTC (rev 5386)
@@ -73667,7 +73667,10 @@
   from the <span>list of active timeouts</span> of the
   <code>WindowTimers</code> object on which the method was invoked,
   where <var title="">handle</var> is the argument passed to the
-  method.</p>
+  method, if any. (If <var title="">handle</var> does not identify an
+  entry in the <span>list of active timeouts</span> of the
+  <code>WindowTimers</code> object on which the method was invoked,
+  the method does nothing.)</p>
 
   <hr>
 
@@ -73734,7 +73737,10 @@
   from the <span>list of active intervals</span> of the
   <code>WindowTimers</code> object on which the method was invoked,
   where <var title="">handle</var> is the argument passed to the
-  method.</p>
+  method, if any. (If <var title="">handle</var> does not identify an
+  entry in the <span>list of active intervals</span> of the
+  <code>WindowTimers</code> object on which the method was invoked,
+  the method does nothing.)</p>
 
   <hr>
 




More information about the Commit-Watchers mailing list