Masking the Foundation with an Overlay of Compliance

Engineering & Ethics

Masking the Foundation with an Overlay of Compliance

When “finished” becomes a legal status rather than a functional reality.

A Rolex Submariner Ref. 14060, a vintage Herman Miller Aeron with the original tuxedo weave, and a Pelikan Souverän M800 fountain pen all share a specific kind of structural honesty. If you take the back off the watch, the movement is as finished as the dial. If you look under the seat of the chair, the casting is clean. They are not performances of quality; they are the result of engineering decisions made before the first customer ever looked at the price tag. They work because their primary function was solved at the level of physics and material, not through a decorative update applied in the final hour.

Finished Movement

Clean Casting

Tuxedo Weave

Digital architecture is currently obsessed with the decorative update. We have entered an era where “finished” is a legal status rather than a functional reality. Nowhere is this more obvious, or more damaging, than in the way modern enterprises handle accessibility. The industry has fallen in love with the overlay-the small, circular blue widget that sits in the corner of a landing page like a digital hall monitor.

It promises to fix everything from color contrast to keyboard navigation with a single line of JavaScript. It is the architectural equivalent of putting a “Wheelchair Accessible” sticker on the front door of a building that only has stairs.

The Auditor’s Blind Spot

I spent years as an algorithm auditor, checking the math behind automated hiring tools and credit-scoring systems. In that world, we lived by the audit. If the spreadsheet said the variance was within the 12% margin of error, we signed off. I used to believe that if you satisfied the auditor, you satisfied the mission.

12%

The margin of error: A technical pass that often masks a human fail.

I was wrong. I once approved a scoring model for a mid-sized lender in Ohio that met every regulatory checkbox for disparate impact. It was legally perfect. Two months later, we realized that while the model didn’t discriminate based on protected classes, it was rejecting every applicant who worked a night shift because of how it parsed “activity timestamps.” The system was compliant, but it was broken for real human beings.

That same cognitive dissonance governs the accessibility overlay market. The procurement officer at a global firm sees a demo where a widget is toggled on, and suddenly the site has a high-contrast mode. The legal team sees a certificate of compliance that they can file away to mitigate ADA Title III lawsuits. The checklist item reads Accessibility solution implemented, dated, initialled. The box is green. The liability is theoretically shifted.

Elias and the Focus Trap

Meanwhile, in a brick house in Scarborough, a man named Elias is trying to use a screen reader to navigate that same website. He is looking for a simple contact form to ask about a service. His software-NVDA or JAWS-hits the third field of the form. The overlay, despite its promises, hasn’t actually repaired the underlying code of the website.

[ Header ]

Input: “edit text blank”

[ Hidden Menu ]

FOCUS TRAP

Because the original developer didn’t label the input field, the screen reader announces “edit text blank” or, worse, a string of nonsense characters like “input-field-293-final.” Elias pauses, tries to tab back, gets caught in a focus trap where the cursor loops endlessly between the header and a hidden menu, and eventually closes the tab.

The company’s analytics will show a “bounce.” It will not show a failure of civil rights. The overlay performed its job perfectly: it satisfied the person with the clipboard, while remaining completely invisible to the person with the screen reader.

Steel vs. Paint

This is the central friction of modern web development. We have separated the “build” from the “standards.” In a healthy engineering culture, accessibility is like the structural steel in a skyscraper; it is the first thing you put in, and it determines the shape of everything that follows. In the current agency landscape, accessibility is often treated like the paint on the walls-something you choose at the very end to make the building look acceptable to the neighbors.

When we talk about technical standards as architecture, we are talking about the difference between a site that passes a scan and a site that actually works. Most automated accessibility scanners only catch about 28% of actual WCAG failures. They can tell if an image lacks an alt-tag, but they can’t tell if the alt-tag “image-01.jpg” is actually helpful to a blind user. They can’t feel the frustration of a keyboard-only user trying to navigate a “mega-menu” that disappears every time the focus moves.

Compliance Theater

The market for overlays exists because it is cheap and it is fast. For $49 a month, a company can pretend they have solved a problem that actually requires 60 hours of senior engineering time to fix properly. It is an exercise in “compliance theater.” We are building digital spaces that are designed to be read by lawyers, not used by people. This shift toward the observer-as-customer is a quiet rot in the industry.

$49/mo

The Overlay

VS

60 Hours

Engineering

When you look at the work of a specialized team like

Coherent Agency, you see the opposite approach. There is a specific kind of discipline required to write schema markup and ARIA labels into the initial wireframes. It’s slower. It requires the designer to understand how a screen reader perceives a layout before they even open Figma.

It requires the developer to view a “pixel-perfect” build not just as a visual achievement, but as a semantic one. If the underlying HTML isn’t semantic, the beauty of the GSAP animation or the 3D Lottie file is irrelevant to a significant portion of the audience.

The irony is that building for accessibility actually improves the site for everyone. Semantic HTML is easier for Google’s bots to crawl, which improves SEO. Clean, predictable navigation paths lower the cognitive load for every user, not just those with disabilities. A site that works for Elias in Scarborough is, by definition, a site that works better for a distracted CEO browsing on a smartphone in a terminal at O’Hare.

We have reached a point where the “minimum viable product” has become the “minimum defensible product.” We ask, “What is the least amount of work we can do to avoid a lawsuit?” instead of “How do we ensure this tool is usable by the 14% of the population with a disability?” This mindset creates a tiered internet-one for the able-bodied and a second-class, overlay-dependent version for everyone else.

The Illusion of Innovation

I remember a specific review for a project involving a major automotive brand. They wanted a high-performance configurator for a new electric vehicle. The design was stunning, full of translucent layers and complex scroll-triggered effects. When we ran the first accessibility audit, it failed miserably.

The “easy” fix was an overlay. We could have checked the box and moved to launch. Instead, we spent three weeks refactoring the entire navigation system. We had to admit that our “innovative” UI was actually just a barrier. It was a humbling realization: our desire to be “creative” had made us exclusionary.

The spending in the tech sector is increasingly directed toward these middleman solutions-tools that sit between the product and the regulator. We buy insurance, we buy compliance software, we buy overlays. We are spending billions to prove that we are doing the work, rather than just doing the work.

True digital accessibility is silent. It doesn’t have a widget. It doesn’t need a toggle. It exists in the <a> tags, the button roles, and the logical tab order of a contact form. It is the finished movement inside the Rolex. You might never see it, but its presence is why the thing still works when the conditions are less than perfect. If we continue to prioritize the green checkmark over the human experience, we will end up with a web that is legally compliant and functionally vacant.

The gap between conforming to a standard and serving a human being is where the integrity of a brand either lives or dies. We have to decide if we are building for the person holding the clipboard or the person holding the screen reader. Only one of them is actually trying to use what we’ve built.