@@ -49,7 +49,7 @@ Evaluating Media Features in a Boolean Context</h4>
49
49
<em> other than</em> the number ''0'' ,
50
50
a <<dimension>> with the value ''0'' ,
51
51
the keyword ''@media/update/none'' ,
52
- or a value explicitely defined by that media feature to evaluate as false in a boolean context,
52
+ or a value explicitly defined by that media feature to evaluate as false in a boolean context,
53
53
the <a>media feature</a> evaluates to true.
54
54
Otherwise, it evaluates to false.
55
55
@@ -622,8 +622,8 @@ Detecting the desire for light or dark color schemes: the 'prefers-color-scheme'
622
622
Type : discrete
623
623
</pre>
624
624
625
- The 'prefers-color-scheme' media feature is used to detect if the user
626
- has requested the page use a light or dark color theme.
625
+ The 'prefers-color-scheme' media feature reflects the user's
626
+ desire that the page use a light or dark color theme.
627
627
628
628
<dl dfn-type=value dfn-for="@media/prefers-color-scheme">
629
629
<dt> <dfn>no-preference</dfn>
@@ -634,18 +634,22 @@ Detecting the desire for light or dark color schemes: the 'prefers-color-scheme'
634
634
635
635
<dt> <dfn>light</dfn>
636
636
<dd>
637
- Indicates that user has notified the system that they
638
- prefer a page that has a light theme (dark text on light background).
637
+ Indicates that user has expressed the preference for
638
+ a page that has a light theme (dark text on light background).
639
639
640
640
<dt> <dfn>dark</dfn>
641
641
<dd>
642
- Indicates that user has notified the system that they
643
- prefer a page that has a dark theme (light text on dark background).
642
+ Indicates that user has expressed the preference for
643
+ a page that has a dark theme (light text on dark background).
644
644
645
645
</dl>
646
646
647
- Note: User preferences can vary by medium;
648
- for example, a user may prefer dark themes on a glowing screen,
647
+ The method by which the user expresses their preference can vary.
648
+ It might be a system-wide setting exposed by the Operating System,
649
+ or a setting controlled by the User Agent.
650
+
651
+ Note: User preferences can also vary by medium.
652
+ For example, a user may prefer dark themes on a glowing screen,
649
653
but light themes when printing
650
654
(to save ink
651
655
and/or because inked text on blank paper prints better
0 commit comments