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

Perhaps a better solution would be for `frameElement` to be `null` if it's in a shadow tree, leaving the custom element implementation to define a property.

```
window.frameElement;
// -> null

window.xfooElement;
// -> <x-foo ...>
```

---
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-221867098

Received on Thursday, 26 May 2016 13:15:54 UTC