Are JavaScript DOM event handlers called in order of registration?
This has been changed with DOM3! While the DOM level 2 events specification did state When the event reaches the target, any event listeners registered on the EventTarget are triggered. Although all EventListeners on the EventTarget are guaranteed to be triggered by any event which is received by that EventTarget, no specification is made as … Read more