-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
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
Label customization via options #1134
Comments
This is how it goes: proof of concept in
and in
|
Thanks for this suggestion. Others have asked for custom ARIA attributes. See related #886 |
I'll be evaluating how to improve accessibility in a future major release for Flickity. Closing this issue. Please continue discussion in #886 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, while appreciating a lot this good piece of work, I would like to suggest an improvement:
it would be nice to have new options to let you customize the aria-label's that are set on buttons and dots, so users may provide custom labels and even translation (for non-English speakers).
It seems to me that this might be fairly simple to implement through the use of the
options
variable inpage-dots.js
andprev-next-button.js
.The text was updated successfully, but these errors were encountered: