DOM

The Document Object Model (DOM) is a cross-platform and language-independent convention for representing and interacting with objects in HTML, XHTML and XML documents. Aspects of the DOM (such as its "Elements") may be addressed and manipulated within the syntax of the programming language in use... DOM Level 3, the current release of the DOM specification, published in April 2004, added support for XPath and keyboard event handling, as well as an interface for serializing documents as XML... The Document Object Model is the way JavaScript sees its containing HTML page and browser state.

http://en.wikipedia.org/wiki/Document_Object_Model


Edited:    |       |    Search Twitter for discussion