- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Aug 2011 23:55:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25160
Modified Files:
Overview.html
Log Message:
Make setInterval() clamp at 4ms as well. (whatwg r6362)
Index: Overview.html
===================================================================
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:05 UTC