Re: [w3ctag/design-reviews] [WebComponents] Custom state pseudo class (#428)

@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