Skip to content

Commit c97129f

Browse files
authored
typo fix (mdn#5573)
1 parent d7522b2 commit c97129f

File tree

1 file changed

+2
-2
lines changed
  • files/en-us/web/css/@media/forced-colors

1 file changed

+2
-2
lines changed

files/en-us/web/css/@media/forced-colors/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h3 id="Properties_affected_by_forced-color_mode">Properties affected by forced-
3232

3333
<p>In forced colors mode, the values of the following properties are treated as if they have no author-level values specified. That is, browser-specified values are used instead. The browser-specified values do not affect the style cascade; the values are instead forced by the browser at paint time.</p>
3434

35-
<p>These browser-specified values are selected from the set of system colors &emdash; this ensures a consistent contrast for common UI elements for users that have forced colors enabled.</p>
35+
<p>These browser-specified values are selected from the set of system colors &mdash; this ensures a consistent contrast for common UI elements for users that have forced colors enabled.</p>
3636

3737
<ul>
3838
<li>{{cssxref("color")}}</li>
@@ -63,7 +63,7 @@ <h3 id="Properties_affected_by_forced-color_mode">Properties affected by forced-
6363
<p>In addition to these adjustments, browsers will help ensure text legibility by drawing “backplates” behind text. This is particularly important for preserving contrast when text is placed on top of images.
6464
</p>
6565

66-
<p>There are two cases where the user agent does not force the values for the above properties &emdash; when a {{cssxref("forced-color-adjust")}} value of <code>none</code> is applied to an element, or when a system color is specified by the author.</p>
66+
<p>There are two cases where the user agent does not force the values for the above properties &mdash; when a {{cssxref("forced-color-adjust")}} value of <code>none</code> is applied to an element, or when a system color is specified by the author.</p>
6767

6868
<p>When forced-color-adjust is set to <code>none</code> on an element, none of the forced color values will apply, and author styles will be applied as normal. Additionally, the backplate for text will be disabled.</p>
6969

0 commit comments

Comments
 (0)