Skip to content

W3C:UI Events

UI Events - W3C Working Draft

Abstract

This specification defines UI Events which extend the DOM Event objects defined in [DOM]. UI Events are those typically implemented by visual user agents for handling user interaction such as mouse and keyboard input.

DOM Event Architecture

This section is non-normative. Refer to [DOM] for a normative description of the DOM event architecture.

Event dispatch and DOM event flow

UI 이벤트 전파에 대한 구현 방법에 참고할 수 있다:

Event_dispatch_and_DOM_event_flow.png

See also

Favorite site