Accessibility
Conformance target
Public Adjuster Registry targets WCAG 2.2 Level AA conformance. We test against this standard on every code change using automated tooling (axe-core) and manual keyboard-only checks.
What we do
- Every interactive element has a visible focus indicator (3px ink ring with amber halo, WCAG 2.4.13).
- All form fields have visible labels, error messages announced via
aria-live, and inputs linked to their descriptions viaaria-describedby. - License status is conveyed by text, not color alone — the word “active” or “expired” is always printed.
- Tap targets are at least 24×24 CSS pixels (44px on primary actions).
- The entire site works with keyboard alone: Tab, Enter, Escape, arrow keys where expected.
- We respect
prefers-reduced-motion— all animations are disabled when set. - Data tables use proper
<table>or<dl>markup with captions. - The site includes a skip-to-content link.
Known issues
We are not aware of any open WCAG 2.2 AA violations. If you find one, please contact us.
Report a problem
If you encounter an accessibility barrier on this site, email accessibility@publicadjusterregistry.com. We will respond within 5 business days.
Standards
Last updated: 2026-09-20.