- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Jul 2008 23:44:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1020
Modified Files:
Overview.html
Log Message:
xref fixes (whatwg r1886)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1074
retrieving revision 1.1075
diff -u -d -r1.1074 -r1.1075
--- Overview.html 17 Jul 2008 07:13:56 -0000 1.1074
+++ Overview.html 17 Jul 2008 23:44:27 -0000 1.1075
@@ -53481,10 +53481,14 @@
title=dom-windowtimers-clearTimeout><code>clearTimeout()</code></dfn> and
<dfn id=clearinterval
title=dom-windowtimers-clearInterval><code>clearInterval()</code></dfn>
- methods take one integer (the value returned by <code>setTimeout</code>
- and <code>setInterval</code> respectively) and must cancel the specified
- timeout. When called with a value that does not correspond to an active
- timeout or interval, the methods must return without doing anything.
+ methods take one integer (the value returned by <code
+ title=dom-windowtimers-setTimeout><a
+ href="#settimeout">setTimeout()</a></code> and <code
+ title=dom-windowtimers-setInterval><a
+ href="#setinterval...">setInterval()</a></code> respectively) and must
+ cancel the specified timeout. When called with a value that does not
+ correspond to an active timeout or interval, the methods must return
+ without doing anything.
<p>Timeouts must never fire while another script is executing. (Thus the
HTML scripting model is strictly single-threaded and not reentrant.)</p>
Received on Thursday, 17 July 2008 23:45:03 UTC