DOM
Document Object Model
W3C/WHATWG API for programmatically accessing and manipulating HTML and XML documents. Defines the tree structure, node types, events, mutation observers, and traversal methods used by JavaScript in all browsers.
- Document
- DOM Living Standard (WHATWG)
- URL
- https://dom.spec.whatwg.org/
- Label
- Standard
- Keywords
- DOM tree events mutation observers WHATWG
Domain: Web Platform · Standard