The docs landing page (https://mrbro.dev/dev-like/) scores 95 on Lighthouse accessibility — two audits are dinging it, both on the root page:
- color-contrast — an element's foreground/background contrast is below the WCAG AA threshold.
- label-content-name-mismatch — an element's visible text label doesn't match its accessible name.
Registry pages score 100; this is landing-page-only. Neither blocks launch, but they're cheap to close and worth doing before the page gets traffic.
Verified 2026-07-16 via Lighthouse mobile (root: performance/SEO/best-practices 100, accessibility 95). Reproduce with a Lighthouse run against the root URL and read the two failing audits for the exact offending nodes.
The docs landing page (https://mrbro.dev/dev-like/) scores 95 on Lighthouse accessibility — two audits are dinging it, both on the root page:
Registry pages score 100; this is landing-page-only. Neither blocks launch, but they're cheap to close and worth doing before the page gets traffic.
Verified 2026-07-16 via Lighthouse mobile (root: performance/SEO/best-practices 100, accessibility 95). Reproduce with a Lighthouse run against the root URL and read the two failing audits for the exact offending nodes.