Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 611 Bytes

DOM.md

File metadata and controls

8 lines (6 loc) · 611 Bytes
title excerpt
DOM
a platform- and language-neutral interface that allow programs and scripts to dynamically access and update the content, structure and style of documents

DOM

DOM (for Document Object Model) is a platform- and language-neutral interface that will allow programs and scripts to dynamically access and update the content, structure and style of documents. The document can be further processed and the results of that processing can be incorporated back into the presented page. This is an overview of DOM-related materials here at W3C and around the web.