- From: Andy Earnshaw <notifications@github.com>
- Date: Thu, 26 May 2016 06:15:27 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Thursday, 26 May 2016 13:15:54 UTC
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