  |
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. |
 |
DOM Level 1 - http://www.w3.org/TR/REC-DOM-Level-1/
Stable and widely implemented, this is the normative specification. |
 |
DOM Level 2 Core - http://www.w3.org/TR/DOM-Level-2-Core/
A set of core interfaces to create and manipulate the structure and contents of a document, including the Node and Document interfaces. |
 |
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 Views - http://www.w3.org/TR/DOM-Level-2-Views/
AbstractView and DocumentView interfaces for accessing and updating a representation of a document. |