12 July 2002

Appendix A: Changes

Editor:
Philippe Le Hégaret, W3C

A.1: Changes between DOM Level 2 Events and DOM Level 3 Events

A.1.1: Changes to DOM Level 2 Events interfaces

Interface EventTarget
The EventTarget interface has four new methods: addEventListenerNS, removeEventListenerNS, canTriggerNS, isRegisteredHereNS.
Interface Event
The Event interface has a new attribute namespaceURI, and a new method initEventNS.
Interface DocumentEvent
The Event interface has a new method createEventListenerGroup.
Interface UIEvent
The UIEvent interface has a new method initUIEventNS.
Interface MouseEvent
The MouseEvent interface has a new method initMouseEventNS.
Interface MutationEvent
The MutationEvent interface has a new method initMutationEventNS.

A.1.2: New Interfaces

The interfaces EventListenerGroup, CustomEvent, TextEvent, and MutationNameEvent were added to the Events module.