[webcomponents] Disallow extension of subclasses of HTMLElement and SVGElement/MathMLElement (#363)

As summarized in https://wiki.whatwg.org/wiki/Custom_Elements#Subclassing_existing_elements, subclassing existing built-in subclasses elements of `HTMLElement` pose many issues.  We should remove this feature (`extends` on the custom element definition and `is` content attribute) at least from v1.

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

Received on Saturday, 23 January 2016 06:37:59 UTC