Improve the accessibility guide#771
Merged
Merged
Conversation
- fixed broken links - mention some good browser extensions for testing - mention Capybara accessibility tools - suggest using role selectors in testing - suggest validating HTML and announcing content changes
Add WCAG references and supporting evidence to recommendations. Some developers are unfamiliar with accessibility terminology ("focus traps", etc) or how disabled users are affected. These link help give more context and often give concrete examples of how and why to implement a recommendation.
There was a problem hiding this comment.
Pull Request Overview
This PR improves the accessibility guide by adding important resources, fixing broken links, and providing more comprehensive guidance with WCAG references. The changes aim to make the guide more actionable and educational for developers working on accessibility implementations.
Key changes:
- Added new browser extensions and testing tools for accessibility auditing
- Integrated WCAG 2.2 guideline references throughout the document
- Included guidance on role selectors for testing and HTML validation
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
enatario
approved these changes
Sep 26, 2025
FerPerales
approved these changes
Sep 26, 2025
Member
FerPerales
left a comment
There was a problem hiding this comment.
Looks good! There are a couple of suggested correction that makes sense to apply
Fixed a broken link and removed an unused link
Removed unused link
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.
There are a few goals here: