• The Who
  • The What
  • The When
  • The Where
  • The Why

Blind Users Hear the Code, Not the Design

Heading Hierarchy:

Screen reader users navigate by jumping between heading tags: H1, H2, 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. A filename like IMG_5044.jpg produces noise with no informational content. Descriptive alt text, specific enough to convey what the image communicates, satisfies WCAG and feeds search indexing simultaneously. The compliance requirement and the SEO requirement point at the same solution.

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. 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. When the visual content cannot be adequately described within existing pauses, extended audio description pauses playback to accommodate the narration. 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. Auto-playing video without sound, muted background loops included, can trigger vestibular disorders and interferes with screen reader audio. 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. 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:

Overlay vendors have been named as co-defendants in 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 that installed overlay products and considered the matter resolved have subsequently received demand letters and faced litigation. The overlay did not function as protection. In some cases it was used as evidence that the organization knew about the obligation.

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


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 lawsuits carry no statutory damage cap under Title III, 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, as litigation expenses compound from that point forward.

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 50 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. A statement should name the conformance standard being targeted, acknowledge known limitations, and provide a working contact mechanism for users who encounter barriers.

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.