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
User's with low vision may find it more difficult to navigate the site if color contrast is low.
Views without H1 elements impact screen reader users who use the Landmarks view of the rotor menu to understand the structure of a page.
Fix the issues identified by running axe DevTools chrome extension
Used Contrast Finder for suggestions for other colors
See comments in PR #3811 - a11y(arpa): fix headings and color contrast issues for screenshots
When axe DevTools is run, no color contrast or missing h1 errors should be flagged.
Use the Grants color scheme
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why is this issue important?
User's with low vision may find it more difficult to navigate the site if color contrast is low.
Views without H1 elements impact screen reader users who use the Landmarks view of the rotor menu to understand the structure of a page.
Fix the issues identified by running axe DevTools chrome extension
Fix Color contrast issues- use Grants branded blue
Used Contrast Finder for suggestions for other colors
Missing H1 elements
Current State
See comments in PR #3811 - a11y(arpa): fix headings and color contrast issues for screenshots
Expected State
When axe DevTools is run, no color contrast or missing h1 errors should be flagged.
Implementation Plan
Use the Grants color scheme
Relevant Code Snippets
The text was updated successfully, but these errors were encountered: