Re: [csswg-drafts] [mediaqueries-4] Change when any-* evaluate to 'none'

>  The PR as written just removes any instructions on what values to 
should match.

- if ANY inputs are present that are non-hover capable, `any-hover: 
none` should evaluate to true
- if ANY inputs are present that are hover capable, `any-hover: hover`
 should evaluate to true
- if ALL inputs that are present are non-hover capable, `any-hover: 
none` should be true and `any-hover: hover` should be false
- if a mix of hover-capable and non-hover capable inputs is present, 
both `any-hover: none` and `any-hover: hover` should evaluate to true

(same for `any-pointer`, saving myself from writing out the 
combinations here)

Of course, an author would need to know exactly what they're asking 
for, and why, in order to make sensible use of this.

-- 
GitHub Notification of comment by patrickhlauke
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/737#issuecomment-262328968 
using your GitHub account

Received on Tuesday, 22 November 2016 18:47:31 UTC