Re: [csswg-drafts] [mediaqueries] Media Feature: prefers-reduced-transparency

Changing these user settings don't change the rendering of anything. 
It just conveys a user preference that allows the frameworks, native 
apps, or web apps to adjust for this user preference/desire/need.

I should also note these proposed names don't fit well within the 
"none or truthy" pattern of some existing media features. It'd be 
awkward to specify that `prefers-reduced-motion: none` means "user is 
okay with animation." The none value here may be open to 
misinterpretation, so considering a `default` or `no-preference` value
 that behaves like `none` for boolean comparisons.

prefers-reduced-transparency: [ default | reduce ];
prefers-reduced-transparency: [ no-preference | reduce ];

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

Received on Monday, 5 September 2016 20:26:48 UTC