| 1. | DOM Level 1 | | | Stable and widely implemented, this is the normative specification. www.w3.org |
| 2. | 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. www.w3.org |
| 7. | DOM 2 Traversal-Range | | | DOM interfaces for traversing document trees and working with contiguous selections. www.w3.org |
| 8. | DOM 2 Style | | | DOM interfaces for working with Cascading Style Sheets (CSS) and styles of elements in a document. www.w3.org |
| 9. | DOM 2 Views | | | AbstractView and DocumentView interfaces for accessing and updating a representation of a document. www.w3.org |
| 10. | DOM 2 HTML | | | Builds on DOM 2 core, adding interfaces specific to HTML documents. www.w3.org |
| 11. | DOM 2 Events | | | Interfaces for mutation and user interface events. Allows a script to capture events, and includes support for event bubbling and cancellation. www.w3.org |
| | |