|
|
1. |
DOM 2 Events
-
Interfaces for mutation and user interface events. Allows a script to capture events, and includes support for event bubbling and cancellation.
|
|
|
2. |
DOM 2 HTML
-
Builds on DOM 2 core, adding interfaces specific to HTML documents.
|
|
|
3. |
DOM 2 Style
-
DOM interfaces for working with Cascading Style Sheets (CSS) and styles of elements in a document.
|
|
|
4. |
DOM 2 Traversal-Range
-
DOM interfaces for traversing document trees and working with contiguous selections.
|
|
|
5. |
DOM 2 Views
-
AbstractView and DocumentView interfaces for accessing and updating a representation of a document.
|
|
|
6. |
DOM Level 1
-
Stable and widely implemented, this is the normative specification.
|
|
|
7. |
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.
|
|
|
8. |
DOM Technical Reports
-
A list of all W3C DOM recommendations and working drafts.
|
|
|
9. |
Mathematical Markup Language
-
Includes a DOM module for manipulating MathML.
|
|
|
10. |
Scalable Vector Graphics
-
Specification includes a DOM API for manipulating SVG images.
|
|
|
11. |
Synchronized Multimedia Integration Language
-
Includes a DOM API for manipulating SMIL multimedia presentations. Still being developed.
|