Skip to content

Amend "contrast ratio" term #4400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tweak 1.4.11 note about anti-aliasing
mentioning font smoothing here is irrelevant
  • Loading branch information
patrickhlauke committed May 17, 2025
commit c071e546c8cedd7db275fa1da6c5c74b2cf7d5a6
2 changes: 1 addition & 1 deletion understanding/21/non-text-contrast.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Intent</h2>
</div>

<div class="note">
<p>Because authors do not have control over user settings for font smoothing and anti-aliasing, when evaluating this
<p>Because authors do not have control over user settings for anti-aliasing, when evaluating this
Success Criterion, refer to the colors obtained from the user agent, or the underlying
markup and stylesheets, rather than the non-text elements as presented on screen.</p>
<p>Due to anti-aliasing, particularly thin lines and shapes of non-text elements may be rendered by user agents with
Expand Down