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

I guess yet another alternative is to add two attributes one for [the root](https://dom.spec.whatwg.org/#concept-tree-root) of a tree, and another one for [the shadow-including root](https://dom.spec.whatwg.org/#concept-shadow-including-root) of a tree.

Perhaps `immediateRootNode` / `closestRootNode` and `piercingRootNode` / `furthestRootNode`?

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

Received on Thursday, 5 May 2016 06:06:09 UTC