27 September, 2000

Appendix A: Changes

Editors
Philippe Le Hégaret, W3C

A.1: Changes between DOM Level 1 and DOM Level 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.