Re: HTMLDOMImplementation and contentDocument
David Faure <[email protected]>
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <[email protected]> |
On 24 Sep 2002, Philippe Le Hegaret wrote: > A few more questions, does Konqueror support (in ECMAScript): > - HTMLDOMImplementation.createHTMLDocument > not supported by Mozilla and IE. Yes, apparently it's implemented - I haven't tested it though. I see that getInterface() isn't implemented - ah but that's DOM3. > - HTMLFrameElement.contentDocument > not supported by IE > (tests: HTMLFrameElement09 and HTMLFrameElement11) Yes, supported by Konqueror. > - HTMLObjectElement.contentDocument > not supported by IE > (test: HTMLObjectElement19) Yes, I implemented that one a few days ago to fix that test ;-) David.