Description
Run an accessibility audit of the editor, document the violations and define list to fix them
Motivation
The editor ships as an embeddable npm package so it must not introduce accessibility regressions into host applications. We should verify the repo against a standard (WCAG 2.1 AA).
Proposed Implementation
- Research accessibility audit tools - vite, storybook etc
- Perform audit
- Document violations and present to team
- Fix issues based on severity
Definition of Done
Description
Run an accessibility audit of the editor, document the violations and define list to fix them
Motivation
The editor ships as an embeddable npm package so it must not introduce accessibility regressions into host applications. We should verify the repo against a standard (WCAG 2.1 AA).
Proposed Implementation
Definition of Done