- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 12 Oct 2018 18:48:59 +0000
- To: public-css-archive@w3.org
`selector(<)` would likely fail; it doesn't match the selector grammar. But you could write `selector(a < b)` and it would match in a hypothetical world were we added that combinator. `selector(:visible)` would definitely work, exactly the same as dbaron's other examples. `else` is *also* something we should add: http://tabatkins.github.io/specs/css-when-else/ ^_^ -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3207#issuecomment-429423801 using your GitHub account
Received on Friday, 12 October 2018 18:49:00 UTC