We are committed to ensuring digital accessibility for people with disabilities. We are continually improving the user experience for everyone, and applying the relevant accessibility standards.
- We meet almost all of WCAG 2.1 at Level AA
- We follow the Rules of ARIA
- We follow the WAI ARIA Authoring Practices
- axe Accessibility Linter in VS Code
- eslint-plugin-jsx-a11y in our
pacakge.json
-
jest-axe
in our unit tests -
cypress-axe
/axe-playwright
in our end-to-end tests
- Quick Accessibility Checks (QAC)
- VoiceOver screen reader on Safari on MacOS
- NVDA screen reader on Chrome on Windows
Based on WAI Accessibility Statement Generator Tool and Accessibility Conformance Report formats.