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

When you call addEventListener, it adds to that list. Because there is no other step in the spec saying to shuffle the list into a random order, the order is maintained.

-- 
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-281871623

Received on Thursday, 23 February 2017 02:22:27 UTC