-
Notifications
You must be signed in to change notification settings - Fork 266
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
Evaluate Dashboard UI against Accessibility standards #3149
Comments
Tools and resources to use: |
Here are some items from a pass on cluster dashboard page using accessibilityinsights.com fast pass: |
Chatted with product brand team (Jesus and Cynthia)
Technical requirements |
From Chris Nuber (RFed) client had asked if Rancher had a VPAT/508 compliance on the federal side |
Hi, I've try to integrate pa11y-ci to package.json. But it's hard to test the actual dashboard as login and password field doesn't have CSS Element id nor class. My pa11y configfile : rancher26.json {
"defaults": {
"chromeLaunchConfig": {
"ignoreHTTPSErrors": "true"
}
},
"urls": [
{
"url": "https://rancher26.mylabserver.com/",
"userAgent": "Mozilla"
},
{
"url": "https://rancher26.mylabserver.com/dashboard/home",
"userAgent": "Mozilla",
"actions": [
"set field div.mb-20 div.labeled-input.edit input to admin",
"set field div div.labeled-input.edit input to password",
"click element .btn.role-primary",
"wait for path to be /dashboard/home"
]
}
]
} Installation on openSUSE:
Run command: |
This ticket has been superseded by newer accessibility tickets. #8986 is one example |
We need to conduct an evaluation of the Dashboard UI against accessibility standards.
Specifically for now:
Write up a report on compliance and identify key areas needing improvement and specific actions we need to take to reach compliance (or at least reach an acceptable level of compliance, TBD)
(Note, we may also need to evaluate against https://www.section508.gov/create/software-websites in the future)
The text was updated successfully, but these errors were encountered: