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

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

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.

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

Visible Focus Indicators:

 has tightened the minimum focus appearance requirements significantly, rendering the old single-pixel outline insufficient.

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 a stringent

Large Text and Graphical Elements:

Text at 18pt or bolded at 14pt counts as large and is subject to a more lenient threshold of

Color as the Sole Differentiator:

Information cannot be conveyed solely through color; otherwise, users with red-green color vision deficiency will struggle. For instance, a required field marked in red alone or a hyperlink distinguished by color but not underlined fails this criterion. A simple test is to convert the page to grayscale and verify that information remains accessible.

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

Closed Captions:

Muted background loops can trigger vestibular disorders and interfere with screen reader audio, so users must initiate playback.

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

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.

It Requires a Human to Provide Accessibility to Humans.


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.

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

Actual consequences for an ADA accessibility violation involve both significant financial loss and severe damage to a brand’s reputation. Businesses often face expensive legal fees and high settlement costs from private lawsuits, which have become increasingly common as digital accessibility standards are enforced more strictly. Beyond direct legal costs, non-compliant organizations risk federal fines from the Department of Justice, which can reach tens of thousands of dollars for a first-time violation.

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 of the Web Content Accessibility Guidelines (WCAG) requires specific accessibility features, including text alternatives for non-text content, captions for pre-recorded audio and video, and sufficient color contrast. It also demands full keyboard operability, visible focus indicators, and descriptive page titles and headings.

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. 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 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. Google’s crawlers parse document structure rather than rendered visuals, the same way screen readers do. 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.