- From: Zambonifofex <notifications@github.com>
- Date: Tue, 05 Jul 2016 18:06:28 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Wednesday, 6 July 2016 01:06:56 UTC
@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