-
Notifications
You must be signed in to change notification settings - Fork 6
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
Storybook: Implement A11y addon #641
Comments
<!-- Is your PR related to an issue? Then please link it via the "Relates to #" below. Else, remove it. --> Relates to #641 Impelement a11y addon in Storybook
@MajaZarkova Do you know which rules the addon applies/checks by default? Since we decided to aim for AA, we should ensure that all rules for AA are also included in the Storybook addon :) |
I don't, but I can investigate |
@larsrickert , I found the list with the rules -> https://github.com/dequelabs/axe-core/blob/develop/doc/rule-descriptions.md |
These are just all available rules, right? We should check which of them are actually checked by the Storybook addon. E.g. it might only check a few of them by default and we might need to configure it to check more. But I am not sure 🤔 |
<!-- Is your PR related to an issue? Then please link it via the "Relates to #" below. Else, remove it. --> Relates to #641 Restrict a11y rules on Storybook
Why?
We want to emphasize our focus on accessibility.
By adding the addon-a11y add-on to our Storybook, we are able to show our commitment to accessibility and the quality of our components.
Acceptance criteria
Definition of Done
In Approval
Approval
Implementation details
Reference implementations
The text was updated successfully, but these errors were encountered: