Opened 11 years ago
Closed 11 years ago
#32682 closed defect (bug) (fixed)
Customizer Menus:Improve accessibility of Add Menu Items button
| Reported by: | ocean90 | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.3 |
| Component: | Customize | Version: | 4.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | accessibility |
Description
From https://github.com/voldemortensen/menu-customizer/issues/87
The "Add Links" button, besides an aria-expanded attribute, would need also an aria-controls attribute. When the controlled panel is not immediately following the button and is very far in the source It's generally recommended to use aria-controls. For example:
<button type="button" class="button-secondary add-new-menu-item" aria-expanded="false" aria-controls="available-menu-items">Add Links</button>
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 32848: