feat(a11y): Implement Keyboard Accessibility for Palette Navigation (Phase 2)#5347
Open
zealot-zew wants to merge 1 commit intosugarlabs:masterfrom
Open
feat(a11y): Implement Keyboard Accessibility for Palette Navigation (Phase 2)#5347zealot-zew wants to merge 1 commit intosugarlabs:masterfrom
zealot-zew wants to merge 1 commit intosugarlabs:masterfrom
Conversation
…Phase 2) This PR implements Phase 2 of the accessibility (A11y) roadmap for Music Blocks, introducing full keyboard navigation within the Palette.
Contributor
|
✅ All Jest tests passed! This PR is ready to merge. |
Contributor
Author
|
Hey @walterbender since the #5260 got merged, can you review the palette navigation so i can add the tab feature to switch from palette to toolbar. |
Contributor
Author
|
@walterbender sorry for the notification sound, but this PR is been sitting here for so long. Please review |
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.
Description
This PR implements Phase 2 of the accessibility (A11y) roadmap for Music Blocks, introducing full keyboard navigation within the Palette.
Previously, the palette was only accessible via mouse interactions. With this update, users can now enter a "focus mode" on the palette and navigate through all sections (e.g., Graphics, Pen, Media) and individual blocks using the arrow keys. This is a critical step towards making the platform WCAG compliant and accessible to power users and those relying on assistive technology.
Key Changes
Up/Down: Move vertically between palette categories (Search, Graphics, Pen, etc.).Left/Right: Enter a category and move horizontally/vertically to access specific blocks within that category.Regression Checks
Video:
Screen.Recording.2026-01-26.at.4.08.43.PM.mov
Future Work (Phase 3)
This PR focuses strictly on intra-palette navigation. The next iteration (Phase 3) will introduce
Tabkey functionality to allow users to move focus across high-level interface regions, specifically navigating between the Palette, Toolbar, and Workspace.