Please change aria roles to the W3's recommendation: https://www.w3.org/WAI/ARIA/apg/patterns/carousel/
At least in Svelte implementation the role is currently listbox which is not correct and is producing warnings in Lighthouse.
Or make it possible to override these attributes.
Please change aria roles to the W3's recommendation: https://www.w3.org/WAI/ARIA/apg/patterns/carousel/
At least in Svelte implementation the role is currently
listboxwhich is not correct and is producing warnings in Lighthouse.Or make it possible to override these attributes.