Skip to content

Commit

Permalink
Tweak thin/unusual font note (remove the "we recommend", emphasise th…
Browse files Browse the repository at this point in the history
…is is best practice only)
  • Loading branch information
patrickhlauke committed Feb 14, 2023
1 parent c2cbfdf commit c300413
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions understanding/20/contrast-enhanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ <h2>Intent of Contrast (Enhanced)</h2>
<p>Due to anti-aliasing, particularly thin or unusual fonts may be rendered by user agents with a much fainter
color than the actual text color defined in the underlying CSS. This can lead to situations where text has
a contrast ratio that nominally passes the Success Criterion, but has a much lower contrast in practice.
For these cases, we recommend as a best practice that authors choose a font with stronger/thicker lines,
or aim for a text color that exceeds the baseline requirements of this Success Criterion.
In these cases, best practice would be for authors to choose a font with stronger/thicker lines,
or to aim for a foreground/background color combination that exceeds the normative requirements of
this Success Criterion.
</p>
</div>

Expand Down
5 changes: 3 additions & 2 deletions understanding/20/contrast-minimum.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ <h2>Intent of Contrast (Minimum)</h2>
<p>Due to anti-aliasing, particularly thin or unusual fonts may be rendered by user agents with a much fainter
color than the actual text color defined in the underlying CSS. This can lead to situations where text has
a contrast ratio that nominally passes the Success Criterion, but has a much lower contrast in practice.
For these cases, we recommend as a best practice that authors choose a font with stronger/thicker lines,
or aim for a text color that exceeds the baseline requirements of this Success Criterion.
In these cases, best practice would be for authors to choose a font with stronger/thicker lines,
or to aim for a foreground/background color combination that exceeds the normative requirements
of this Success Criterion.
</p>
</div>

Expand Down

0 comments on commit c300413

Please sign in to comment.