Map Development Area (MDA)
Location:
_/_
markup
_/_
xml
_/_
dom
_/_
dom1
| dom1 |
|
|
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
|
|
|