Skip to content

Commit d6a1ec1

Browse files
committed
[mediaqueries-5] Fix typos
See d7b7f4b#r48157412 and d7b7f4b#r48157409
1 parent 526015b commit d6a1ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mediaqueries-5/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2777,8 +2777,8 @@ Detecting Forced Colors Mode: the 'forced-colors' feature</h3>
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.
2780-
''@media (prefers-contrast) { … }'' would leave how forced-colors users
2781-
with a color scheme that is neither particularly hight nor low contrast,
2780+
''@media (prefers-contrast) { … }'' would leave out forced-colors users
2781+
with a color scheme that is neither particularly high 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>

0 commit comments

Comments
 (0)