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

(@NekR, I think the confusion "root" might cause is acceptable. But I also expect most folks to know that the document is the typical root of the node tree. That fact is constantly used with event delegation and such.)

If we do `getRootNode()` we can also do `getRootNode({composed:true})` so you can figure out if the "ultimate" root is a document or not. That seems somewhat nice.

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

Received on Monday, 9 May 2016 07:07:57 UTC