Re: [csswg-drafts] [mediaqueries] Media Feature: "reduce motion" user setting

@Mr0grog Last suggestion breaks the Boolean context. For example, this
 would mean the opposite of what it appears to mean.

```css
@media (prefers-motion) { /* does not prefer motion */ }
@media not (prefers-motion) { /* does want motion */ }
```

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

Received on Wednesday, 19 October 2016 09:37:48 UTC