Buttons do not have an accessible name
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.
You can declare aria-labels by customizing your own buttons. https://vadimkorr.github.io/svelte-carousel/#slots-prev-next
right... sorry didnt think of it...
On Sun, Jul 23, 2023 at 1:11 AM ming @.***> wrote:
You can declare aria-labels by customizing your own buttons. https://vadimkorr.github.io/svelte-carousel/#slots-prev-next
— Reply to this email directly, view it on GitHub https://github.com/vadimkorr/svelte-carousel/issues/143#issuecomment-1646747975, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACRGDZW5OFFG3ZKQOTB4LDXRSW7PANCNFSM6AAAAAA2TTD5JM . You are receiving this because you authored the thread.Message ID: @.***>
-- In four days from now, look at the west, i shall be there. Gandalf
This solution works, but IMHO they should have a default aria-label so everyone benefits from it.