- From: James Craig via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Oct 2016 09:37:41 +0000
- To: public-css-archive@w3.org
@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