Does Radix pass the accessibility compliance? #2065
Unanswered
bohdanbirdie
asked this question in
Help
Replies: 1 comment
-
I'm seeing the same accessiblity violation on Toast. Here's an axe report: ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
Thanks for making Radix open-source.
We been experimenting with it for a while, but the big question for us is the accessibility compliance.
I understand it is possible to override the HTML tag and attributes, but is the defaults selected within the compliance?
For example Toast uses the
<ol>
container and<li>
children. And the storybook accessibility testing tool already complains that the role is not a right one for the<ol>
and etc.So, I'm really curious about the compliance
Beta Was this translation helpful? Give feedback.
All reactions