@@ -502,6 +502,12 @@ Detecting the desire for inverted colors on the display: the 'inverted-colors' f
502502 </pre>
503503 </div>
504504
505+ ISSUE: This is implemented in a wide variety of ways
506+ some that do or do not preserve hue and/or images original colors
507+ and there is no clear way for authors to react to this media query being true.
508+ (See <a href="https://github.com/w3c/csswg-drafts/issues/3807">discussion</a> .)
509+ Possible ways forward: add more values to reflect variations, or drop the feature.
510+
505511<h3 id="prefers-reduced-motion">
506512Detecting the desire for less motion on the page: the 'prefers-reduced-motion' feature</h3>
507513
@@ -558,9 +564,11 @@ Detecting the desire for reduced transparency on the page: the 'prefers-reduced-
558564 Indicates that user has notified the system that they
559565 prefer an interface that minimizes the amount of
560566 transparent or translucent layer effects.
561-
562567 </dl>
563568
569+ ISSUE: How does this interact with preferences around e.g. pattern fills and backgrounds?
570+ They're not about transparency, but they also interfere with shape recognition.
571+
564572<h3 id="prefers-contrast">
565573Detecting the desire for increased or decreased color contrast from elements on the page: the 'prefers-contrast' feature</h3>
566574
@@ -596,8 +604,9 @@ Detecting the desire for increased or decreased color contrast from elements on
596604
597605 </dl>
598606
599- Issue: Should we include 'forced-low' and 'forced-high' values? We don't necessarily want the
600- page to try to undo what the system might be enforcing.
607+ ISSUE(2943): Split ''high'' into two levels,
608+ “extremely high” (as used in MSFT's black-on-white high conrast theme)
609+ and “increased (as implemented in Apple's Increased Contrast settings)?
601610
602611<h3 id="prefers-color-scheme">
603612Detecting the desire for light or dark color schemes: the 'prefers-color-scheme' feature</h3>
@@ -641,9 +650,6 @@ Detecting the desire for light or dark color schemes: the 'prefers-color-scheme'
641650 so that 'prefers-color-scheme' reflects preferences appropriate to the medium
642651 rather than preferences take out of context.
643652
644- Issue: Should we include 'forced-light' and 'forced-dark' values? We don't necessarily want the
645- page to try to undo what the system might be enforcing.
646-
647653<h2 id="changes" class="no-num">
648654Changes</h2>
649655<h3 id="changes-2017">
0 commit comments