Re: [csswg-drafts] [css-conditional-4] selector() feature query function for selector support

`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