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