You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also noting that the carousel has a tabindex="0" so it's focusable, but then it does nothing with the focus (like using arrow keys to slide prev and next)
Describe the bug
Carousel items are marked as aria-hidden=true when not visible. Aria-hidden should only be applied to non-interactive elements.
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-hidden
The attribute causes WCAG errors when using focusable elements (buttons, inputs, links) in carousel items.
To Reproduce
Steps to reproduce the behavior:
https://accessibilityinsights.io/info-examples/web/aria-hidden-focus/
Expected behavior
No accessibility errors
The text was updated successfully, but these errors were encountered: