Raynos / min-document

A minimal DOM implementation
MIT License
109 stars 27 forks source link

add support for ownerDocument #3

Closed neonstalwart closed 10 years ago

neonstalwart commented 10 years ago

this adds support and tests for ownerDocument

Matt-Esch commented 10 years ago

I've tweaked this, adding support for text nodes and document fragments also. It also follows that createElement/createTextNode/createDocumentFragment must refer to the document through this, as required by the browser. Published to v2.2.0