feat: improve fixing-accessibility skill with WCAG 2.2 coverage - #37
Open
gonzoblasco wants to merge 1 commit into
Open
feat: improve fixing-accessibility skill with WCAG 2.2 coverage#37gonzoblasco wants to merge 1 commit into
gonzoblasco wants to merge 1 commit into
Conversation
- Add WCAG 2.2 criteria: Focus Appearance (2.4.11), Focus Not Obscured (2.4.12), Target Size (2.5.8), Dragging (2.5.7), Accessible Authentication (3.3.8) - Add testing tools section (axe, Lighthouse, WAVE, Accessibility Insights, CCA) - Add screen reader testing quick guide (VoiceOver, NVDA) - Add touch and pointer section (pointer cancellation, gestures, dragging) - Improve contrast section with specific ratios and APCA mention - Add more common fixes (focus indicator, target size, dragging alternative) - Add WCAG reference column to priority table - Expand review guidance with verification steps
Author
|
Quick ping - any updates on this? Happy to adjust the WCAG 2.2 coverage if the maintainers have specific formatting or scope preferences. |
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
Improves the
fixing-accessibilityskill with comprehensive WCAG 2.2 coverage, testing tools, and practical guidance.Changes
WCAG 2.2 criteria added
New sections
Improvements
Why
The accessibility landscape evolves. WCAG 2.2 became a W3C Recommendation in October 2024, and agents should be aware of the new criteria. This update makes the skill production-ready for modern web development.