Re: Relation between core DOM and HTML DOM

>Fine, but were in the REC does it say 'if you mix core and HTML
>elements all bets are off?'. After all, a class implementing
>HTMLElement also implements Node, so,
>
>  someCoreNode.appendChild(someHTMLElement)
>
>is perfectly well formed.


Miles,

REC does NOT say "if you mix core and HTML elements all bets are off".  You
are right that this is a "quality of implementation" issue.  Good luck with
your implementation.

Best,

Don Park
Docuverse

Received on Tuesday, 13 October 1998 11:36:20 UTC