Re: [webcomponents] Define the behavior for sync element creation when a custom element constructor does various bad things (#412)

I don't think checking the equality of qualified names and/or presence of attributes/children is that expensive.  Checking `instsanceof` would be though so perhaps we should omit that and just check the brand (e.g. make sure new MyElement doesn't return, say, HTMLIframeElement).

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/412#issuecomment-194033985

Received on Wednesday, 9 March 2016 00:20:17 UTC