Re: [w3c/uievents] Different click event order behavior between Firefox , ie , edge and Chrome/Safari (#303)

The details of event dispatch as defined in [DOM](https://dom.spec.whatwg.org/#dispatching-events) doesn't seem to provide a specific order in which multiple event listeners should be called, right?  In particular, the [inner invoke step](https://dom.spec.whatwg.org/#concept-event-listener-inner-invoke) goes through the event listeners at a particular target using "for-each", not sure if that defines an order.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/303#issuecomment-809570923

Received on Monday, 29 March 2021 17:34:33 UTC