• 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

How Screen Readers Render Code, Not Design

Heading Hierarchy:

Screen reader navigation leans on heading tags. H1, H2, H3 and the rest form the outline a blind user jumps through, and most screen reader users pull up that list instead of reading a page top to bottom. Headings picked for their font size rather than their rank produce an outline that makes no sense, and the visitor leaves rather than untangles it.

Alternative Text for Images:

When a screen reader reaches an image, it reads the alt attribute. An empty attribute produces silence. A filename like IMG_5044.jpg produces noise that tells the listener nothing at all. Descriptive alt text, specific enough to carry what the image communicates, satisfies WCAG and feeds search indexing at the same time. Missing alt text is also the easiest violation in the book for a plaintiff to screenshot.

Why Keyboard-Only Users Need a Working Tab Order

Visible Focus Indicators:

 These cues matter for every interactive element when keyboard-selected: links, buttons, form fields, custom controls, and more. CSS resets and design systems often suppress browser default focus rings for aesthetic purposes, neglecting the importance of providing alternative visual cues for keyboard users. This oversight leaves them uncertain about their current position on the page.

Skip Navigation Links:

Tucson residents who rely on keyboards to navigate websites can’t afford unnecessary tabbing through lengthy navigation menus. A strategically placed skip link allows them to bypass this ordeal and jump directly into main content, saving 50 keystrokes per page, a substantial improvement for frequent visitors.

Why Low-Contrast Text Is a WCAG Violation, Not a Style Choice

Normal Text Contrast Threshold:

Body text and interface labels have to reach a 4.5:1 contrast ratio against their background. The figure comes out of the WCAG relative luminance formula, not off a designer’s monitor. Two colors that look plainly distinct can measure 2.8:1 once the formula runs, and the formula is what an auditor cites.

Large Text and Graphical Elements:

Text at 18pt regular or 14pt bold counts as large text and drops to a 3:1 threshold. Icons, chart boundaries, and form control outlines carry that same 3:1 requirement against adjacent colors. Decorative elements with no informational content are exempt, and that carve-out is narrower than most teams assume when they lean on it.

Color as the Sole Differentiator:

Information cannot solely be conveyed through color; it must be accessible to users of all abilities. For example, required fields that are only marked in red fail those with red-green color vision deficiency, while hyperlinks that rely on color alone and lack an underline or other distinction also fall short. A simple test is converting the page to grayscale: if the information remains communicative, it passes; if it disappears, it fails.

Why Captions Reach a Larger Audience Than Most Realize

Closed Captions:

Pre-recorded video with audio has to carry synchronized closed captions. YouTube auto-captions will not cover it: documented error rates on machine transcription exceed 20%, and a caption track that garbles a product name or a price is evidence of the failure rather than a defense against it. Captions need to sit within half a second of the audio and identify each speaker.

Audio Description:

Visual-centric videos, which convey information through graphics, demonstrations, or text overlays, must be complemented by an audio description track to facilitate engagement from blind users. This narrative should fit naturally into pauses in dialogue, with extended narration permitted when necessary to adequately describe visual content. The requirement specifically targets informational content; decorative visuals lacking any informative value are exempt.

Transcripts and Autoplay Prohibition:

Audio-only content necessitates a comprehensive text transcript that not only satisfies accessibility guidelines but also provides indexable text for search engines to rank. Without transcripts, podcasts remain invisible in search results. Meanwhile, auto-playing videos with sound directly contravene WCAG 1.4.2. Muted background loops do not escape either; they can trigger vestibular symptoms and talk over screen reader output. The user starts playback, or it does not start.

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. Whatever semantic structure is missing from the source HTML stays missing, keyboard interaction patterns inside JavaScript-driven components stay broken, and focus management failures in custom interfaces stay exactly where they were. Worse, its automated logic invents errors that were not there before: wrong alt text landing on images it misidentified, content reordered until comprehension breaks, screen reader announcements doubled up or contradicting one another. All an overlay achieves is burying the underlying problem, still unresolved, beneath a layer of interference.

What the Litigation Record Shows:

Selling the product is no shelter either, since overlay vendors have been named as co-defendants in ADA accessibility lawsuits. Anyone relying on one is doing so against the published formal positions of the National Federation of the Blind and other major disability advocacy organizations, all of which oppose overlays as a compliance path. Organizations that installed an overlay product and treated the issue as resolved still opened demand letters and still ended up defending litigation. The overlay did not function as protection. In some cases it worked squarely against them, treated as evidence that the obligation was already known.

Reviewing accessibility audit results

Why Automated Scans Catch Only Part of the Problem


Accessibility compliance reporting and strategy

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

The Americans with Disabilities Act applies to public accommodations, and federal courts have consistently ruled that websites fall under this category regardless of physical presence. No business is exempt from Title III requirements based on revenue or employee count. Business size affects its ability to absorb litigation costs, not the legality of the claim.

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

There are no statutory damages under Title III, which is exactly why the final number surprises people. A defendant that settles or loses pays the plaintiff’s attorney fees on top of its own defense costs. Demand-letter settlements land between $5,000 and $25,000 before a single line of code is fixed, and once a case moves past the demand stage the combined bill routinely reaches $50,000 to $100,000. A second claim after a prior settlement draws a colder reception still.

Do accessibility overlays satisfy ADA compliance requirements?

Some courts have challenged overlay products in federal litigation. Multiple decisions have allowed ADA claims against defendants using overlays to proceed. The National Federation of the Blind has officially opposed their use as a compliance mechanism. Installing an overlay demonstrates awareness but doesn’t discharge accessibility obligations. Documented cases show that it was cited as evidence of a cosmetic response over a substantive one.

How often does an accessible site need to be retested?

Regular audits and maintenance are crucial for websites with changing content or frequent updates. A site that passed an initial audit can fail subsequent checks without deliberate changes to its accessibility work. Automated scanning quarterly, plus annual manual audits, is the standard practice for most commercial sites. Sites with active development cycles require more frequent testing.

What does WCAG Level AA actually require in practical terms?

Level AA is a concrete list, and every item on it is testable: content that reflows at 400% zoom without losing information, nothing flashing more than three times per second, full keyboard operability, visible focus indicators, correctly labeled form inputs, sufficient contrast, captions on pre-recorded media, and error messages that identify the specific problem. WCAG 2.2 counts 55 success criteria across Levels A and AA combined, and failing a handful of them is the normal starting condition for a site that has never been audited.

Are PDF documents covered under ADA digital accessibility requirements?

PDFs on websites are part of the digital public accommodation and subject to ADA obligations just like web pages surrounding them. Inaccessible PDFs typically consist of scanned images without underlying text or untagged exports from design software. Remediation involves adding a semantic tag structure, establishing reading order, and applying heading and list markup.

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

An audit is an assessment of WCAG conformance at a specific point in time. It generates findings, severity ratings, and remediation guidance but doesn’t guarantee ongoing compliance. A certification from a private organization indicates that an audit was completed but can be superseded by subsequent 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 a demonstration of good faith in meeting ADA obligations. It should acknowledge known limitations, name the targeted conformance standard, and provide a contact mechanism for users encountering barriers. A claim of full WCAG conformance on a site that fails multiple criteria does the reverse of protecting the business: it hands a plaintiff written evidence that the obligation was understood and the site shipped anyway.

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

The website operator is responsible for compliance obligations that follow the domain regardless of vendor code. Installing inaccessible third-party tools creates violations on the host site, necessitating explicit accessibility representations in contracts and pre-launch testing for new integrations. When a vendor’s product introduces a barrier, the choice is between pressuring the vendor or replacing the tool.

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

There’s substantial overlap between WCAG requirements and what search algorithms favor. Semantic heading structure, descriptive alt text, logical document hierarchy, and clean HTML satisfy both simultaneously by making pages better understood by assistive technology and search infrastructure. Accessibility remediation often improves technical SEO metrics without any additional optimization work, and that overlap improves the user experience at the same time.