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

Why Screen Readers Read 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 imply headings, without actual heading elements in the HTML, breaks that navigation entirely. The user cannot skim. Every word on the page loads in document order, sequentially, with no mechanism to skip. Heading tags are navigational infrastructure. Treating them as typographic choices produces this failure reliably.

Alternative Text for Images:

When a screen reader reaches an image element, it reads the alt attribute. An empty 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 fix.

Why Keyboard Operability Is a Foundational WCAG Principle

Visible Focus Indicators:

 Every interactive element requires a visible focus indicator when keyboard-selected: links, buttons, form fields, custom controls. CSS resets and design systems routinely suppress browser default focus rings for aesthetic reasons without providing a replacement. When that happens, keyboard users have no indication of their position on the page. WCAG 2.2 tightened the minimum focus appearance requirements considerably. A single-pixel outline no longer meets the standard.

Skip Navigation Links:

A skip link at the top of the page lets keyboard users jump directly to main content, bypassing the navigation menu on every page load. Without it, every interior page visit requires tabbing through every navigation element before the first word of content is reachable. On a site with a 50-element navigation menu, that is 50 Tab keypresses per page, per visit, every visit. A skip link is a one-line fix that eliminates this entirely.

Why Low Contrast Is the Most Cited WCAG Failure in Audits

Normal Text Contrast Threshold:

Body text and interface labels require a minimum 4.5:1 contrast ratio between text color and background. That ratio comes from the WCAG relative luminance formula, not visual judgment. Two colors that look distinct on a calibrated monitor in ideal lighting conditions can produce a 2.8:1 ratio under the formula. The formula is the authority. Nothing else is.

Large Text and Graphical Elements:

Text at 18pt regular weight or 14pt bold qualifies as large text and carries a reduced threshold of 3:1. Meaningful graphical elements, icons, chart boundaries, form control outlines, also require 3:1 against adjacent colors. Decorative elements without informational function are exempt. The exemption is narrower than most designers assume.

Color as the Sole Differentiator:

Color cannot be the only method of conveying information. Required fields marked only in red fail users with red-green color vision deficiency. Hyperlinks distinguished from body text only by color, without underline or other treatment, fail the same criterion. The test: convert the page to grayscale. If the information still communicates, it passes. If it disappears, it fails.

Why Media Accessibility Costs Less When Built Into Production

Closed Captions:

Pre-recorded video requires synchronized closed captions. Auto-generated captions from YouTube or video hosting platforms do not satisfy the requirement. Documented error rates in automated transcription exceed 20% on general content and climb significantly on specialized vocabulary, proper nouns, and non-native speech patterns. Captions must be accurate, synchronized within half a second of corresponding audio, and include speaker identification when multiple voices are present.

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 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 not a preference; it is a requirement.

Why Accessibility Overlays Do Not Produce Real Compliance

Why Overlays Do Not Produce Compliance:

An overlay operates on the rendered DOM output. It cannot fix missing semantic structure in 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 introduces its own errors: wrong alt text on misidentified images, content reordered in ways that damage comprehension, screen reader announcements doubled or contradicted. The underlying problem stays. A layer of interference gets added on top of it.

What the Litigation Record Shows:

Overlay vendors have been named as co-defendants in ADA accessibility lawsuits. The National Federation of the Blind has published a formal position opposing overlays as a compliance solution. Organizations that installed overlay products and considered the matter resolved have subsequently received demand letters and faced litigation. In documented cases, the overlay was introduced as evidence that the defendant knew about the obligation and chose a cosmetic response instead of a substantive one.

Why Automated Tools Catch Only a Fraction of Accessibility Failures


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

Yes. Title III applies to places of public accommodation, and courts have consistently held that websites qualify regardless of whether a physical location exists. No small business exemption. No revenue threshold. No employee count floor. The size of the business affects its capacity to absorb litigation costs. It has no effect on whether litigation can be filed.

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

ADA accessibility claims do not carry statutory damages the way some other federal statutes do, but the exposure is real. Defendants typically pay the plaintiff’s attorney fees when a claim succeeds or settles, plus their own defense costs. Single-plaintiff demand letter settlements run from $5,000 to $25,000 before remediation costs are added. Cases that proceed past the demand stage routinely reach $50,000 to $100,000 in combined expenses. Repeat violations after a prior settlement attract higher exposure and reduced judicial sympathy.

Do accessibility overlays satisfy ADA compliance requirements?

No. Overlay products have been addressed directly in federal litigation. Multiple courts have allowed ADA claims to proceed against defendants using them. The Department of Justice has not endorsed overlays as a compliance path. Installing an overlay demonstrates awareness of the obligation. It does not discharge it. In documented cases, the overlay was introduced as evidence that the defendant knew about the accessibility problem and chose a cosmetic response rather than fixing it.

What does WCAG Level AA actually require in practical terms?

At Level AA: text alternatives for all non-text content; captions for pre-recorded audio and video; content that reflows without information loss at 400% zoom; sufficient contrast across all text and meaningful graphics; full keyboard operability; visible focus indicators; no content flashing more than three times per second; descriptive page titles and headings; correctly labeled form inputs; and error messages identifying the specific problem. WCAG 2.2 lists 50 success criteria across Levels A and AA combined. Level AA is not a low bar.

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 the surrounding web pages. A PDF consisting of scanned images with no underlying text layer, or an untagged design software export, is inaccessible to screen readers. Remediation adds a semantic tag structure, establishes reading order, applies heading and list markup, and writes alt text for embedded visuals. Each document is assessed independently of the site.

Does an accessibility statement on the website provide legal protection?

An accessibility statement does not prevent litigation. It supports a good-faith defense by documenting awareness of the obligation. A statement should name the conformance standard being targeted, acknowledge known limitations, and provide a working contact mechanism for users who encounter barriers. A statement claiming full WCAG 2.1 AA conformance on a site that demonstrably fails multiple criteria damages credibility in a legal context rather than establishing it.

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

The business operating the website. The compliance obligation follows the domain, not the vendor’s code. A booking widget, payment form, chat interface, or video player that fails WCAG creates a violation on the host site regardless of who built it. Vendor contracts should include explicit accessibility conformance representations. New third-party tools should be tested before going live. When a vendor’s product introduces a barrier that cannot be fixed externally, the choice is between pressuring the vendor and replacing the tool.

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

The overlap is substantial. Semantic heading structure, descriptive alt text, meaningful link text, video transcripts, logical document hierarchy, clean HTML: these satisfy both disciplines simultaneously. Google’s crawlers parse document structure rather than rendered visuals, the same way screen readers do. A page built correctly for assistive technology is better understood by search infrastructure as a secondary effect. Accessibility remediation typically improves technical SEO metrics without any additional optimization work required.

How often does an accessible site need to be retested?

The dynamic nature of websites means that compliance is not a one-time achievement but rather an ongoing process. Changes in content, code, or third-party tools can introduce new accessibility issues even if no deliberate changes were made to the site’s accessibility work. Regular audits and maintenance are necessary for commercial sites with active development cycles.

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

An audit provides a snapshot of conformance against WCAG criteria at a specific point in time but does not guarantee ongoing compliance. Certification from private organizations indicates that an audit was completed but also has its limitations. Compliance is a continuous process, and audits can become outdated quickly if the site undergoes changes.