Re: [w3c/webcomponents] Move the check for HTMLElement and its subclass from customElements.define to construction timing (#541)

Also, I'm not sure how your check works against Proxy objects.  What happens if you defined a Proxy to `HTMLElement`?  Proxy could change its behavior anytime it wants so it seems any check we do during the definition time won't be sufficient.

-- 
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/541#issuecomment-239651567

Received on Sunday, 14 August 2016 01:59:55 UTC