• The Who
  • The What
  • The When
  • The Where
  • The Why
The team behind accessibility compliance work

Accessibility compliance work in progress at a desk
Accessibility remediation timeline and scheduling
The pages where accessibility compliance is applied
The business case for accessibility compliance

Blind Users Hear the Code. The Design Is Irrelevant to Them.

Heading Hierarchy:

Screen reader users navigate websites using heading tags, specifically H1, H2, and H3 designations. When a site employs large bold text as a substitute for actual headings, it severely hampers navigation. The user is unable to skim content in the same way sighted individuals do. Every word loads sequentially, presented in the order determined by the Document Object Model.

Alternative Text for Images:

When screen readers encounter image elements, they parse the alt attribute to determine what should be communicated to the user. An empty or absent alt attribute results in silence, whereas a filename like “image.jpg” produces nothing more than background noise devoid of meaning. Only descriptive alt text that concisely conveys an image’s significance satisfies both accessibility standards and search engine optimization requirements.

Tab, Shift-Tab, Enter. That Is the Entire Interface for Some Users.

Visible Focus Indicators:

Every interactive element needs a visible focus indicator: links, buttons, form fields, and custom controls alike. CSS resets routinely strip the browser default focus ring and leave nothing in its place. WCAG 2.2 tightened the minimum focus appearance requirement, so a single-pixel outline no longer meets the standard.

Skip Navigation Links:

Skip links enable keyboard users to bypass navigation menus and jump directly into main content. Without them, interior page loads become a laborious process, requiring users to tab through every navigation item before reaching the first word of content. On sites with numerous navigation elements, this can translate to an inordinate number of Tab keypresses per visit.

Light Grey Text on White Is Not Subtle. It Is a Violation.

Normal Text Contrast Threshold:

Interface labels and body text must meet a 4.5:1 contrast ratio against their background. That number comes from the WCAG relative luminance formula, not from visual judgment. Two colors that read as clearly different can measure 2.8:1 once the formula is applied, and the formula is the authority.

Large Text and Graphical Elements:

Text set at 18pt regular weight or 14pt bold counts as large text and carries a reduced threshold of 3:1. Meaningful graphics fall under the same 3:1 requirement: icons, chart boundaries, form control outlines. Decorative elements with no informational content are exempt, and that exemption is narrower than designers typically assume.

Color as the Sole Differentiator:

Color alone should never convey critical information. A required field indicated only by red fails users with red-green color vision deficiency. Hyperlinks distinguished solely by color, without an underline or other treatment, also fail this criterion. The test is straightforward: convert the page to grayscale. The result is binary: meaning that survives the change is a pass, and meaning that vanishes is a failure.

A Video Without Captions Is Inaccessible to More People Than Most Organizations Realize

Closed Captions:

Pre-recorded video with audio requires synchronized closed captions. Auto-captions from YouTube do not satisfy the requirement; documented error rates in automated transcription exceed 20% on ordinary speech and climb further on proper nouns and technical vocabulary. Captions must track the audio within half a second and identify who is speaking.

Audio Description:

Visual-centric video content necessitates the inclusion of an audio description track to accommodate visually impaired viewers. Audio description is a spoken account of the on-screen visuals, placed into the natural pauses that the dialogue already leaves open. In cases where existing pauses are insufficient for adequate description, extended audio descriptions pause playback to integrate narration. This requirement applies to informative content; purely decorative visuals exempt from this rule.

Transcripts and Autoplay Prohibition:

Audio-only content demands a comprehensive transcript that serves purposes beyond WCAG compliance. Transcripts generate indexable text that search engines prioritize, rendering podcast episodes invisible without one. Auto-playing video with audio directly contravenes WCAG 1.4.2. Muted background loops are no safer: they can trigger vestibular symptoms and interfere with screen reader audio. Playback begins when the user begins it.

The Widget in the Corner Does Not Change the Code Underneath It

Why Overlays Do Not Produce Compliance:

Automated overlay solutions operate on the rendered DOM output, but they’re limited in their ability to correct fundamental issues. They can’t fix missing semantic structure in source HTML or address focus management failures in custom interfaces. Overlays also introduce new errors, misidentifying images and applying incorrect alt text while disrupting screen reader announcements.

What the Litigation Record Shows:

Overlay vendors have been named as co-defendants in ADA lawsuits, with major disability advocacy organizations firmly opposing their use. Organizations that thought they’d found a compliance solution through overlays later received demand letters and faced litigation. The overlay did not serve as protection; in some cases, it was even used against the organization.

Reviewing accessibility audit results

Scanners Surface Roughly 30% of Issues. People Find the Rest.


Accessibility compliance reporting and strategy

Does the ADA apply to small businesses with no physical location?

The Americans with Disabilities Act (ADA) extends its reach to public accommodations, which now encompasses websites regardless of their physical presence or business size. No exemptions exist for small businesses, revenue thresholds, or employee counts; only the ability to absorb litigation costs is affected, not the liability itself.

What are the actual financial consequences of an ADA accessibility violation?

Accessibility claims do not carry statutory damages the way some other federal statutes do, but the exposure is real. A defendant that loses or settles typically pays the plaintiff’s attorney fees on top of its own defense costs. Single-plaintiff demand-letter settlements run from $5,000 to $25,000 before any remediation work is priced in, and cases that proceed past the demand stage routinely reach $50,000 to $100,000 in combined expenses.

Do accessibility overlays satisfy ADA compliance requirements?

Contrary to some claims, overlay products have faced direct federal litigation scrutiny and been deemed insufficient for ADA compliance. Multiple courts have allowed lawsuits against defendants who utilized these products, citing awareness of accessibility obligations but no discharge of responsibility. Installing an overlay demonstrates knowledge of the problem rather than a solution.

What does WCAG Level AA actually require in practical terms?

Level AA is a set of testable requirements: content that reflows at 400% zoom without losing information, nothing flashing more than three times per second, full keyboard operability, visible focus indicators, correctly labeled form inputs, and error messages that name the specific problem. WCAG 2.2 lists 55 success criteria across Levels A and AA combined, so this is not a short checklist.

Are PDF documents covered under ADA digital accessibility requirements?

PDFs hosted on websites are subject to ADA requirements just like web pages. These documents must include semantic tags, reading order, heading and list markup, and alt text for embedded images. Remediation is essential for screen reader accessibility in these files as well.

Does an accessibility statement on the website provide legal protection?

An accessibility statement is crucial for demonstrating good faith but cannot prevent litigation on its own. It should name the conformance standard being targeted and acknowledge known limitations while providing a clear contact mechanism for users with accessibility issues.

Who is responsible when an embedded third-party tool fails accessibility standards?

The business operating the website bears responsibility for compliance, not the vendor who provided any integrated tools or widgets. Compliance follows the domain rather than the code, making vendors’ representations of their products’ conformance a crucial aspect of ensuring accessibility on the host site.

What is the relationship between web accessibility and search engine optimization?

Web Content Accessibility Guidelines (WCAG) and search engine optimization (SEO) share substantial overlap in requirements for semantic heading structure, descriptive alt text, logical document hierarchy, and clean HTML. Focusing on accessibility improves both assistive technology usability and search algorithm understanding, typically yielding better SEO metrics with minimal additional effort required.

How often does an accessible site need to be retested?

Regular maintenance is crucial in web accessibility as it can fluctuate dramatically due to content updates, code deployments, and third-party tool modifications. A site’s compliance status can change significantly over time without deliberate changes to accessibility work, necessitating ongoing audits and assessments.

What is the difference between an accessibility audit and an accessibility certification?

Audits evaluate a site’s conformance against WCAG criteria at a specific point in time, providing findings, severity ratings, and remediation advice. Audits do not guarantee ongoing compliance; they offer a snapshot of the site’s status at that moment. Certifications from private organizations have similar limitations.