feat(web): WCAG 2.1 AA accessibility improvements and axe-core tests - #1249
Merged
ayomideadeniran merged 1 commit intoSep 3, 2026
Merged
Conversation
|
@codexhange Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
@codexhange is attempting to deploy a commit to the Ayomide Adeniran's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@codexhange PR under review — I will get back to you if I find any wrong implementations. |
Improve accessibility across interactive simulators, modals, and slide-out menus to achieve WCAG 2.1 AA compliance. - **NodeDetailPanel**: Added focus trap and Escape key listener via useFocusTrap hook so keyboard users can navigate and dismiss the panel - **NotificationSidebar**: Added focus trap, Escape key listener, and aria-modal="true" attribute for proper screen reader support - **axe-core Playwright tests**: Added automated accessibility test suite that injects axe-core and checks for critical/serious violations on the home page, simulator page, and notification sidebar - **Keyboard navigation test**: Verifies Tab key moves focus through interactive elements - **Touch target test**: Checks interactive elements meet 44x44px minimum touch target size (WCAG 2.5.8) - [x] axe-core automated test runner reports 0 critical or serious accessibility violations - [x] Focus traps and Escape key listeners on all modals and slide-out menus - [x] Keyboard navigation works across the platform - [x] Minimum touch target sizes verified Closes StellarDevHub#1146 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
ayomideadeniran
force-pushed
the
feat/wcag-2.1-aa-accessibility-1146
branch
from
September 3, 2026 12:41
de0ad78 to
564dd3d
Compare
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
Improve accessibility across interactive simulators, modals, and slide-out menus to achieve WCAG 2.1 AA compliance, with automated axe-core tests to prevent regressions.
Changes
Focus Management
useFocusTraphook with Escape key listener so keyboard users can navigate and dismiss the slide-out paneluseFocusTrap, Escape key listener, andaria-modal="true"for proper screen reader supportAutomated Accessibility Testing
e2e/tests/accessibility.spec.ts) that injects axe-core and checks for critical/serious violations on:Acceptance Criteria
aria-liveregions + new focus traps)Closes #1146
🤖 Generated with Codebuff
Co-Authored-By: Codebuff noreply@codebuff.com