remix-run / remix-website

347 stars 79 forks source link

Visual accessibility issues in the remix.run/docs site #148

Closed JoshuaKGoldberg closed 4 months ago

JoshuaKGoldberg commented 10 months ago

Reproduction

  1. Visit https://remix.run/docs/en/main/start/quickstart
  2. Run an accessibility audit, such as with Lighthouse or axe Devtools

System Info

n/a

Used Package Manager

npm

Expected Behavior

Pages such as https://remix.run/docs/en/main/start/quickstart shouldn't have any web accessibility issues.

Actual Behavior

Scanning with axe DevTools finds two visual errors:

I haven't dug too deeply. There might be more insufficient color contrasts or other issues.

Some quick suggested remediations could be:

Note that I'm not an accessibility professional and might have missed some issues. I'd be happy to send in a PR with these fixes or alternatives, but would recommend having a real professional go through a full site audit.