Re: [w3c/webcomponents] shadow tree -> iframe <- contentWindow.frameElement encapsulation issue (#507)

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