Digital accessibility
is not a badge

Concrete building entrance with volcanicminds.com logo, "INVISIBLE BY DESIGN" text, a ramp, and stairs. Aspect ratio 1:1.

Commercial risks of WCAG AA

The little blue figure in the bottom right corner of your website was born with the best of intentions: to make the internet a more inclusive place. Yet, today it is often applied for compliance only at the end of a project. Many companies choose to install accessibility overlays, JavaScript widgets that promise to make any web page compliant in seconds, convinced they are protecting themselves from the penalties of the European Accessibility Act (EAA). In reality, these tools struggle to guarantee actual web accessibility according to the WCAG 2.1 AA guidelines, and in the most complex cases they can even highlight structural non-compliance. Relying on a temporary frontend solution risks turning a good intention into a risk for the company.

Why (some) widgets show limits

Solving digital compliance by inserting a single line of JavaScript is an appealing idea, especially when trying to balance deadlines and budgets. But the technological reality is different: "one-click" compliance simply does not exist or, at any rate, cannot be guaranteed by a task at the end of a few hours.

Commercial widgets operate at runtime, trying to guess coding barriers on the fly and temporarily modifying the page, and they already perform magic. But what is the actual result? They often create unexpected conflicts with real assistive technologies.

Those who navigate using a screen reader or keyboard-only already have tools configured on their own system. When an overlay attempts to overwrite these personal settings, it often ends up hindering navigation instead of facilitating it, creating unexpected barriers for those who need a fluid experience. It is for this reason that it is often suggested to avoid temporary shortcuts of this kind.

Economic impact and B2B compliance

Beyond the ethical aspect, there is a strong business component. In the B2B market, custom software compliance has become a key competitive factor.

For those developing SaaS software or managing corporate portals, native accessibility is increasingly a stringent requirement in the technical specifications of B2B SaaS RFPs (Request for Proposal). Procurement departments of large enterprises and public administrations can no longer afford to purchase solutions that do not comply with WCAG AA standards. In these selections, an application that relies on an external overlay risks failing the most rigorous qualification phases.

The correct approach? Accessibility by Design

The safest way to guarantee compliance and offer an excellent service is to integrate accessibility at the beginning of design. This approach is called Accessibility by Design.

It means taking care of color contrasts, managing keyboard navigation, and structuring semantic HTML from the very first wireframe.

Instead of relying on external scripts to "correct" errors after the fact, the correct way is to write natively semantic code. Using appropriate HTML tags, such as structured interactive buttons instead of generic clickable graphics, and associating descriptive labels readable by screen readers through the correct use of ARIA attributes ensures that the software is understandable by any assistive technology from the start. This approach eliminates the need for external runtime manipulation and ensures a robust and lasting experience.

How we should work

As a Digital Factory, we develop custom software and AI by integrating WCAG 2.1 AA guidelines at every single stage of the process:

1. Accessible Design Systems: we define compliant color palettes, contrasts, and typographic hierarchies before even writing the first line of code.

2. Semantic HTML and Aria Guardrails: we develop frontends (in Vue/Nuxt or React/Next) structured natively to be navigable via keyboard and screen reader.

3. Audit and Human Validation: we do not rely only on automated validators (like Lighthouse or Axe). We perform manual navigation tests to ensure the user experience is frictionless.

4. Zero Lock-in and Sovereignty: the code we develop is clean, documented, and owned by you, protecting your investment without recurring fees for third-party widgets and, above all, if it needs to be adapted, you can rely on the professional who convinces you most.

Questions this raises

If you already bought an overlay at random

We already installed an overlay: are we covered?

Without an assessment there is no way to tell, but in some cases things are worse than before.

An overlay acts on top of the markup without fixing it: it may patch a contrast issue, and in some cases it is even a good solution, but it cannot invent missing semantic structure, fix a broken reading order, or give an accessible name to a button that has no text or distinguishing element.

On top of that, several overlays interfere with the screen readers people already use, degrading the experience of the very users they claim to help, and sometimes slowing the page down as well.

Does an overlay protect us legally?

Not on its own. Obligations are assessed on the site's actual conformance to WCAG criteria, not on the presence of a tool.

A widget installed on a non-conformant site leaves the site non-conformant, and the accessibility statement that follows becomes inaccurate: that is an added risk, not cover.

We work to WCAG 2.2 AA, and to WCAG 2.2 AAA where it makes sense.

What does doing it properly cost against an overlay subscription?

On a new project, almost nothing, because it amounts to writing correct markup instead of incorrect markup: contrast decided at design time, keyboard navigation that works because the elements are the right ones, states exposed to assistive technology.

The cost appears when you intervene afterwards, on an interface already built badly, and that is exactly what an overlay subscription tries to solve.

red circle left decoration violet circle right decoration

Designing accessibility from the start is not a cost

If you are looking for more information on accessibility and how much it can impact the real costs of custom software (with a strong AI component), do not hesitate to write to us. Let's grab a coffee and figure out what is really necessary.

Share the article

Tag: ComplianceDevelopment

Publication date: June 2, 2026

Latest revision: June 8, 2026