Re: [DOM Level 3 Events] re-dispatching an event that already has its flow started

On 24/09/10 20:22, Sergey Ilinsky wrote:
> I could not find details regarding if it is legal to call dispatchEvent
> function with an event object that is already being propagated as its
> argument.
> 
> Should this result into exception?

dispatchEvent lists the following exception:
> DISPATCH_REQUEST_ERR: Raised if the Event object is already being dispatched.

I'm not sure if thats "good enough" or if the specification should say
somewhere that an event can only have one current dispatch.

-- 
Andrew Oakley

Received on Monday, 27 September 2010 10:21:06 UTC