Search notes:

Document Object Model

DOM examples
web
The document class in the browser object model.
MSXML and DOM

Interfaces and Mixins

The DOM standard specifies a few interfaces (think: objects) and mixins that allow a programming language (usually JavaScript) to manipulate the elements that are stored in a DOM tree.
These interfaces are:
The mixins are
These interfaces and mixins are described with Web IDL.

Standard

On 28 May 2019, the W3C announced that WHATWG would be the sole publisher of the HTML and DOM standards.

See also

Programming for a web browser: Coordinates of the window, screen and Element object (etc)

Links

DOM - Living Standard

Index