Re: [whatwg/dom] Event Listener Execution Order for Same Event Is Undefined (#415)

This is pretty clear from the spec. The event dispatch algorithm loops over the list of event listeners in order as it calls them.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/415#issuecomment-281864891

Received on Thursday, 23 February 2017 01:47:20 UTC