10 May, 2000
Attr interface has one new
attribute: ownerElement.Document interface has five new methods:
importNode, createElementNS,
createAttributeNS, getElementsByTagNameNS
and getElementById.NamedNodeMap interface has three new
methods: getNamedItemNS, setNamedItemNS,
removeNamedItemNS.Node interface has two new
methods: supports and normalize.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 interface has three attributes:
publicId, systemId and
internalSubset.DOMImplementation interface has two new
methods: createDocumentType and
createDocument.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 has five new
exception codes: INVALID_STATE_ERR,
SYNTAX_ERR, INVALID_MODIFICATION_ERR,
NAMESPACE_ERR and INVALID_ACCESS_ERR.DOMTimeStamp DOMTimeStamp type was added to the Core
module.
HTMLDOMImplementation interface was
added to the HTML module.HTMLDocument interface, the method
getElementById is now inherited from the
Document interface where it was moved.HTMLFrameElement,
HTMLIFrameElement, and
HTMLObjectElement interfaces the attribute
contentDocument was added.AbstractView and DocumentView.StyleSheet, StyleSheetList,
MediaList, DocumentStyle and
LinkStyle.CSS2Azimuth,
CSS2BackgroundPosition,
CSS2BorderSpacing,
CSS2CounterIncrement, CSS2CounterReset,
CSS2Cursor, CSS2FontFaceSrc,
CSS2FontFaceWidths, CSS2PageSize,
CSS2PlayDuring, CSS2Properties,
CSS2TextShadow, CSSCharsetRule,
CSSFontFaceRule, CSSImportRule,
CSSMediaRule, CSSPageRule,
CSSPrimitiveValue, CSSRule,
CSSRuleList, CSSStyleDeclaration,
CSSStyleRule, CSSStyleSheet,
CSSUnknownRule, CSSValue,
CSSValueList, Counter,
RGBColor, Rect, ViewCSS,
DocumentCSS, DOMImplementationCSS and
ElementCSSInlineStyle.
Event, EventListener,
EventTarget, DocumentEvent,
MutationEvent,
UIEvent and MouseEvent, and the
exception EventException.NodeFilter, NodeIterator,
TreeWalker, and DocumentTraversal.Range,
DocumentRange and the exception
RangeException.