[whatwg] Timers

Do setTimeout and setInterval belong in HTML 5?  They're not really DOM
related.  They're supported by ActionScript, which doesn't have a DOM. AS
supports the same signatures that HTML 5 does (plus another one).  HTML 5
already says they're specific to Javascript/ECMAScript, so there's no need
for other DOM implementations to support them.

I searched the ES5 final draft and didn't see a reference to them anywhere.
Have they been considered for ECMAScript 5 or any version?

I didn't find any discussion in the WHATWG archives.

http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary646.html

-- 
Jon Barnett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20090506/9f2d40f5/attachment-0001.htm>

Received on Wednesday, 6 May 2009 06:07:57 UTC