13 November, 2000
DOMString DOMString in IDL is now
a valuetype.Attr Attr
interface has one new attribute: ownerElement.Document Document
interface has five new methods: importNode,
createElementNS, createAttributeNS,
getElementsByTagNameNS and
getElementById.NamedNodeMap NamedNodeMap
interface has three new methods: getNamedItemNS,
setNamedItemNS, removeNamedItemNS.Node Node
interface has two new methods: isSupported and
hasAttributes.normalize, previously in the Element interface,
has been moved in the Node
interface.Node
interface has three new attributes: namespaceURI,
prefix and localName.ownerDocument attribute was specified to be
null when the node is a Document. It now is
also null when the node is a DocumentType which
is not used with any Document yet.DocumentType DocumentType
interface has three attributes: publicId,
systemId and internalSubset.DOMImplementation DOMImplementation
interface has two new methods: createDocumentType and
createDocument.Element Element
interface has eight new methods: getAttributeNS,
setAttributeNS, removeAttributeNS,
getAttributeNodeNS, setAttributeNodeNS,
getElementsByTagNameNS, hasAttribute and
hasAttributeNS.normalize is now inherited from the Node interface
where it was moved.DOMException DOMException has five
new exception codes: INVALID_STATE_ERR,
SYNTAX_ERR, INVALID_MODIFICATION_ERR,
NAMESPACE_ERR and
INVALID_ACCESS_ERR.