• 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, Not the Design

Heading Hierarchy:

Ask how a screen reader user gets around a page and the answer is the heading tags, jumping H1 to H2 to H3. Simulate a heading with large bold text and leave the actual heading tag out of the HTML, and that navigation stops working entirely. The user cannot skim. The words arrive one at a time, in whatever sequence the DOM hands them over. Read heading tags as typography and the point has been missed: they are the navigational infrastructure the page runs on.

Alternative Text for Images:

Reaching an image element, the screen reader reads out the alt attribute. An empty alt attribute produces silence. Open the media library and every IMG_5044.jpg sitting in it is noise, carrying no informational content whatsoever. Alt text descriptive enough to carry what the image communicates does two jobs from one edit: it satisfies WCAG and it gives search indexing something to read. Set the compliance requirement beside the SEO requirement and both point at the same piece of work.

Three Keys Are the Entire Interface

Visible Focus Indicators:

 Links, buttons, form fields, and custom controls all need a visible outline or highlight when selected via keyboard. CSS resets and design systems routinely suppress browser default focus styles for aesthetic reasons, stripping the only visual signal keyboard users have about their position on the page. WCAG 2.2 tightened the requirements: focus indicators now need a minimum contrast ratio and area to qualify.

Skip Navigation Links:

A skip link at the top of each page lets keyboard users bypass the navigation menu and jump straight to main content. Without it, every interior page load forces the user to tab through every menu item before reaching the first word of actual content. On sites with 50 or more navigation elements, that is not an inconvenience. It is a barrier.

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

Normal Text Contrast Threshold:

Body text and interface labels require a 4.5:1 contrast ratio against the background. This applies to every text element a user needs to read, including navigation links, form labels, error messages, and placeholder text. Thin fonts at small sizes often fail this threshold even when the color appears readable on a designer’s calibrated monitor.

Large Text and Graphical Elements:

Large text, defined as 18pt regular or 14pt bold, requires a 3:1 contrast ratio against adjacent colors. Graphical elements like icons and form control outlines fall under the same 3:1 threshold. Decorative elements without informational content are exempt, but that exemption is narrower than designers typically assume.

Color as the Sole Differentiator:

Color alone should never be relied upon to convey crucial information. A required field marked only by color can fail users with red-green color vision deficiency. Similarly, a hyperlink distinguished solely by color, without additional treatment, risks failing the same criterion. A simple test: convert the page to grayscale. If the information still conveys meaning, it passes; if it disappears, it fails.

Uncaptioned Video Excludes More Users Than Expected

Closed Captions:

Pre-recorded video with audio requires synchronized captions that identify speakers, convey relevant sound effects, and time-align with the spoken content. Auto-generated captions from YouTube or Vimeo do not meet WCAG standards without human review and correction; documented error rates on automated transcription exceed 20%, and they climb higher on proper nouns and industry vocabulary. Caption files (SRT, VTT) should be edited for accuracy, proper punctuation, and speaker identification before publication.

Audio Description:

Video that conveys information visually, through on-screen graphics, demonstrations, or text, requires an audio description track for blind users. Audio description narrates the visual content during natural pauses in the dialogue. Where the existing pauses are too short to adequately describe the visual content, extended audio description halts playback so the narration can be accommodated. The requirement applies to informational content; decorative visuals without informational function are exempt.

Transcripts and Autoplay Prohibition:

Audio-only content requires a full text transcript. Beyond satisfying WCAG, transcripts produce indexable text that search engines rank; a podcast without a transcript is invisible to search. Auto-playing video with sound violates WCAG 1.4.2 directly. The silent hero loop counts here too: video that auto-plays without sound, muted background loops very much included, can trigger vestibular disorders and talks over screen reader audio at the same time. The user initiates playback. That is the rule.

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

Why Overlays Do Not Produce Compliance:

An overlay operates on the rendered DOM output. Semantic structure absent from the source HTML remains absent, keyboard interaction patterns inside JavaScript-driven components remain uncorrected, and focus management failures in custom interfaces remain unaddressed. The automated logic then manufactures fresh errors of its own: images it misidentifies pick up the wrong alt text, content gets reshuffled into an order that damages comprehension, and screen reader announcements come out doubled or flatly contradicting each other. What an overlay contributes is a layer of interference; the underlying problem sits there unresolved beneath it.

What the Litigation Record Shows:

ADA accessibility lawsuits have gone as far as naming the overlay vendor itself as a co-defendant. Formal published positions from the National Federation of the Blind and from other major disability advocacy organizations oppose overlays as a compliance path. Organizations that installed an overlay product and filed the matter under resolved went on to receive demand letters and to face litigation. The overlay did not function as protection. In some, it was entered as proof that the organization already knew the obligation existed.

Reviewing accessibility audit results

Automated Tools Find 30% of Issues. The Rest Require a Human.


Accessibility compliance reporting and strategy

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

Title III of the Americans with Disabilities Act (ADA) applies broadly to places of public accommodation, and courts have consistently held that websites are included, regardless of whether a physical location exists. The ADA’s reach is not limited by business size or revenue threshold. In fact, it’s precisely because smaller businesses may struggle to absorb the costs of litigation that they’re often targeted with ADA claims. This creates an uneven playing field, where larger companies can afford to litigate and smaller ones are more vulnerable.

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

ADA Title III lawsuits award no monetary damages to a private plaintiff at all, but defense costs, plaintiff attorney fees, and settlement amounts routinely reach five figures before remediation work begins. Serial plaintiffs and their attorneys file hundreds of cases per year. The initial demand letter typically requests a settlement in the $5,000 to $25,000 range. Ignoring the letter escalates costs significantly. A case that proceeds past the demand stage routinely reaches $50,000 to $100,000 in combined expenses, even though the statute itself awards the plaintiff no damages.

Do accessibility overlays satisfy ADA compliance requirements?

No. Federal courts have addressed overlay products directly in litigation, and multiple courts have allowed ADA claims to proceed against defendants using them. The Department of Justice has not endorsed overlays as a compliance solution, and the National Federation of the Blind has formally opposed them. Installing an overlay demonstrates awareness of accessibility obligations but does not discharge it. In documented cases, the overlay was cited as evidence that the defendant knew about the problem and chose a cosmetic response over a substantive one.

How often does an accessible site need to be retested?

Websites are dynamic systems that change through content updates, code deployments, plugin modifications, and third-party tool integrations. This introduces new compliance variables after the fact. A site that passed a thorough audit at launch can fail it six months later with no deliberate change to accessibility work. A defensible maintenance cadence for most commercial sites involves quarterly automated scanning plus an annual manual audit.

What does WCAG Level AA actually require in practical terms?

Level AA includes requirements such as text alternatives for non-text content, captions for pre-recorded audio and video, content that reflows without information loss at 400% zoom, sufficient color contrast across all text and graphics, full keyboard operability, visible focus indicators, no flashing content more than three times per second, descriptive page titles and headings, correctly labeled form inputs, and error messages identifying specific problems. The full specification lists 55 success criteria across Levels A and AA combined.

Are PDF documents covered under ADA digital accessibility requirements?

Yes. PDFs published on a website are part of the digital public accommodation and subject to the same obligations as surrounding web pages. A remediated PDF adds semantic tag structure, establishes reading order, applies heading and list markup within the document, and writes alt text for embedded charts and images. Each document is evaluated independently.

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

An audit assesses conformance against WCAG criteria at a specific point in time, producing findings, severity ratings, and remediation guidance. A certification from a private organization indicates that an audit was completed and conformance was verified at the time of issuance. Neither document guarantees ongoing compliance; both are superseded by new content changes or code deployments.

Does an accessibility statement on the website provide legal protection?

An accessibility statement is not a shield against litigation but rather supports a good-faith defense by demonstrating awareness of obligations and documented commitment to meeting them. Check any statement against three tests: does it name the conformance standard it is targeting, does it acknowledge the limitations already known, and does the contact mechanism it offers actually work for a user who encounters a barrier.

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

The business operating the website bears the compliance obligation, not the vendor’s code. Installing a booking widget or payment form that fails WCAG creates a violation on the host site regardless of who wrote it. Vendor contracts should include explicit accessibility conformance representations, and new third-party tools should be tested for accessibility before going live.

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

Substantial overlap exists between what WCAG requires and what search algorithms reward. Semantic heading structure, descriptive alt text, meaningful link text, video transcripts, logical document hierarchy, and clean HTML satisfy both simultaneously. Accessibility remediation typically improves technical SEO metrics as a secondary effect with no additional optimization work required.