slider button custom aria-label (screen reader announcement) #129
Replies: 1 comment
-
moved to |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi
How is this aria-label
<div aria-label="Drag to move">
, that's nested inside the slider button, announced?I'm looking for a solution to add a custom aria announcement when interacting with the slider button. But looking at the HTML, the only aria-label I see is nested and not actually reached (from testing with VO on Safari/Chrome).
Looking at the MDN docs for the role=slider, it mentions
also
Reference: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/slider_role
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions