- From: poot <cvsmail@w3.org>
- Date: Wed, 03 Aug 2011 19:55:10 -0400
- To: public-html-diffs@w3.org
hixie: Make setInterval() clamp at 4ms as well. (whatwg r6362)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5084&r2=1.5085&f=h
http://html5.org/tools/web-apps-tracker?from=6361&to=6362
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5084
retrieving revision 1.5085
diff -u -d -r1.5084 -r1.5085
--- Overview.html 3 Aug 2011 23:40:02 -0000 1.5084
+++ Overview.html 3 Aug 2011 23:54:57 -0000 1.5085
@@ -50181,8 +50181,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>
+ <li><p>If <var title="">timeout</var> is less than 4, then
+ increase <var title="">timeout</var> to 4.</li>
<li><p>Return <var title="">handle</var>, and then continue running
this algorithm asynchronously.</li>
Received on Wednesday, 3 August 2011 23:55:11 UTC