Ticket #6066 (closed feature: wontfix)
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: | |
| Blocking: | Blocked by: |
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.
Change History
comment:1 Changed 3 years ago by scott.gonzalez
- Priority changed from trivial to major
- Milestone changed from TBD to 1.9
comment:2 Changed 2 years ago by scott.gonzalez
- Priority changed from major to blocker
- Status changed from new to open
- Type changed from enhancement to feature
- Summary changed from Add aria-selected or aria-expanded to Accordion to Accordion: Fix ARIA semantics
comment:3 Changed 2 years ago by scott.gonzalez
- Status changed from open to closed
- Resolution set to wontfix
See jquery-a11y discussion for explanation.
Note: See
TracTickets for help on using
tickets.

