Document Object Model (XHTML): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
No edit summary
imported>Pat Palmer
mNo edit summary
Line 1: Line 1:
{{subpages}}
{{subpages}}


The '''Document Object Model''' (DOM) for XHTML is a formal specification for how the parsers of scripting languages such as [[Javascript]] can access and modify parts of an XHTML-compliant web page.
The '''Document Object Model''' (DOM) for [[XHTML]] is a formal specification for how the parsers of scripting languages such as [[Javascript]] can access and modify parts of an XHTML-compliant web page.

Revision as of 18:25, 12 August 2008

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

The Document Object Model (DOM) for XHTML is a formal specification for how the parsers of scripting languages such as Javascript can access and modify parts of an XHTML-compliant web page.