- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 16 Oct 2019 18:14:21 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 October 2019 01:14:23 UTC
@Westbrook yeah, just like any other CSS pseudo class, you can select on multiple of them. So `:state(x):state(y)` selects something in both states x and y, while `:state(x), :state(y)` selects something in either state x or y. Again, just like the built-ins :). We can definitely add some examples using this to the explainer. Are there other existing CSS features that you think it would also be good to have examples of combining :state with? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/428#issuecomment-542954161
Received on Thursday, 17 October 2019 01:14:23 UTC