Ticket #7092 (closed defect: fixed)
accordionContainer: a11y description does not include correct numbering of panes
| Reported by: | becky | Owned by: | becky |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Accessibility | Version: | 1.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Since accordionContainer is a grouping, the accessible description of each pane should include the number of the current pane in the group of panes. For example, with three panes and focus on the title of the second one, the accessible description (visible in MS Inspect) should be "2 of 3"
Changeset [12280] broke this when a role of group was added to contentPanes which have no role. The group role is needed so that Firefox 3 properly sets focus to the contentPane when it has the style of overflow.
Need to figure out how to get the accordionPanes properly numbered and proper focus in tabContainer. May need to use the ARIA property of owns and activeDescendent.