DOM (Document Object Model)
Overview
The Document Object Model (DOM) is a standardized software interface that allows code written in JavaScript and other languages to interact with the contents of an HTML document. The Document Object Model consists of a series of classes that represent HTML elements, events, and so on, each of which contains methods that operate on those elements or events.
Get Involved!
- View bugs in the HTML DOM and XML DOM component in Bugzilla.
- If you find a DOM bug in the latest nightly build of WebKit, please file a bug report.
- Development discussions take place on Freenode IRC in #webkit.