- From: Michael[tm] Smith <notifications@github.com>
- Date: Tue, 28 Jun 2016 00:21:46 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Tuesday, 28 June 2016 07:22:21 UTC
As I understand it, event retargeting is integral to the overall purpose of not exposing anything about the (private) internals of your custom elements. So for any events that originate from a custom element’s shadow DOM subtree, you retarget them to appear to come from your custom element itself (the only public part of however you’ve implemented it). I don’t know what use cases for event retargeting there might be other than that. --- 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/528#issuecomment-228971475
Received on Tuesday, 28 June 2016 07:22:21 UTC