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
Create a new 508 compliance check workflow that runs on PRs to verify that the site docs (including the API docs) are 508 compliant.
Take a look at using the axe-cli to report on any issues. You'll need to run the scripts/build_docs.sh process first to generate the html.
scripts/build_docs.sh
We are starting to move towards having all front end assets be 508 compliant. An automated job will help keep us there.
The text was updated successfully, but these errors were encountered:
ericbuckley
Successfully merging a pull request may close this issue.
Summary
Create a new 508 compliance check workflow that runs on PRs to verify that the site docs (including the API docs) are 508 compliant.
Acceptance Criteria
Details / Tasks
Take a look at using the axe-cli to report on any issues. You'll need to run the
scripts/build_docs.sh
process first to generate the html.Background / Context
We are starting to move towards having all front end assets be 508 compliant. An automated job will help keep us there.
The text was updated successfully, but these errors were encountered: