• 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 websites using heading tags, specifically H1, H2, and H3 designations. When a site employs large bold text as a substitute for actual headings, it severely hampers navigation. The user is unable to skim content in the same way sighted individuals do. Every word loads sequentially, presented in the order determined by the Document Object Model.

Alternative Text for Images:

When screen readers encounter image elements, they parse the alt attribute to determine what should be communicated to the user. An empty or absent alt attribute results in silence, whereas a filename like “image.jpg” produces nothing more than background noise devoid of meaning. Only descriptive alt text that concisely conveys an image’s significance satisfies both accessibility standards and search engine optimization requirements.

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

Visible Focus Indicators:

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

Skip Navigation Links:

Skip links enable keyboard users to bypass navigation menus and jump directly into main content. Without them, interior page loads become a laborious process, requiring users to tab through every navigation item before reaching the first word of content. On sites with numerous navigation elements, this can translate to an inordinate number of Tab keypresses per visit.

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

Normal Text Contrast Threshold:

Interface labels and body text must meet a minimum

Large Text and Graphical Elements:

contrast ratio against adjacent colors. Meaningful graphical elements, icons, chart boundaries, form control outlines also require this ratio. Decorative elements devoid of informational content are exempt from these rules. This exemption is narrower than designers typically assume.

Color as the Sole Differentiator:

Color alone should never convey critical information. A required field indicated only by red fails users with red-green color vision deficiency. Hyperlinks distinguished solely by color, without an underline or other treatment, also fail this criterion. The test is straightforward: convert the page to grayscale. If the information still conveys meaning, it passes; if it disappears, it fails.

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

Closed Captions:

Conversely, auto-playing videos devoid of audio, including muted background loops, can precipitate vestibular disorders and disrupt screen reader audio. User-initiated playback remains the sole criterion.

Audio Description:

Visual-centric video content necessitates the inclusion of an audio description track to accommodate visually impaired viewers. Audio description narrates visual elements during natural pauses in dialogue. In cases where existing pauses are insufficient for adequate description, extended audio descriptions pause playback to integrate narration. This requirement applies to informative content; purely decorative visuals exempt from this rule.

Transcripts and Autoplay Prohibition:

Audio-only content demands a comprehensive transcript that serves purposes beyond WCAG compliance. Transcripts generate indexable text that search engines prioritize, rendering podcast episodes invisible without one. Auto-playing video with audio directly contravenes WCAG

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

Why Overlays Do Not Produce Compliance:

Automated overlay solutions operate on the rendered DOM output, but they’re limited in their ability to correct fundamental issues. They can’t fix missing semantic structure in source HTML or address focus management failures in custom interfaces. Moreover, overlays introduce new errors by misidentifying images and applying incorrect alt text, while also disrupting screen reader announcements. Para

What the Litigation Record Shows:

Overlay vendors have been named as co-defendants in ADA lawsuits, with major disability advocacy organizations firmly opposing their use. Organizations that thought they’d found a compliance solution through overlays later received demand letters and faced litigation. The overlay did not serve as protection; in some cases, it was even used against the organization. Para

It Requires a Human.


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

The Americans with Disabilities Act (ADA) extends its reach to public accommodations, which now encompasses websites regardless of their physical presence or business size. No exemptions exist for small businesses, revenue thresholds, or employee counts; only the ability to absorb litigation costs is affected, not the liability itself.

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

requires conformance with specific criteria at Levels AA and AAA, including text alternatives for non-text content, captions for pre-recorded media, adequate color contrast, full keyboard operability, visible focus indicators, and correct label placement on form inputs. Level AA is not the lowest level of accessibility; it represents a crucial benchmark.

Do accessibility overlays satisfy ADA compliance requirements?

Contrary to some claims, overlay products have faced direct federal litigation scrutiny and been deemed insufficient for ADA compliance. Multiple courts have allowed lawsuits against defendants who utilized these products, citing awareness of accessibility obligations but no discharge of responsibility. Installing an overlay demonstrates knowledge of the problem rather than a solution.

What does WCAG Level AA actually require in practical terms?

WCAG 2.1 Level AA requires that websites and digital content are Perceivable, Operable, Understandable, and Robust (POUR) to be accessible to users with disabilities.

Are PDF documents covered under ADA digital accessibility requirements?

PDFs hosted on websites are subject to ADA requirements just like web pages. These documents must include semantic tags, reading order, heading and list markup, and alt text for embedded images. Remediation is essential for screen reader accessibility in these files as well.

Does an accessibility statement on the website provide legal protection?

An accessibility statement is crucial for demonstrating good faith but cannot prevent litigation on its own. It should name the conformance standard being targeted and acknowledge known limitations while providing a clear contact mechanism for users with accessibility issues.

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

The business operating the website bears responsibility for compliance, not the vendor who provided any integrated tools or widgets. Compliance follows the domain rather than the code, making vendors’ representations of their products’ conformance a crucial aspect of ensuring accessibility on the host site.

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

Web Content Accessibility Guidelines (WCAG) and search engine optimization (SEO) share substantial overlap in requirements for semantic heading structure, descriptive alt text, logical document hierarchy, and clean HTML. Focusing on accessibility improves both assistive technology usability and search algorithm understanding, typically yielding better SEO metrics with minimal additional effort required.

How often does an accessible site need to be retested?

Regular maintenance is crucial in web accessibility as it can fluctuate dramatically due to content updates, code deployments, and third-party tool modifications. A site’s compliance status can change significantly over time without deliberate changes to accessibility work, necessitating ongoing audits and assessments.

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

Audits evaluate a site’s conformance against WCAG criteria at a specific point in time, providing findings, severity ratings, and remediation advice. However, audits do not guarantee ongoing compliance; rather, they offer a snapshot of the site’s status at that moment. Certifications from private organizations have similar limitations.