Accessibility
A site about democratic limits should be usable by everyone subject to them.
This page describes the accessibility standards we hold this site to, what we've built toward them, what we know is still imperfect, and how to report a barrier you've encountered.
Last reviewed May 10, 2026.
01
The standard
We design and develop this site to conform to the Web Content Accessibility Guidelines (WCAG) 2.1, level AA, published by the W3C Web Accessibility Initiative. This is the conformance level referenced by Section 508 of the US Rehabilitation Act and by the European EN 301 549 standard.
Conformance to a standard is not a permanent state. We treat it as an ongoing commitment: every new component, page, and tool is reviewed against it before launch, and the site as a whole is re-reviewed as it changes.
02
What we've built toward it
- Semantic HTML. Headings are real headings, lists are real lists, links are real links, buttons are real buttons. Custom components include the ARIA roles and properties needed when native semantics aren't sufficient.
- Keyboard navigation. Every interactive element on the site can be reached and operated using the keyboard alone. Focus is visible. The first link on every page is a "skip to content" link that lets keyboard users bypass the header.
- Screen-reader support. Images include text alternatives. Decorative images use empty
altattributes so they aren't announced. Icon-only controls (the theme toggle, mobile-menu button) carry accessible names. - Color contrast. Text and meaningful interface elements meet or exceed WCAG AA contrast ratios in both light and dark themes. The dark theme is deliberately tuned — accent colors are brightened so they remain legible against a dark background.
- Reduced motion. The site uses a small set of subtle hover transitions and theme transitions. We do not autoplay video, animate text, or rely on motion to convey meaning.
prefers-reduced-motionis honored by default because we don't introduce motion that would conflict with it. - Resizable text. All page content is built in relative units. Browser-level zoom up to 200% does not break the layout or hide content.
- Forms. Form fields have visible labels, programmatically associated. Errors are announced and described in text, not by color alone.
- Theme switching. A light/dark/system toggle is exposed in the site header. The default follows the user's operating-system preference and is preserved across sessions for users who choose explicitly.
03
What is still imperfect
Honest reporting matters more than a green badge. As of the last review:
- Some embedded source documents (PDFs from agencies and courts) are not themselves WCAG-conformant. Where we link to them, we describe the substance of the document in the surrounding text so a reader who cannot use the PDF still gets the relevant information.
- The mobile representatives lookup is dense; we are working on an improved layout that reduces the number of visually grouped fields per representative card.
- Long-form briefs use sub-headings but do not yet provide an in-page table of contents on mobile.
If you find a barrier we haven't listed here, we want to know.
04
Report a barrier
Email accessibility@americansforpropriety.org with:
- the URL of the page you were on;
- the device, browser, and any assistive technology you were using;
- what you were trying to do;
- what happened (or didn't).
We commit to acknowledging within three business days and to providing an alternative way to access the relevant information while a fix is in flight.
05