Closed mp-horm closed 1 day ago
I second this. During my migration to vue 3, its compatibility mode keeps logging the aria-hidden property's false-value.
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:
Expected behavior No accessibility errors