Skip to content
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

[Easy Checks] - Contrast ratio ("color contrast") - Ambiguity (Normal size) #66

Closed
HerinHentry opened this issue Dec 19, 2016 · 3 comments

Comments

@HerinHentry
Copy link

In the What to check for section, the below statement seems a bit ambiguous:
Web pages should also have a minimum contrast by default: a contrast ratio of at least 4.5:1 for normal-size text.

CSS font-size property supports the below font sizes:
font-size: medium | xx-small | x-small | small | large | x-large | xx-large | smaller | larger | length | initial | inherit;

Browsers support : Very small | smaller | medium | large | very large

I think we need to be a bit more clear here as some websites uses 10pts, some uses 12pts.

normal size font

@yatil
Copy link
Contributor

yatil commented Jan 4, 2017

I agree this could be more specific, it is 4.5:1 for font sizes below 24px (18pt), or below 18.5px (14pt) when bold.

@shawna-slh
Copy link
Contributor

shawna-slh commented Jan 12, 2017

Proposed revised wording:

[... all text ... a contrast ratio of at least:]

  • 4.5:1 for text that is smaller than 24px (18pt) normal, or 18.5px (14pt) bold
  • 3:1 for larger text

@shawna-slh
Copy link
Contributor

Discussed in 13 Jan telecon and put on weekly survey for approval of resolutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants