Accessibility
Last updated:
What this site does
AssessCheck is built with accessibility as a structural requirement rather than a final polish. Concrete measures in the current implementation:
- semantic HTML landmarks (header, navigation, main, footer) on every page;
- a visible “skip to main content” link as the first focusable element;
- form fields with programmatically associated
labelelements and grouped fieldsets; - keyboard-operable everything — no interaction requires a mouse, and focus states are always visible;
- checker results announced via
aria-liveso screen readers hear them when they render; - data tables with captions and scoped column headers;
- color contrast built from token pairs chosen to meet WCAG AA for body text;
- motion respects the
prefers-reduced-motionsystem setting; - responsive layouts tested down to narrow phone widths, with no horizontal-scroll traps.
What we do not claim
We have not commissioned a formal WCAG conformance audit and we do not display a certification badge. Saying “accessible” without evidence would be the kind of overclaim this site avoids elsewhere, so the honest statement is: the measures above are implemented in code, and barriers may still exist.
Report a barrier
If something on this site is hard or impossible for you to use, tell us via the contact page, including the page address and what went wrong. Accessibility reports are treated as defects and prioritized alongside factual corrections.