- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 09 May 2016 00:07:25 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc:
Received on Monday, 9 May 2016 07:07:57 UTC
(@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