Add accessibility testing tools section#466
Open
shibley wants to merge 1 commit intodypsilon:masterfrom
Open
Conversation
Added a Testing Tools section to the Web Accessibility page with 4 widely-used tools: - axe DevTools (Deque's browser extension) - Pa11y (CLI accessibility tester) - RatedWithAI (free WCAG scanner) - WAVE (WebAIM's visual feedback tool) This fills a gap in the accessibility resources — the page previously only had 2 links (ARIA guide + A11Y Project). Testing tools are essential for developers implementing accessible web experiences.
Author
|
Hi! Following up on this PR — it adds an accessibility testing tools section with practical resources for frontend devs working on WCAG compliance. Happy to refine the format or selection if you have preferences! |
Author
|
Hi — just following up on this PR. Added an Accessibility Testing section to fill a gap in the Workflow category. Happy to make any changes needed. Thanks for maintaining this resource! |
Author
|
Hi! Circling back on this PR — it's been a couple of weeks and I wanted to check if there's anything I can adjust or clarify. The Accessibility Testing section fills a natural gap in the Workflow category and would complement the existing performance testing resources. Happy to make any changes. Thanks for your time! |
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
Added a Testing Tools section to the Web Accessibility page with 4 widely-used accessibility testing tools:
Why this change?
The Web Accessibility page previously only had 2 links (ARIA guide + A11Y Project general resource). This left a gap — testing tools are essential for developers implementing accessible web experiences.
This addition provides developers with:
All 4 tools are actively maintained and widely used in the accessibility community.
Related
Organized into Guidelines & Standards + Testing Tools sections for clarity.