TabIndex value of slide need to update as "0" when aira-hidden="false".
- Lingua principale
- JavaScript
- Stelle
- 11.9k
- Fork
- 2.1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**Facing Accessibility issues**
TabIndex value of slide need to update as "0" when aira-hidden="false".

To fix this issue, all the interactive elements (i.g button, links) inside the div tag should change to tabindex="-1" as per the condition of the aria-hidden true or false attribute. tabindex="-1" should be dynamic and change from "-1" to "0" if the content is hidden or not. In order words, all the elements that are not displayed in the carousel should be using hidden attribute value true together with tabindex -1 and when the value change to false and the information is displayed in the rotator tabindex 0
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.