Commit 39f4932
feat(a11y): Give the mobile menu button an accessible name and aria state
Upstream did this in header-content.hbs (b35fcda, 86237c9), a partial this
repo replaced with its own header.hbs, so the change could not be ported and
is reapplied here. Ours targets the popup-menu container rather than
upstream's topbar-nav.
The button previously had no accessible name at all, and nothing exposed its
open/closed state; 05-mobile-navbar.js already maintains aria-expanded and now
reads aria-controls, falling back to data-target.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 67ce09f commit 39f4932
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments