warehouse icon indicating copy to clipboard operation
warehouse copied to clipboard

What accessibility issues should we automatically test for?

Open brainwane opened this issue 6 years ago • 1 comments

There are a11y issues that are hard to catch using the current generation of static analyzers, and then there are ones we could probably catch via tests in CI. Some ideas @woodruffw had:

  1. minimum font size
  2. minimum color contrast ratios
  3. some elements should probably always be ARIA-hidden
  4. button elements -- probably always have a type

@JazzBrotha we'd love your input here.

brainwane avatar Jun 18 '19 23:06 brainwane

One resource: https://playwright.dev/docs/accessibility-testing

miketheman avatar Feb 13 '25 16:02 miketheman