We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Similar/same issues occur throughout https://joinmastodon.org/ pages
Sorry, something went wrong.
Seems addressing this may be challenging given Mastodon's branding colors.
Merge branch 'insufficient-color-contrast-mastodon#362' of https://gi…
97616f8
…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
Successfully merging a pull request may close this issue.
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: