- From: James Craig via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Dec 2016 17:11:45 +0000
- To: public-css-archive@w3.org
I don't like the suffix variant as much, but I could live with: ```css motion-preference: no-preference | reduce ``` Then at least the boolean context wouldn't mean the opposite of what was intended. `@media (motion-preference)` is ambiguous, but could be discouraged (or disallowed) in favor of `@media (motion-preference: reduce)` or `@media (motion-preference: reduce-all)`. And if anyone were to pick up @frivoal's idea of forced-all-animations-off, a `forced-no-motion` value could be added at a later time: `@media (motion-preference: forced-no-motion)` -- GitHub Notification of comment by cookiecrook Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/442#issuecomment-265209937 using your GitHub account
Received on Tuesday, 6 December 2016 17:11:52 UTC