Re: [whatwg/dom] Node.prototype.rootNode is not Web compatible (#241)

I don't think should use the prefix "owner" since the owner document of a node is not necessary its root node or its shadow-inclusive ancestor node.  You can have a detached node and its owner document is well defined.  That semantics is quite distinct from the root node of a node tree to which the context object belongs, which is what this property / method is returning.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/241#issuecomment-222353136

Received on Sunday, 29 May 2016 10:16:29 UTC