You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just messing around with type extensions and noticed that extending iframe throws the following error.
Uncaught HierarchyRequestError: Failed to execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabled for this element.
ex:
<polymer-elementname="x-iframe" extends="iframe"><template><h1>Hello from x-iframe</h1></template><script>Polymer('x-iframe',{});</script></polymer-element><iframeis="x-iframe"></iframe>```
I didn't see any mention of this in the custom elements or shadow DOM specs. Is this behavior explained more elsewhere?
The text was updated successfully, but these errors were encountered:
I was just messing around with type extensions and noticed that extending iframe throws the following error.
ex:
The text was updated successfully, but these errors were encountered: