- From: chaals <notifications@github.com>
- Date: Sat, 11 Jun 2016 09:46:38 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Saturday, 11 June 2016 16:47:05 UTC
> a new CSS pseudo-class would be needed: `:subtypeof(button)` Not really. The point of the `is= approach` is that since you have a `button`, that already matches CSS selectors for `button`. If you want to match a specific subtype you can do `button[is=broken-button]` … --- 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-225374055
Received on Saturday, 11 June 2016 16:47:05 UTC