Search and Top Navigation
#6066 closed feature (wontfix)
Opened September 17, 2010 06:52PM UTC
Closed February 10, 2011 02:21PM UTC
Accordion: Fix ARIA semantics
| Reported by: | cannona | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.9.0 | 
| Component: | ui.accordion | Version: | |
| Keywords: | accessibility a11y aria accordion | Cc: | |
| Blocked by: | Blocking: | 
Description
If the aria-selected property could be set on expanded items, that would help screen reader users to know which folds were open.
I realize that aria-selected isn't the most semantically accurate ARIA property we could use, and that it would probably be more accurate to use aria-expanded, but expanded doesn't seem to be supported for anything other than treeviews with Jaws 11. So, the choice here is between something that works but is a bit inaccurate, or something that doesn't work but is accurate.
Attachments (0)
Change History (3)
Changed October 21, 2010 03:59AM UTC by comment:1
| milestone: | TBD → 1.9 | 
|---|---|
| priority: | trivial → major | 
Changed January 14, 2011 06:33PM UTC by comment:2
| priority: | major → blocker | 
|---|---|
| status: | new → open | 
| summary: | Add aria-selected or aria-expanded to Accordion → Accordion: Fix ARIA semantics | 
| type: | enhancement → feature | 
Changed February 10, 2011 02:21PM UTC by comment:3
| resolution: | → wontfix | 
|---|---|
| status: | open → closed | 
See jquery-a11y discussion for explanation.