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
Next Next commit
Remove smoothing/anti-aliasing note
The term now (with 1.4.11) applies to both text and non-text content, but it seems incorrect to refer to specific testing methodology in the normative term rather than in the more specific SCs. 1.4.3 and 1.4.6 understanding (https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum.html and https://www.w3.org/WAI/WCAG22/Understanding/contrast-enhanced) already have a note about antialiasing, so it's redundant to have here)
  • Loading branch information
patrickhlauke committed May 17, 2025
commit 5b9d281f2913ae523322dce640e4cc82a6426a4a
7 changes: 1 addition & 6 deletions guidelines/terms/20/contrast-ratio.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@
</ul>

<p class="note">Contrast ratios can range from 1 to 21 (commonly written 1:1 to 21:1).</p>

<p class="note">Because authors do not have control over user settings as to how text is rendered
(for example font smoothing or anti-aliasing), the contrast ratio for text can be
evaluated with anti-aliasing turned off.
</p>


<p class="note">For the purpose of Success Criteria 1.4.3 and 1.4.6, contrast is measured with respect
to the specified background over which the text is rendered in normal usage. If no
background color is specified, then white is assumed.
Expand Down