Map Development Area (MDA)
Location:
_/_
markup
_/_
xml
_/_
dom
_/_
dom-events-module
| dom-events-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
|
|
|