Opened 9 years ago
Last modified 9 years ago
#9630 open bug
Button: splitbutton demo accessibility issues
Reported by: | dylanb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.button | Version: | 1.10.3 |
Keywords: | a11y | Cc: | |
Blocked by: | Blocking: |
Description
- The button that activates the menu should have aria-haspopup="true" so that the screen reader user is aware of the behavior
- When activating the button, the focus should be placed into the popup menu
- The anchors inside the menu should not be naturally tab focusable (set tabindex=-1)
- Tabbing out of the menu should close the menu
- ESC should close the menu and set focus back onto the button
- When the menu is up, button should have aria-pressed="true"
Change History (1)
comment:1 Changed 9 years ago by
Keywords: | a11y added |
---|---|
Status: | new → open |
Summary: | UI Button: splitbutton accessibility issues → Button: splitbutton demo accessibility issues |
Note: See
TracTickets for help on using
tickets.