You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PFE docs site and demos have issues showing up on the audit tools (lighthouse, aXe devtools) as well as issues discovered through manual user testing. The docs are not in compliance with WCAG 2.1 A - AA guidelines.
Impacted component(s)
All of the PFE demos
Steps to reproduce
Go to the PFE repo on your local machine
Run npm start in the terminal
Go to any component demo
Run Lighthouse and aXe Devtools on the page
Navigate through the page with your OS screen reader
Expected behavior
All the pages should pass the audit tests.
All the content should be usable and perceivable by all users
The docs should meet the WCAG 2.1 A - AA guidelines
we recently merged a commit which should configure lighthouse to fail any page that has less than 100% a11y audits, so we should get more exposure for these in PRs
Description of the issue
The PFE docs site and demos have issues showing up on the audit tools (lighthouse, aXe devtools) as well as issues discovered through manual user testing. The docs are not in compliance with WCAG 2.1 A - AA guidelines.
Impacted component(s)
Steps to reproduce
npm start
in the terminalExpected behavior
Screenshots
Lighthouse report
pfe-docs-lh-report.pdf
aXe Devtools report
The text was updated successfully, but these errors were encountered: