- From: James Craig via GitHub <sysbot+gh@w3.org>
- Date: Tue, 27 Oct 2020 03:24:36 +0000
- To: public-css-archive@w3.org
As I understand them, these are the main arguments made in **favor** of keeping `prefers-contrast: forced`: 1. Shortens the media query that would match any combination of forced colors *or* contrast preference: the shorter boolean `@media (prefers-contrast)` as opposed to `@media (prefers-contrast) or (forced-colors)`. 2. Reduces the likelihood that authors will overlook users who have forced colors that don't match either contrast-specific value: `less` (reduced contrast) or `more` (increased or high contrast). The follow-on justification for this (if I understand correctly) is the premise that ~"all users who have either forced colors or any contrast preference will also have a desire for reduced visual complexity, such as removing decorative background patterns." -- GitHub Notification of comment by cookiecrook Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5433#issuecomment-716954048 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 27 October 2020 03:24:39 UTC