Skip to main content

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 scottgonzalez comment:1

milestone: TBD1.9
priority: trivialmajor

Changed January 14, 2011 06:33PM UTC by scottgonzalez comment:2

priority: majorblocker
status: newopen
summary: Add aria-selected or aria-expanded to AccordionAccordion: Fix ARIA semantics
type: enhancementfeature

Changed February 10, 2011 02:21PM UTC by scottgonzalez comment:3

resolution: → wontfix
status: openclosed

See jquery-a11y discussion for explanation.