#33114 closed defect (bug) (fixed)
Menu Customizer: completely hide inactive reorder buttons from assistive technologies
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Customize | Keywords: | has-patch |
Focuses: | accessibility, javascript | Cc: |
Description
When the menu items reorder buttons are disabled, they have a tabindex="-1"
attribute set to remove them from tab order. By the way screen reader users can still use arrows to read content as they normally do for any element in the page. See in the screenshot below how using arrows the disabled buttons are actually announced.
I'd propose to completely hide them using also aria-hidden="true"
. This way, users will get only the controls they can actually use, reducing noise and potential confusion.
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #core-customize by afercia. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
In 33412: