Re: [webcomponents] Add conformance requirements for custom element constructors (00ed64f)

I think this is too strong of a requirement.  It's fine to do `return this` or even `return` after calling `super()` as that would default to returning `this`.  What we need instead is to not return any other object but the one created by the `super()` call.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/commit/00ed64f7e4e41764ef13099f185559fabd282750#commitcomment-16633327

Received on Friday, 11 March 2016 00:24:40 UTC