- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Aug 2011 00:47:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30016 Modified Files: spec.html timers.html Log Message: Make setInterval() clamp at 4ms as well. (whatwg r6362) [updated by splitter] Index: timers.html =================================================================== RCS file: /sources/public/html5/spec/timers.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- timers.html 2 Aug 2011 23:46:26 -0000 1.50 +++ timers.html 4 Aug 2011 00:46:50 -0000 1.51 @@ -498,8 +498,8 @@ <li><p><a href="#get-the-timeout">Get the timeout</a>, 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> + <li><p>If <var title="">timeout</var> is less than 4, then + increase <var title="">timeout</var> to 4.</p></li> <li><p>Return <var title="">handle</var>, and then continue running this algorithm asynchronously.</p></li> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1586 retrieving revision 1.1587 diff -u -d -r1.1586 -r1.1587 --- spec.html 3 Aug 2011 23:46:25 -0000 1.1586 +++ spec.html 4 Aug 2011 00:46:50 -0000 1.1587 @@ -349,7 +349,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5084. +This is revision 1.5085. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 4 August 2011 00:47:08 UTC