How to use the Carousel widget:
The carousel takes up three tab stops at most:
- The 'previous' button (if not diabled)
- The carrousel items list
- The 'next' button (if not diabled)
When the carousel list is focused, it can be navigated using the following shortcuts:
- Left Arrow: Move focus to the previous carousel item
- Right Arrow: Move focus to the next carousel item
- Page Up: Move focus to the next carousel item group
- Page Down: Move focus to the previous carousel item group
- Home: Move focus to the first carousel item in the list
- End: Move focus to the last carousel item in the list
The carousel is marked up as an ARIA listbox widget. To be announced properly by screen readers, the accordion must be used
with an ARIA compliant browser and a screen readerin (auto) forms mode or application mode.