Replies: 1 comment 5 replies
-
Hey @Semaho! If slides that are not visually hidden are getting the
When
Can you provide an isolated code sample (CodePen, CodeSandbox, etc) showing this in action? I am not able to replicate this behavior using the Center Mode example on the docpage. As I move between slides, it looks to me like the centered slide never gets |
Beta Was this translation helpful? Give feedback.
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 !
I've landed here because of an a11y audit, the
readme
intro is spot on ;)First, let's show you what the carousel looks like :
Please note that despite my experience in web dev, I'm a complete novice regarding screenreaders.
So I had a ticket opened because the content of the slides - that are not images as you can see - is not focusable on keyboard, thus keyboard user cannot access the link inside.
I see there is still the
aria-hidden
attribute on each slide, making the slide unreadable (I guess ?) by screenreaders.I tried Narrator without success, but as I told you, I'm not the best user of it.
My question is : will screenreaders be able to read the content of those slides ?
If no, does it mean that this fork only makes accessible a "visual" carousel, like a photo slider ?
I don't know what would be the best behaviour for this, I know it's not the best component for a11y, but anyway that's what the business wants.
I'm opened to any suggestion, even if it means creating a new fork for that purpose !
Update :
It seems that only in centered mode, the active slide also have aria-hidden=true, is that on purpose ?
It makes it unfocusable for a keyboard user, right ?
Beta Was this translation helpful? Give feedback.
All reactions