13 November, 2000

Appendix A: Changes

Editors
Philippe Le Hégaret, W3C

A.1: Changes between DOM Level 1 and DOM Level 2

OMG IDL
The DOM Level 2 specifications are now using Corba 2.3.1 instead of Corba 2.2.

A.1.1: Changes to DOM Level 1 interfaces and exceptions

Interface HTMLDocument
the method getElementById is now inherited from the Document interface [DOM Level 2 Core] where it was moved.
Interface HTMLFrameElement
the attribute contentDocument was added.
Interface HTMLIFrameElement
the attribute contentDocument was added.
Interface HTMLInputElement
the attribute type is no longer read only.
Interface HTMLObjectElement
the attribute contentDocument was added.
Interface HTMLObjectElement
the attribute contentDocument was added.

A.1.2: New Interfaces

Interface HTMLDOMImplementation
The HTMLDOMImplementation interface was added to the HTML module.