Re: HTMLDOMImplementation and contentDocument

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.

Received on Tuesday, 24 September 2002 15:11:08 UTC