Search and Top Navigation
#9630 open bug ()
Opened October 27, 2013 05:21PM UTC
Last modified October 29, 2013 02:25AM UTC
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
1. The button that activates the menu should have aria-haspopup="true" so that the screen reader user is aware of the behavior
2. When activating the button, the focus should be placed into the popup menu
3. The anchors inside the menu should not be naturally tab focusable (set tabindex=-1)
4. Tabbing out of the menu should close the menu
5. ESC should close the menu and set focus back onto the button
6. When the menu is up, button should have aria-pressed="true"
Attachments (0)
Change History (1)
Changed October 29, 2013 02:25AM UTC by comment:1
keywords: | → a11y |
---|---|
status: | new → open |
summary: | UI Button: splitbutton accessibility issues → Button: splitbutton demo accessibility issues |