Re: [webcomponents] deepPath's definition is ambiguous when the event path contains a non-Node EventTarget (#432)

You get.  The value returned from deepPath() depends on the event's currentTarget. In such a case, you get nodes in the tree. Once the event gets out of the closed shadow tree, event.deepPath() will not return nodes in the closed shadow tree.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/432#issuecomment-202317515

Received on Monday, 28 March 2016 09:16:59 UTC