We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I second this. During my migration to vue 3, its compatibility mode keeps logging the aria-hidden property's false-value.
Sorry, something went wrong.
No branches or pull requests
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: