logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   markup   _/_   xml   _/_   dom   _/_   dom-events-module  

Index Browse Edit Visualize Statistics Download Help
 
dom-events-module
is part of:
- DOM Core Module [ part ]
- DOM HTML Module [ part ]
- DOM Style Module [ part ]
- DOM Traversal/Range module [ part ]
- DOM Views Module [ part ]
- W3C DOM Level 2 Recommendation [ whole ]
DOM module
- DOM Style Module
- DOM Views Module
- DOM Core Module
- DOM HTML Module
- DOM Events Module
- DOM Traversal/Range module
Types:
Comment:
offers registration of event handlers
Comment:
mutation event: caused by any action which modifies the structure of the document
Comment:
describes event flow through a tree structure
Comment:
UIevents: keyboard, mouse, ....
Comment:
capturing: event can be handled by one of the event's target's ancestors
Comment:
provides basic contextual information for each event
Comment:
defines generic event system
Comment:
standard modules of events for user interface control and document mutation notifications
Comment:
UI logical events: focus change
Comment:
bubbling: event propagates upward through its ancestors