-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Accessibility: Insufficient color contrast of some elements #362
Labels
a11y-and-ux
Accessibility or UX issues and PRs
Comments
Similar/same issues occur throughout https://joinmastodon.org/ pages |
Seems addressing this may be challenging given Mastodon's branding colors. |
varun-s22
added a commit
to varun-s22/joinmastodon
that referenced
this issue
Jul 19, 2023
…thub.com/varun-s22/joinmastodon into insufficient-color-contrast-mastodon#362
The contrast ratio requirement for a font size larger than 18px is 3 (not 4.5) according to this. |
@alireza-hariri The text noted in the issue is 16px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Text on numerous buttons and a paragraph element have insufficient color contrast against their background.
Repro Steps:
Results:
9 elements flagged as having insufficient color contrast: 8 buttons which are only slightly below WCAG 2 AA 4.5:1 guidance at 4.37:1; and a
element with text that only has 2.77:1
Expected Results:
All elements should meet WCAG 2 AA guidance on color contrast to better ensure content is accessible
The text was updated successfully, but these errors were encountered: