• 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:

Rather than wade through a long page top to bottom, screen reader users hop between heading tags, H1 to H2 to H3. A site that uses large bold text to visually simulate headings, without actual heading tags in the HTML, breaks that navigation entirely. The user cannot skim. Every word loads in sequence, in the order the DOM produces it. Heading tags are not a typographic choice; they are the navigational infrastructure of the page.

Alternative Text for Images:

When a screen reader hits an image element, it reads the alt attribute. An empty alt attribute produces silence. Multiply a filename like IMG_5044.jpg across a few thousand uploads and the result is a catalogue of noise carrying no informational content at all. Write alt text descriptive enough to carry what the image actually communicates and a single pass through the media library satisfies WCAG and feeds search indexing at once. The compliance requirement and the SEO requirement point at the same solution.

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

Visible Focus Indicators:

A focus indicator shows keyboard users which element is currently active, usually as a visible outline. Removing it in CSS without adding a clear replacement is one of the most common keyboard barriers. WCAG 2.2 tightened the minimum focus appearance requirements, so the old single-pixel outline no longer passes. The indicator now needs enough size and contrast to stand out against whatever sits behind it.

Skip Navigation Links:

A skip link at the top of the page allows keyboard users to jump directly to main content, bypassing navigation menus altogether. Without it, every interior page load forces keyboard users through each navigation item before reaching the first word of content. On a site with 50 navigation elements, this translates to 50 Tab keypresses per page. Per visit. The skip link is a one-line solution that eliminates this entirely.

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

Normal Text Contrast Threshold:

The minimum contrast ratio for body text and interface labels is 4.5 to 1. Most brand palettes have at least one pairing that misses this, and light grey body text on white is the most frequent offender.

Large Text and Graphical Elements:

Text at 18 point, or 14 point bold, counts as large and clears at a lower ratio of 3 to 1. The same 3 to 1 minimum applies to meaningful graphics and to the visible boundaries of buttons, inputs, and other interface controls.

Color as the Sole Differentiator:

Color cannot be the only way information is conveyed, because that fails anyone with red-green color deficiency. A required field marked only in red, or a link set apart by color alone with no underline, breaks this rule. The quick check is to convert the page to grayscale and confirm the meaning still comes through.

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

Closed Captions:

Pre-recorded video with audio needs synchronized closed captions, and at the volume most operators publish video, that is a standing production task rather than a one-time cleanup. YouTube auto-captions do not satisfy the requirement: documented error rates on automated transcription run past 20%, enough to garble a sentence in every paragraph. Captions have to stay within half a second of the audio and identify who is speaking.

Audio Description:

Visual-heavy video requires an audio description track for blind users. Audio description narrates visual elements during natural pauses. When this isn’t possible, it pauses playback to include the narration. This rule applies strictly to informational content; decorative visuals without a functional purpose are exempt from this requirement.

Transcripts and Autoplay Prohibition:

Audio-only content necessitates a full text transcript. Transcripts improve search engine ranking by producing indexable text. Auto-playing video with sound directly violates WCAG 1.4.2. Muted background loops are not a safe workaround either; they can trigger vestibular symptoms and cut across screen reader audio. Playback starts when the user starts it.

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. It cannot fix missing semantic structure in the source HTML, cannot correct keyboard interaction patterns in JavaScript-driven components, and cannot address focus management failures in custom interfaces. The overlay’s automated logic also introduces new errors: wrong alt text applied to misidentified images, content reordered in ways that damage comprehension, screen reader announcements doubled or contradicted. Overlays add a layer of interference on top of the underlying problem without resolving it.

What the Litigation Record Shows:

The vendors selling those overlays have themselves been pulled in as co-defendants on ADA accessibility lawsuits. The National Federation of the Blind and other major disability advocacy organizations have published formal positions opposing overlays as a compliance path. Organizations by the dozen installed an overlay product, marked the matter resolved, and then opened a demand letter and wound up in litigation anyway. The overlay did not function as protection. In some cases it was used as evidence that the organization knew about the obligation.

Reviewing accessibility audit results

It Requires a Human to Provide Accessibility to Humans.


Accessibility compliance reporting and strategy

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

Websites are subject to Title III of the Americans with Disabilities Act (ADA), regardless of whether they have a physical presence. The courts have consistently held that websites qualify as places of public accommodation. There is no exemption for small businesses, nor is there a revenue threshold or employee count requirement. The size of a business affects its ability to absorb the cost of litigation, but it does not affect the possibility of litigation. This matters for the many New York City businesses that operate entirely online, since a storefront is not what triggers the obligation.

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

Title III carries no statutory damages, so nothing here arrives as a federal fine. The cost is the plaintiff’s attorney fees, which a defendant pays when a claim settles or succeeds, plus its own defense bill. Demand-letter settlements typically run $5,000 to $25,000 before remediation is priced in, and a case that moves past the demand stage routinely reaches $50,000 to $100,000 in combined expenses. New York City raises the odds of receiving one at all, since the federal courts covering the city handle one of the largest volumes of website accessibility filings in the country.

Failure to maintain an accessible website also results in the immediate loss of a substantial market segment, as millions of users with disabilities are unable to interact with the content. This lack of inclusivity can lead to a public relations crisis and a decline in search engine rankings, as modern algorithms increasingly favor accessible, user-friendly designs. To protect the business, implementing a proactive compliance strategy is necessary to mitigate these risks and provide an equitable experience for every visitor.

Do accessibility overlays satisfy ADA compliance requirements?

Overlay products have been the subject of federal litigation, with multiple courts allowing ADA claims to proceed against defendants using them. The Department of Justice has not endorsed overlays as a compliance mechanism, and the National Federation of the Blind has formally opposed their use. Installing an overlay demonstrates awareness of the accessibility obligation but does not discharge it.

What does WCAG Level AA actually require in practical terms?

Level AA is a defined list, not a philosophy: text alternatives for non-text content, captions on pre-recorded audio and video, content that reflows at 400% zoom without information loss, sufficient color contrast, full keyboard operability, visible focus indicators, correctly labeled form inputs, no content flashing more than three times per second, and error messages that name the specific problem. WCAG 2.2 counts 55 success criteria across Levels A and AA combined, which is the volume of ground a full audit has to cover.

Are PDF documents covered under ADA digital accessibility requirements?

PDFs published on a website are part of the digital public accommodation and subject to the same accessibility obligations as web pages surrounding them. Remediation involves adding semantic tag structure, establishing reading order, applying heading and list markup, and writing alt text for embedded charts and images. Each document is evaluated independently.

Does an accessibility statement on the website provide legal protection?

An accessibility statement supports a good-faith defense by demonstrating awareness of the obligation and commitment to meeting it. Three things belong in it: the conformance standard being targeted, an honest account of the limitations already known, and a contact mechanism that actually works for a user who runs into a barrier.

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

The business operating the website is responsible for compliance. The obligation follows the domain, not the vendor’s code. A failing widget or plugin creates a violation on the host site regardless of who wrote it. Vendors should include explicit accessibility conformance representations in their contracts, and new third-party tools should be tested for accessibility before going live.

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

There is substantial overlap between what WCAG requires and what search algorithms reward. Semantic heading structure, descriptive alt text, and logical document hierarchy satisfy both simultaneously. A screen reader and one of Google’s crawlers want the same thing from a page: the document structure underneath, not the visuals the browser renders. Accessibility remediation typically improves technical SEO metrics as a secondary effect.

How often does an accessible site need to be retested?

Compliance is an ongoing process that requires regular maintenance. Changes to content, code deployments, plugin updates, or third-party tool modifications can introduce new compliance variables after the fact. Quarterly automated scanning and annual manual audits are a defensible maintenance cadence for most commercial sites, particularly those with active development cycles or frequent content publishing.

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 and remediation guidance. A certification from a private organization indicates that an audit was completed and conformance was verified but does not guarantee ongoing compliance. Both audits and certifications are superseded by new violations introduced after issuance.