File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2772,13 +2772,13 @@ Detecting Forced Colors Mode: the 'forced-colors' feature</h3>
27722772 </div>
27732773
27742774 <div class=example>
2775- The reduced palette enforeced by [=forced colors mode=]
2775+ The reduced palette enforced by [=forced colors mode=]
27762776 can call for some visual simplification of the page.
27772777 ''@media (forced-colors) or (prefers-contrast) { … }''
27782778 can thus be a useful query to conditionally apply styles that reduce visual clutter,
27792779 catching all users of forced colors and all users with contrast preferences.
27802780 ''@media (prefers-contrast) { … }'' would leave how forced-colors users
2781- with a color scheme that is neither particularly hight nor low contrast.
2781+ with a color scheme that is neither particularly hight nor low contrast,
27822782 while ''@media (forced-colors) { … }'' would instead leave out users with contrast preferences
27832783 that do not come from usage of [=forced colors mode=] .
27842784 </div>
You can’t perform that action at this time.
0 commit comments