Opened 10 years ago
Closed 10 years ago
#13589 closed defect (fixed)
Each pane in an AccordionContainer is read by JAWS independently
Reported by: | Katie Vance | Owned by: | Katie Vance |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Accessibility | Version: | 1.6.1 |
Keywords: | a11y, JAWS | Cc: | Becky Gibson |
Blocked By: | Blocking: |
Description
Each pane in an AccordionContainer? is read as if it is independent from the other panes present in the container. JAWS announces each pane as "[title pane] tab open, 1 of 1", even when there are more panes in the accordion,
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Thanks. All the setWaiRole() etc. calls were removed from dijit a few months ago, we are just using node.setAttribute("role", ...) now. Other than that looks good. (As a general note, there shouldn't be any references to "dijit" in dijit/ either, since all the code has been converted to baseless.)