Opened 7 years ago
Closed 7 years ago
#17832 closed defect (fixed)
Carousel: A blind user does not know that content has changed when the forward/back button is pressed
Reported by: | Sebastien Brunot | Owned by: | Sebastien Brunot |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10 |
Component: | DojoX Mobile | Version: | 1.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Widget: Dojo mobile carousel
In order for a blind user to know that carousel content has changed when the forward/back button is pressed a programmatic relationship must be established between the carousel forward/back buttons and the carousel content so that a blind user receives an indication that content has changed when a button is pressed. The relationship can be established by adding an aria-controls to the forward/back button which references the id of the carousel content container.
Change History (3)
comment:1 Changed 7 years ago by
Milestone: | tbd → 1.10 |
---|---|
Owner: | set to Sebastien Brunot |
Status: | new → assigned |
comment:2 Changed 7 years ago by
comment:3 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Pull request created to fix this issue: https://github.com/dojo/dojox/pull/90