Commit 53620bc
committed
Add axe-core and Pa11y accessibility testing tools
Add two widely-used accessibility analysis tools for HTML:
- axe-core (15K+ GitHub stars, MPL-2.0): The industry standard for
automated accessibility testing, used by Google Lighthouse and Microsoft
Accessibility Insights. Tests against WCAG 2.0/2.1/2.2 guidelines.
- Pa11y (4.5K+ GitHub stars, LGPL-3.0): Command-line accessibility
testing tool with CI/CD integration support and multiple reporters.
Both tools perform static analysis of HTML to identify accessibility
violations (missing alt text, insufficient color contrast, missing ARIA
attributes, heading hierarchy issues, etc.).1 parent ded8ca4 commit 53620bc
2 files changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments