- From: Jared Adam Smith <notifications@github.com>
- Date: Fri, 29 Dec 2017 21:26:13 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 December 2017 21:26:37 UTC
Well, until we had webcomponents it wasn't an issue: whether or not one element was a subclass of another was implementation-dependent and not exposed to web developers. Now it is: thanks to webcomponents we can create custom tags that can inherit from each other. Even the heading element is bounded: there are only so many of them and typing out `h1, h2, h3...` is not that big of a deal. But allowing arbitrary subclasses opens the door to the need to select everything that is-a foo-x. -- 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/719#issuecomment-354502305
Received on Friday, 29 December 2017 21:26:37 UTC