You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising this @spiletski. This might be a red herring, I'm fairly sure the slider role is allowed on button elements. It passed the accessibility checks when the feature was implemented a year or so ago at least.
The a11y tools in Lighthouse are also flagging this however and I'm not sure of the crossover between axe-core and Lighthouse or other tools. I'll leave this open until I find out.
FWIW slider is announced correctly to screen readers so this issue isn't maybe as critical as it looks.
Hello,
Using the library in storybook an accessibility issue is appeared.
On accessibility tab:
https://dequeuniversity.com/rules/axe/4.8/aria-allowed-role?application=axeAPI
The issue is related to using and role='slider'. Is it possible to replace the button with div for example?
Thanks in advance!
The text was updated successfully, but these errors were encountered: