Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.02 KB

File metadata and controls

48 lines (32 loc) · 2.02 KB

Accessibility Notes

This repository includes accessibility-focused implementation and automated checks, but this file is intentionally limited to statements that match the current codebase.

Current Implementation

The current app includes:

Available Checks

npm run a11y:test
npm run a11y:ci

Related files:

Verified State During Recent Cleanup

Verified locally in this repository on 2026-03-20:

  • npm run lint passed
  • npm run test:ci passed
  • npm run build -- --configuration=production --verbose passed
  • npx playwright install chromium passed
  • npm run a11y:test passed
  • npm run a11y:ci passed

That means the accessibility test code exists, is wired into the repo, and now passes on the current branch.

Known Gaps

  • Accessibility claims in previous versions of this file were broader than what was directly verified.
  • Some accessibility styling is still handled through broad global overrides and !important, which should be refined.

Next Improvements

  • reduce global CSS overrides in favor of scoped component styling and clearer tokens