History of DOM on-event handlers Revision history for: English (US) Mar 12, 2016, 2:38:33 PM Nickolay Event handler's parameters, this binding, and the return value: initial info about the return value handling, and the `this` binding Previous Mar 12, 2016, 2:27:47 PM Nickolay setTimeout doesn't have anything to do with DOM events; event handlers are not limited to "interactive" DOM elements Previous Mar 3, 2016, 4:43:24 PM rolfedh Editorial review. Minor edits. Previous Feb 21, 2016, 3:23:17 PM pcat fixed sub-title Previous Feb 21, 2016, 3:19:56 PM pcat fixed title Previous Feb 21, 2016, 3:13:10 PM pcat reworded "DOM events: addEventListener()" as it is not a thing but looks like one, added 3rd type of event for ref, adjusted affected and related text for clarification and consistency Previous Feb 14, 2016, 8:35:57 AM Nickolay onerror: Note that the event parameter actually contains the error message as string. Previous Feb 14, 2016, 8:15:34 AM Nickolay "Event handler's parameters" Previous Feb 14, 2016, 8:09:23 AM Nickolay remove left-over cruft from the example Previous Feb 14, 2016, 8:03:19 AM Nickolay reorganize the page a bit: start with setting context, move "terminology" further down and use a less confusing "on<...> event handler" to disambiguate from event listeners, split "Objects that support event handlers" into several sections