  |
DOM 2 HTML - http://www.w3.org/TR/DOM-Level-2-HTML/
Builds on DOM 2 core, adding interfaces specific to HTML documents. |
  |
DOM 2 Events - http://www.w3.org/TR/DOM-Level-2-Events/
Interfaces for mutation and user interface events. Allows a script to capture events, and includes support for event bubbling and cancellation. |
  |
Synchronized Multimedia Integration Language - http://www.w3.org/TR/smil-boston-dom/
Includes a DOM API for manipulating SMIL multimedia presentations. Still being developed. |
  |
DOM 2 Style - http://www.w3.org/TR/DOM-Level-2-Style/
DOM interfaces for working with Cascading Style Sheets (CSS) and styles of elements in a document. |
  |
DOM 2 Traversal-Range - http://www.w3.org/TR/DOM-Level-2-Traversal-Range/
DOM interfaces for traversing document trees and working with contiguous selections. |