[html5] r7271 - [e] (0) Clarify that 'get the timed task' uses the 1st and 3rd+ arguments of set [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 24 15:22:42 PDT 2012


Author: ianh
Date: 2012-08-24 15:22:40 -0700 (Fri, 24 Aug 2012)
New Revision: 7271

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that 'get the timed task' uses the 1st and 3rd+ arguments of setTimeout/setInterval.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16019
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-08-24 21:39:49 UTC (rev 7270)
+++ complete.html	2012-08-24 22:22:40 UTC (rev 7271)
@@ -75834,7 +75834,9 @@
    <var title="">handle</var>.</li>
 
    <li><p><a href=#get-the-timed-task>Get the timed task</a> <var title="">handle</var>
-   in the <a href=#list-of-active-timers>list of active timers</a>, and let <var title="">task</var> be the result.</li>
+   in the <a href=#list-of-active-timers>list of active timers</a>, and let <var title="">task</var> be the result. This algorithm uses the first
+   argument to the method (<var title="">handler</var>) and, if there
+   are any, the third and subsequent arguments to the method (<var title="">args</var>), to establish precisely what <var title="">task</var> does.</li>
 
    <li><p>Let <var title="">timeout</var> be the second argument to
    the method, or zero if the argument was omitted.</li>
@@ -75933,7 +75935,9 @@
    <var title="">handle</var>.</li>
 
    <li><p><a href=#get-the-timed-task>Get the timed task</a> <var title="">handle</var>
-   in the <a href=#list-of-active-timers>list of active timers</a>, and let <var title="">task</var> be the result.</li>
+   in the <a href=#list-of-active-timers>list of active timers</a>, and let <var title="">task</var> be the result. This algorithm uses the first
+   argument to the method (<var title="">handler</var>) and, if there
+   are any, the third and subsequent arguments to the method (<var title="">args</var>), to establish precisely what <var title="">task</var> does.</li>
 
    <li><p>Let <var title="">timeout</var> be the second argument to
    the method, or zero if the argument was omitted.</li>

Modified: index
===================================================================
--- index	2012-08-24 21:39:49 UTC (rev 7270)
+++ index	2012-08-24 22:22:40 UTC (rev 7271)
@@ -75834,7 +75834,9 @@
    <var title="">handle</var>.</li>
 
    <li><p><a href=#get-the-timed-task>Get the timed task</a> <var title="">handle</var>
-   in the <a href=#list-of-active-timers>list of active timers</a>, and let <var title="">task</var> be the result.</li>
+   in the <a href=#list-of-active-timers>list of active timers</a>, and let <var title="">task</var> be the result. This algorithm uses the first
+   argument to the method (<var title="">handler</var>) and, if there
+   are any, the third and subsequent arguments to the method (<var title="">args</var>), to establish precisely what <var title="">task</var> does.</li>
 
    <li><p>Let <var title="">timeout</var> be the second argument to
    the method, or zero if the argument was omitted.</li>
@@ -75933,7 +75935,9 @@
    <var title="">handle</var>.</li>
 
    <li><p><a href=#get-the-timed-task>Get the timed task</a> <var title="">handle</var>
-   in the <a href=#list-of-active-timers>list of active timers</a>, and let <var title="">task</var> be the result.</li>
+   in the <a href=#list-of-active-timers>list of active timers</a>, and let <var title="">task</var> be the result. This algorithm uses the first
+   argument to the method (<var title="">handler</var>) and, if there
+   are any, the third and subsequent arguments to the method (<var title="">args</var>), to establish precisely what <var title="">task</var> does.</li>
 
    <li><p>Let <var title="">timeout</var> be the second argument to
    the method, or zero if the argument was omitted.</li>

Modified: source
===================================================================
--- source	2012-08-24 21:39:49 UTC (rev 7270)
+++ source	2012-08-24 22:22:40 UTC (rev 7271)
@@ -88766,7 +88766,11 @@
 
    <li><p><span>Get the timed task</span> <var title="">handle</var>
    in the <span>list of active timers</span>, and let <var
-   title="">task</var> be the result.</p></li>
+   title="">task</var> be the result. This algorithm uses the first
+   argument to the method (<var title="">handler</var>) and, if there
+   are any, the third and subsequent arguments to the method (<var
+   title="">args</var>), to establish precisely what <var
+   title="">task</var> does.</p></li>
 
    <li><p>Let <var title="">timeout</var> be the second argument to
    the method, or zero if the argument was omitted.</p></li>
@@ -88877,7 +88881,11 @@
 
    <li><p><span>Get the timed task</span> <var title="">handle</var>
    in the <span>list of active timers</span>, and let <var
-   title="">task</var> be the result.</p></li>
+   title="">task</var> be the result. This algorithm uses the first
+   argument to the method (<var title="">handler</var>) and, if there
+   are any, the third and subsequent arguments to the method (<var
+   title="">args</var>), to establish precisely what <var
+   title="">task</var> does.</p></li>
 
    <li><p>Let <var title="">timeout</var> be the second argument to
    the method, or zero if the argument was omitted.</p></li>




More information about the Commit-Watchers mailing list