DOM4

DOM Events

DOM Core

Document

Node

Element

Event

That section corresponds to DOM Level 2 Events.

The Event interface contains:

The derived interface CustomEvent contains

In the EventTarget interface, the capture parameter is now optional:

Range

That interface corresponds to that of DOM Level 2 Range []. Most of it is a complete ripoff, which is good.

NodeIterator

That interface corresponds to that of DOM Level 2 Range [].

General considerations


Specification: http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html

Thanks Anne Van Kesteren, Aryeh Gregor, Ms2ger.