logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   markup   _/_   xml   _/_   dom   _/_   dom1  

Index Browse Edit Visualize Statistics Download Help
 
dom1
is a version of concept:
- DOM, Document Object Model [ concept ]
- DOM level 0 [ version ]
- W3C DOM Level 2 Recommendation [ version ]
- DOM Level 3 [ version ]
DOM conformance level(s)
- DOM level 0
- W3C DOM Level 1 Recommendation
- W3C DOM Level 2 Recommendation
- DOM Level 3
Types:
Comment:
covers: appending a new child to a node, getting a list of all elements with a particular name
Comment:
standardized by W3C
history
October 1998: first attempt to consolidate all browser models into one standard
Comment:
also covers processing instructions
Comment:
HTML and XML document models, navigation, manipulation
Comment:
has basic features for XML processing
Comment:
covers: setting and reading attributes, jump between siblings
Comment:
covers: traversing through the structure, getting children of a particular node
Comment:
includes HTML-specific methods from DOM 0