[html5] r6362 - [giow] (2) Make setInterval() clamp at 4ms as well. Fixing http://www.w3.org/Bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 3 16:54:53 PDT 2011


Author: ianh
Date: 2011-08-03 16:54:52 -0700 (Wed, 03 Aug 2011)
New Revision: 6362

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Make setInterval() clamp at 4ms as well.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12285

Modified: complete.html
===================================================================
--- complete.html	2011-08-03 23:39:56 UTC (rev 6361)
+++ complete.html	2011-08-03 23:54:52 UTC (rev 6362)
@@ -69133,8 +69133,8 @@
 
    <li><p><a href=#get-the-timeout>Get the timeout</a>, and let <var title="">timeout</var> be the result.</li>
 
-   <li><p>If <var title="">timeout</var> is less than 10, then
-   increase <var title="">timeout</var> to 10.</li> <!-- (but see
+   <li><p>If <var title="">timeout</var> is less than 4, then
+   increase <var title="">timeout</var> to 4.</li> <!-- (but see
    note below about IE) -->
 
    <li><p>Return <var title="">handle</var>, and then continue running

Modified: index
===================================================================
--- index	2011-08-03 23:39:56 UTC (rev 6361)
+++ index	2011-08-03 23:54:52 UTC (rev 6362)
@@ -69025,8 +69025,8 @@
 
    <li><p><a href=#get-the-timeout>Get the timeout</a>, and let <var title="">timeout</var> be the result.</li>
 
-   <li><p>If <var title="">timeout</var> is less than 10, then
-   increase <var title="">timeout</var> to 10.</li> <!-- (but see
+   <li><p>If <var title="">timeout</var> is less than 4, then
+   increase <var title="">timeout</var> to 4.</li> <!-- (but see
    note below about IE) -->
 
    <li><p>Return <var title="">handle</var>, and then continue running

Modified: source
===================================================================
--- source	2011-08-03 23:39:56 UTC (rev 6361)
+++ source	2011-08-03 23:54:52 UTC (rev 6362)
@@ -78698,8 +78698,8 @@
    <li><p><span>Get the timeout</span>, and let <var
    title="">timeout</var> be the result.</p></li>
 
-   <li><p>If <var title="">timeout</var> is less than 10, then
-   increase <var title="">timeout</var> to 10.</p></li> <!-- (but see
+   <li><p>If <var title="">timeout</var> is less than 4, then
+   increase <var title="">timeout</var> to 4.</p></li> <!-- (but see
    note below about IE) -->
 
    <li><p>Return <var title="">handle</var>, and then continue running




More information about the Commit-Watchers mailing list