Add axe-core and Pa11y accessibility testing tools#1760
Open
shibley wants to merge 1 commit intoanalysis-tools-dev:masterfrom
Open
Add axe-core and Pa11y accessibility testing tools#1760shibley wants to merge 1 commit intoanalysis-tools-dev:masterfrom
shibley wants to merge 1 commit intoanalysis-tools-dev:masterfrom
Conversation
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.).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two widely-used accessibility analysis tools to the HTML category:
axe-core (15K+ ⭐)
Pa11y (4.5K+ ⭐)
Why?
The list currently has no dedicated accessibility analysis tools despite accessibility testing being a major category of HTML static analysis. axe-core is arguably the most widely-used HTML analysis tool in the world (it powers Lighthouse's accessibility audit), and Pa11y is the go-to CLI tool for CI/CD integration.
Format
data/tools/per contribution guidelineshtml