Re: [w3c/webcomponents] The is="" attribute is confusing? Maybe we should encourage only ES6 class-based extension. (#509)

@bedeoverend I don’t think they are against extending native elements, they are simply against classes extending subclasses of `HTMLElement`. So you would still be able to extend native elements using the `extends` property of the `customElements.define` method. What would be illegal is the class passed to the method to extend a subclass of `HTMLElement`.

---
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/509#issuecomment-230646154

Received on Wednesday, 6 July 2016 01:06:56 UTC