- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 06 Jul 2016 00:57:35 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Wednesday, 6 July 2016 07:58:03 UTC
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