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

Yeah, there has been discussing about that for `q` and `blockquote`.  A more likely scenario is to define two subclasses of `HTMLQuoteElement`, e.g. `HTMLInlineQuoteElement` and `HTMLBlockQuoteElement` and have `q` and `blockquote` each use it.  It's a bit more hairly story for `h1` through `h6`, which seems to require an introduction of six subclasses of `HTMLHeadingElement` from `HTMLH1Element` through `HTMLH6Element`.

---
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-230703725

Received on Wednesday, 6 July 2016 07:58:03 UTC