1.1.1 Conformance

  1. A DOM application may use the hasFeature(feature, version) method of the DOMImplementation interface with parameter values "Events" and "3.0" (respectively).
  2. An implementation that returns true for "Events" and "3.0" will also return true for the parameters "Events" and "2.0".

1.5 Event Types

  1. Each event is associated with a type, called event type.
  2. The event type is composed of a local name and a namespace URI.
  3. All events defined in this specification are in no namespace.

1.6 Basic interfaces

1.6.1 Event Creation

1.7.1 User Interface event types

1.7.2 Text events types