another ownerDocument property question

Johnny Stenback wrote:
> 
> "K. Ari Krupnikov" wrote:
> >
> > Can someone shed some light on the ownerDocument of nodes created by a
> > DocumentFragment?
> >
> According to the DOM Level 1 spec and the current DOM Level 2 CR, the
> DocumentFragment does *not* inherit Document, it simply inherits Node.
> IOW there are no createXXX methods on document fragments.

Thanks.
Now what about DocumentType?

interface DocumentType : Node 

It apperars that several Documents may share a DocumentType. What then
should be that DocumentType's ownerDocument?

-- 
K. Ari Krupnikov

DBDOM - bridging XML and relational databases
http://www.iter.co.il

Received on Tuesday, 4 July 2000 23:40:20 UTC