Opened 12 years ago
Closed 11 years ago
#7845 closed bug (fixed)
Tabs: default accessibility
Reported by: | ezufelt | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.0 |
Component: | ui.tabs | Version: | 1.8.16 |
Keywords: | a11y | Cc: | |
Blocked by: | Blocking: |
Description
Firefox 7.0.1 JAWS 13 Tabs demo 1.9pre
Problem
The semantics of a tablist are not recognized by JAWS.
Solution
- The list of tabs should be marked up w/ role='tablist'.
- Each tab should be marked up with role='tab'
- Each tab panel should be marked up with role='tabpanel'
Change History (2)
comment:1 Changed 12 years ago by
Component: | ui.core → ui.tabs |
---|---|
Keywords: | a11y added |
Priority: | minor → blocker |
Status: | new → open |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Tabs: Implement ARIA + Key handling. Fixes #3079 - Tabs: keyboard accessibility. Fixes #7845 - Tabs: default accessibility.