Open
Description
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:
- minimum font size
- minimum color contrast ratios
- some elements should probably always be ARIA-hidden
- button elements -- probably always have a type
@JazzBrotha we'd love your input here.