Document component (Definition)

A component object within a document object model.

Component objects within the document correspond to tags in the HTML or XML document. As tags, they may be given names with the NAME="..." HTML tag attribute. In the level 0 DOM, these names become properties of the document object, which can lead to pollution of the property/method namespace. This is likely to be changed in DOM level 1.

See also:DOM