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

The semantics is very different. A node always belongs to a document regardless of whether it's in a document or not, and this is where the term "owner" comes from.

On the other hand, the root of a tree is the node or its highest ancestor, which could change multiple times over the lifetime of the node.  It doesn't own any of its nodes.

---
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-217222314

Received on Thursday, 5 May 2016 17:44:41 UTC