db-ui / mono

DB UX Design System Monorepo - Provides Design Tokens and components for Web UIs
https://db-ui.github.io/mono/review/main/
Apache License 2.0
27 stars 5 forks source link

Test other accessibility tools for local development and/or CICD #2579

Open nmerget opened 3 weeks ago

nmerget commented 3 weeks ago
  1. https://github.com/pa11y/pa11y
  2. https://github.com/ryersondmp/sa11y
  3. https://www.npmjs.com/package/accessibility-checker
mfranzke commented 3 weeks ago

My impression regarding accessibility tools so far is that there's no "one fits all" solution, but you would need to run several of them as one or the other might find several different aspects (not regarding false positives, but regarding actual relevant aspects). So we might end up by using more than one of them, running those in parallel.