Skip to content
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

Buttons do not have an accessible name #143

Open
striderskynet opened this issue Jul 22, 2023 · 3 comments
Open

Buttons do not have an accessible name #143

striderskynet opened this issue Jul 22, 2023 · 3 comments
Labels
feature New functionality

Comments

@striderskynet
Copy link

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers.

@tim-ming
Copy link

You can declare aria-labels by customizing your own buttons. https://vadimkorr.github.io/svelte-carousel/#slots-prev-next

@striderskynet
Copy link
Author

striderskynet commented Jul 23, 2023 via email

@bfontaine
Copy link

This solution works, but IMHO they should have a default aria-label so everyone benefits from it.

@vadimkorr vadimkorr added the feature New functionality label Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

No branches or pull requests

4 participants