Accessibility: Mobile nav trigger missing aria-expanded #192

Open
opened 2026-05-29 16:45:54 -05:00 by null · 0 comments
Owner

Severity: Minor

Description: The SheetTrigger button in MobileNav lacks aria-expanded to indicate menu state. Screen readers cannot communicate whether the menu is open or closed.

File: src/components/layout/MobileNav.jsx line 26

Fix direction: Add aria-expanded={isOpen} and aria-controls="mobile-nav-content" to the trigger button.

**Severity:** Minor **Description:** The SheetTrigger button in MobileNav lacks `aria-expanded` to indicate menu state. Screen readers cannot communicate whether the menu is open or closed. **File:** `src/components/layout/MobileNav.jsx` line 26 **Fix direction:** Add `aria-expanded={isOpen}` and `aria-controls="mobile-nav-content"` to the trigger button.
null added the
bug
accessibility
labels 2026-05-29 16:45:54 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#192
No description provided.