Re: innerHTML and setTimeout

Dao Gottwald wrote:
>> In my opinion, timer events belong in the DOM, as part of a
>> documentation of the de facto standard Window object (which should be
>> part of the DOM) or possibly as part of the DOM (3?) Events
>> specification.
>
> Err, no. Timeouts != events.

To clarify this: Timeouts are not events, but it's true that they belong 
to the Window object.

--Dao

Received on Monday, 9 April 2007 20:18:37 UTC