- From: Takayoshi Kochi <notifications@github.com>
- Date: Thu, 26 May 2016 03:36:27 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Thursday, 26 May 2016 10:36:54 UTC
If you think this way: `"bar.html"` is given from outside the shadow tree, but it can peek inside closed shadow tree - therefore it breaks encapsulation Then it's wrong. What breaks the encapsulation is that you pull the `src` parameter from shadow host and put it in the closed shadow tree in the first place. --- 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/507#issuecomment-221836598
Received on Thursday, 26 May 2016 10:36:54 UTC