Splide Grid Accessibility Suggestion: Enhancing Focusable Grid Elements #1371
mariaozamiz
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
First, I wanted to take a moment to thank you for your fantastic work on the Splide Grid library!
In a recent project, I've been using Splide Grid to create a collection of clickable logos.
While implementing this, I came across an accessibility challenge with the default HTML structure and element nesting using
ul
andli
. When users navigate with a screen reader, they encounter multiple lists, which doesn't accurately represent the total number of logos visually present. This can lead to confusion for users who rely on assistive technologies. To address this issue in my project, I added custom adjustments using aria-labels, roles, and DOM manipulation.I wanted to bring this challenge to your attention, as it might be something you'd like to consider when enhancing the library's accessibility features.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions