-
Notifications
You must be signed in to change notification settings - Fork 40
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
Accessibility user testing framework #1809
Comments
Karen Hawkins suggest using test-tokens (in Figma only?) to quickly test the viewport and zoom WCAG requirements.
The idea of test-tokens may be extended to other requirements as well. |
Testing in Figma:
For full gui-frames:
Testing content: Testing code:
|
Difficult to test outside of context, an reference application containing all components, and variations could be very helpful when doing tests that rely on how the components are being used. Both as a helpful tool for testing the components in context, but also to test documentation. For example an component might need to have its internal heading at a specific heading-level in relation to the service as a whole. Also a component may need to function correctly as its own defined region or subregion (section, aside, article, heading, footer). inherited colors and tokens needs to be tested. Automatic tests such as available using APIs from a11y or Axe will give better test results when the components are being deployed in full semantic html-pages, again this might not necessarily tell us that the component has any issues, but it will inform into what should be addressed in the documentation, for example in a "accessibility-considerations when using..."-section. |
Inspiration
Tasks
The text was updated successfully, but these errors were encountered: