Links
- Reference
- dottoro.com: Events in JavaScript
- Table with the complete list of events, their browser support and the associated event objects.
- dottoro.com: Interfaces in JavaScript
- Includes all the various event interfaces.
- mozilla.org: GlobalEventHandlers
- describes the event handlers common to several interfaces like HTMLElement, Document, or Window.
- DOM Level 3 Events (aka D3E) (Draft) Specification
WheelEvent
- D3E: WheelEvent
- MDN: wheel event
- This event deprecates the legacy
mousewheel
event.
- This event deprecates the legacy