- From: Mustaq Ahmed <notifications@github.com>
- Date: Mon, 29 Mar 2021 10:34:21 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 March 2021 17:34:33 UTC
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