Opened 13 years ago
Closed 13 years ago
#4127 closed defect (fixed)
need to add a div with waiRole=tablist around accordion container tabs.
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | Adam Peller, davidb | |
Blocked By: | Blocking: |
Description
When you examine the test_accordionContainer.html test file using MS Inspect Objects, the description of each pane lists it as "# of 9" where # is an actual value from 1 - 9. Thus all of the tabs on the page are considered to be part of one large group, rather than part of three separate accordion containers. Properly grouping the tabs of each accordion container would fix this issue.
Since accordionContainer inherits from stackContainer I suspect this may not be easily accomplished.
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | → 1.0 |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [10762]) fixes #4127. Easy fix for 1.0 is just to add tablist role to accordionContainer in postCreate. Long term should consider refactoring AccordionContainer? to use stack architecture. I reopend #3556 for 1.1 to address that.