This is an accessibility statement for the Storybook application.
+ ++ The{' '} + + Web Content Accessibility Guidelines (WCAG) + {' '} + defines requirements for designers and developers to improve accessibility for people with + disabilities. It defines three levels of conformance: Level A, Level AA, and Level AAA. +
++ Storybook is partially conformant with WCAG 2.2 level AA. + Partially conformant means that some parts of the content do not fully conform to the + accessibility standard. +
+ ++ The Storybook maintainers take the following measures to ensure the accessibility of + Storybook: +
++ We welcome your feedback on the accessibility of Storybook. Please let us know if you + encounter accessibility barriers on Storybook by{' '} + + filling a bug report + + . +
+We try to respond to feedback within one to two weeks.
+ +Storybook is designed to be compatible with the following assistive technologies:
++ Storybook is not tested with the following technologies and may not be compatible with them: +
++ Accessibility of Storybook relies on the following technologies to work with the particular + combination of web browser and any assistive technologies or plugins installed on your + computer: +
+These technologies are relied upon for conformance with the accessibility standards used.
+ ++ Despite our best efforts to ensure the accessibility of Storybook, there are some limitations. + Below is a description of the most impactful limitations, and potential solutions. +
++ Please{' '} + + fill a bug report + {' '} + if you observe an issue not listed below or on our{' '} + + accessibility bug tracker + + . +
+ ++ Navigating through stories in the sidebar is difficult, and the context menus next to each + component (which let you run tests for that specific component) are not reachable by keyboard. + We are currently testing an alternative design of the sidebar that works well with keyboards + and major screen readers. +
+
+ If you use the search bar to find specific stories, press the
+ If you use the sidebar directly, press
+ The test widget provided by the{' '} + + Vitest addon + {' '} + at the bottom of the sidebar allows you to run tests on all stories, but it does not report + when tests are done running. We will implement live announcements in a future update to + address this issue. If you have few tests to run, results will be available after + approximately ten seconds. If you have hundreds of tests, it can take a few minutes for tests + to complete. Please wait and recheck the test widget manually for results. +
++ It is not currently possible to run tests on a specific component with the keyboard only. We + will fix this issue alongside the sidebar navigation improvements. In the meantime, you can + run tests in your terminal application via Vitest, which can{' '} + run tests for specific files: +
+vitest --project=storybook
+
+ + Interactive stories on Storybook play automatically as you navigate to them. This is harmful + to some users, but disabling that feature requires a few underlying changes to how Storybook + functions.. We are working on a solution to disable autoplay based on user motion preferences. + In the meantime, please ask your Storybook administrator to follow the{' '} + + workaround + {' '} + kindly provided by the GitHub Design System team. +
+ +Storybook assessed the accessibility of Storybook by the following approaches:
+This statement was created on 2 January 2026.
+