-
Notifications
You must be signed in to change notification settings - Fork 17
feat: Implement WCAG 2.2 AA accessibility improvements #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Major accessibility enhancements to meet WCAG 2.2 AA standards: - Added visible focus indicators for all interactive elements - Increased button touch targets to 44px minimum (WCAG 2.2 requirement) - Enhanced form inputs with ARIA support and error states - Implemented full keyboard navigation for FileDropZone component - Added screen reader announcements for dynamic content - Improved color contrast by removing transparency from text colors - Added text alternatives for icons and emojis - Enhanced Disclosure component with custom ARIA attributes - Added semantic HTML5 landmarks and proper document structure - Fixed external links with rel="noopener noreferrer" and descriptive ARIA labels - Enabled text selection for better usability - Added proper HTML structure with DOCTYPE, lang attribute, and meta tags All components now fully support: - Keyboard navigation (Tab, Enter, Space, Arrow keys) - Screen readers (NVDA, JAWS, VoiceOver) - High contrast mode - Focus visible indicators Replaced node-sass with dart-sass for better compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
@mpaiva please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Thanks for your contribution to the community. I leveraged your plugin in one of my projects and added some accessibility enhancements to meet WCAG 2.2 AA standards:
All components now fully support:
Replaced node-sass with dart-sass for better compatibility.
Cheers!