Decoding the Impact: Accessibility Overlays through a Scientific Lens

A presentation at DWX in July 2025 in Mannheim, Germany by Daniela Kubesch

Slide 1

Slide 1

Decoding the Impact

Accessibility Overlays through a Scientific Lens

Slide 2

Slide 2

Today I am here to speak about a topic that’s equally uncomfortable as bringing up politics at the dinner table of a family gathering.

Accessibility Overlays.

Slide 3

Slide 3

Or as others like to call it, the digital equivalent of putting a band-aid on a broken bone.

Slide 4

Slide 4

What is web accessibility?

What is accessibility? Or specifically speaking, web accessibility? And who is affected?

Slide 5

Slide 5

ISO Norm 9241-210:2019

If we want to define accessibility, we can look at the ISO Norm:

“Accessibility refers to the extent to which products, systems, services, environments, and facilities can be used by individuals with a wide range of user needs, characteristics, and capabilities to achieve identified goals in specific contexts of use, including both direct use and access technology.”

Slide 6

Slide 6

ISO Norm 9241-210:2019

This very long sentence basically translates to:

“People with impairments must be able to perceive, understand, navigate, interact with and contribute to the web.”

Slide 7

Slide 7

ISO Norm 9241-210:2019

Or, in other words:

“People with impairments must be able to use the web”

But how do people use the web?

Slide 8

Slide 8

Visual Impairment

Users with a visual impairment might use screen magnification to view website content.

Slide 9

Slide 9

Visual Impairment

Or they simply increase the font size of each website they visit or navigate with a so-called “screen reader”.

Slide 10

Slide 10

Auditory Impairment

With an auditory impairment, you would need captions for spoken content, in, for example, videos.

Slide 11

Slide 11

Physical/Motor Impairment

Users with physical/motor impairments sometimes use a mouth or head stick to interact with websites.

© www.youtube.com/watch?v=cPs-RdWoVc0

Slide 12

Slide 12

Cognitive, Learning, Neurological Impairments

For users with cognitive, learning and neurological impairments it is important that paragraphs of text are not too wide.

Slide 13

Slide 13

Cognitive, Learning, Neurological Impairments

But they should not be too short either.

Slide 14

Slide 14

Cognitive, Learning, Neurological Impairments

Aim for 45-70 characters per line. That way, users have the easiest time to actually read the content, following the sentence flow without losing the current line or being too distracted.

Slide 15

Slide 15

Cognitive, Learning, Neurological Impairments

It is also important to not use a too big line height. This also reduced legibility.

Slide 16

Slide 16

Cognitive, Learning, Neurological Impairments

Also, do not take too much inspiration from print design and justiy your text.

Slide 17

Slide 17

Cognitive, Learning, Neurological Impairments

With justified text, weird spaces between words exist, reducing legibility drastically. Responsive design also doesn’t work with justified text.

We now know how people with impairments use the web, but are they actually able to? Does the web facilitate accessibility?

Slide 18

Slide 18

Statistics on accessibility

1.11 billion websites exist worldwide. However, only 18% of those are active. Each day, 252000 new websites are launced into the digital space.

Slide 19

Slide 19

Statistics on accessibility

When looking at the top 1 million websites, 96.3% contain accessibility errors.

Most errors can be attributed to six different areas: low contrast text, missing alternative text for images, empty links, missing form input labels, empty buttons and missing document language.

Well… not quite the accessibility we were hoping for. But I mean for this small user group of people with impairments, there can’t be that many, right? Right?

Slide 20

Slide 20

Statistics on accessibility

In Europe, 1/4 adults [87 million people] has some form of impairment.

Globally, 1/6 individuals [1.3 billion people] experiences a significant impairment.

Numbers are rising, primarily due to a rise in chronic diseases and an ageing population.

When discussing impairments, consider severity and duration. Each type of impairment can occur as permanently, temporary or situational. A permanent impairment would be a missing limb, a temporary impairment wearing a cast due to a broken bone and a situational impairment carrying your newborn in your arm, leaving you with only one hand to do daily tasks.

Slide 21

Slide 21

Everyone benefits from an accessible website

Slide 22

Slide 22

“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”

– Sir Tim Berners-Lee (World Wide Web Consortium (W3C) Founding Director and inventor of the World Wide Web, the HTML markup language, the URL system and HTTP, also known as “Father of the Web”)

Slide 23

Slide 23

Let’s circle back to Accessibility Overlays.

Slide 24

Slide 24

What is an Accessibility Overlay

An accessibility overlay is a special software that has the goal of making a website more accessible for people with impairments. They usually have a starting price of about 50$/month and can be added to a website by the website owner with just one line of JavaScript.

Slide 25

Slide 25

Once it is installed, typically a floating action button appears somewhere on the website. With this button, users can access several functions, typically presented as a toolbar or widget. It allows users to customise their browsing experience by offering various adjustments, such as changes to font size, colour contrast, and text-to-speech functionalities via a button click. Some accessibility overlays also use AI to identify and automatically correct accessibility errors in website code.

Slide 26

Slide 26

So, in theory, this sounds very good. Also, the market for these tools is growing, overlay companies receive a lot of funding and overlays are implemented on more websites every day.

It seems like Accessibility Overlays are simply amazing!

But are they really?

Or are they a disability dongle, meaning “an outcome in which designs or technologies ‘for’ people with impairments garner mainstream attention and praise despite valid concerns people with impairments have about them”?

Slide 27

Slide 27

So I thought:

Okay, I have to write a scientific thesis for my master degrees. Why not dedicate 2 years of my life to researching accessibility overlays! That sounds fun! And that’s exactly what I did.

So let’s decode the impact and look at accessibility overlays through a scientific lens!

Slide 28

Slide 28

My name is Daniela Kubesch and my pronouns are she/her. I am an Accessibility Engineer who is passionate about user experience and inclusive design. In my day-to-day live I do things like coding, testing, UX design, public speaking and teaching.

Find me on: Mastodon @dnikub@front-end.social BlueSky @dnikub.dev Twitter/X @dnikub LinkedIn @danikubesch Web www.dnikub.dev E-Mail hey@dnikub.dev

Check out www.a11yphant.com - The easy way to learn web accessibility mindscreen.de - Scaling digital accessibility caat.report

Slide 29

Slide 29

Study Design

Let’s start with a few details about my study to give you some more context.

I selected and purchased different accessibility overlays and added them to a clone of an inaccessible public website.

I then performed a Technical Evaluation against the WCAG 2.1 AA standard, consisting of automated and manual accessibility testing. Sadly, I haven’t had CAAT.report for testing back then, which would have made things a lot easier.

Then I did a User Study assessing the usability and User Experience of 21 individuals with permanent visual impairments while interacting with websites that have Accessibility Overlays.

Lastly I did Expert Interviews to get some additional context.

Slide 30

Slide 30

Let’s jump straight to the results.

In their current state, accessibility overlays do not deliver on their promises and are a disability dongle.

Slide 31

Slide 31

But!

Slide 32

Slide 32

People with impairments are still optimistic and hopeful that accessibility overlays will be useful in the future.

So, I think we should discuss this topic. Talk about what worked and what didn’t. Accessibility Overlays are a reality, they are on websites, and I believe it is worth looking at where they currently fail, and how they could potentially be improved. Especially because people with impairments are so optimistic that overlays could be a solution, we should not scare away from the topic and continue having discussions about them.

Slide 33

Slide 33

Three Guiding Principles

If you take one thing away from this talk today, besides accessibility overlays being a disability dongle, I want it to be three guiding principles resulting from my research. I think that these principles are important to move forward with the whole discussion around accessibility overlays.

Slide 34

Slide 34

1. Do not prioritise some users’ experience over the deterioration of others.

Slide 35

Slide 35

The technical evaluation showed that the selected inaccessible public website website has 26 WCAG 2.1 Level A or AA violations.

Then, I added the different selected Accessibility Overlays and repeated the test. I have to say, that during testing, the button for activating the accessibility overlay was not used. The technical evaluation only analysed automatically applied changes by each overlay, that required no action from a user. I was curious about these automate changes as the overlay companies are not very transparent about what exactly is changing.

So, adding the overlays, fixed WCAG violations. Specifically speaking, it made 2 success criteria pass.

However, one of the tested overlays, introduced new errors due to the extensive use of ARIA, making 2 other success criteria fail, leaving us with either 24 or 26 remaining violations.

Slide 36

Slide 36

First issue: Element Order

Here we have the public inaccessible website I used for my research. It is a website of a music festival. I have blacked out the name as it is not relevant. Also, please ignore that the website is in German, I will translate everything necessary. Because my study was set in the DACH region, the study was performed in German.

So the part of the website displayed here in the screenshot is the homepage. We have a full-screen image slider as the background. In the top left corner is the name of the festival and the date it takes place. In the top right corner are some interactive elements, like a search, social media links and a menu button. In the bottom right corner is a cookie banner.

Let’s look at the first issue: Element Order If a user navigates to the menu button and clicks on it to access the navigation it slides in from the right side of the screen.

Slide 37

Slide 37

First issue: Element Order

However, users navigating with access technology such as a screen reader, cannot view the menu contents directly. Instead, they must navigate to the bottom of the page as the navigation appears after all website content. The DOM order does not match the visual order.

What happens if we turn the overlay on?

Not much. One of the overlays shifts and traps the focus within the menu when navigating with a keyboard. However, navigating with a screen reader sometimes results in unexpected focus shifts as the menu is treated as pop-up that will be automatically closed after a few seconds.

Slide 38

Slide 38

Issue: Missing Context

The news page of the website has filtering options consisting of underlined text and a red circle containing a number next to it. This number indicates how many posts are available for a specific filtering option.

While the relationship of the number to the text is visually quite clear, it is not for people navigating with a screen reader. Using an accessibility overlay also doesn’t provide much help, as the needed context of what the number is supposed to mean, is still missing.

Slide 39

Slide 39

Issue: Illogical Headings

Here we have a paragraph of text, in German. A sentence within this paragraph is styled as bold text with CSS.

When we look at the code, we see that the overlay has turned this bold sentence into a heading, with heading level 3 (<h3>).

This heading now interrupts the sentence flow within the paragraph.

Slide 40

Slide 40

Issue: Illogical Headings

Here is another example. Let’s look ad heading structure. The accessibility overlay is currently switched off.

The screenshot shows the press page of the website. It starts with the name of the music festival (<H1>) and the heading for “Pres” (<H1>).

Following is a paragraph of text and to more headings. One for press releases (<H2>) and one for press images (<H2>).

Slide 41

Slide 41

Issue: Illogical Headings

If we turn the accessibility overlay on and take another look at the heading structure we see some changes.

The first to headings are still headings of level 1 (<H1>). However, the first sentence of the following paragraph was turned into a heading level 4 (<H4>).

The two previously headings of level 2 are now headings of level 3 (<H3>). Additionally, a sentence in bold text in one of the paragraphs was turned into a heading level 4 (<H4>), as well as the links to download the PDFs (now <H4>) and the text within the cookie banner (now a <H4>).

What is happening here?

The accessibility overlay creates headings from HTML elements that should not have been used as such. In addition, it skips heading levels.

The overlay’s decision lacks logical sense and is potentially confusing for users.

Slide 42

Slide 42

“Just because it looks like many elements have now been made accessible doesn’t mean it’s optimal. If I have one thousand headings, it doesn’t really help me to get an overview.” – Participant T5

Slide 43

Slide 43

Issue: Image Description

Let’s look at some automatically generated alternative texts.

the accessibility overlay created the alternative text of “A close-up of a cat‘s face”.

However, the picture is actually showing a close-up of a black-and-white illustration of a human ear, surrounded by red circles indicating sound waves.

Slide 44

Slide 44

Issue: Image Description

Another example. The overlay generated the alternative text of “A group of people in a room”.

While the picture actually shows people in a room, the overlay did not mention that every person in the picture is holding an instrument.

Slide 45

Slide 45

What about improvements?! Are there things accessibility overlays can fix?

Slide 46

Slide 46

Improvement: Legibility

The selected website has a component consisting of an image overlaid with text. The text was not legible to some participants due to contrast issues.

After activating the accessibility overlay, a black background colour was added behind the text. With this increased contrast, text was legible.

Slide 47

Slide 47

Issue or Improvement? Clarity

On the press page, users can download press images. The link to download the image is announced to screen reader users as “Link, Download”.

After activating the accessibility overlay, “Link, This Link Opens An Image Download” is announced.

Some users perceived this as an improvement, as it was apparent to them what the link is doing. Others, however, found it annoying that the screen reader now reads a longer text. This example further highlights how different the needs and experiences of users can be.

Slide 48

Slide 48

Do these improvements make it okay to use Accessibility Overlays?

In accessibility, it is difficult to serve the need of all users. We often have to decide which groups we prioritise.

But should we, in this case, prioritise these users’, who had a better experience with an accessibility overlay?

I’d say no, because accessibility overlays introduced issues to other users, that wouldn’t have been there without an overlay. Do not prioritise some users’ experience over the deterioration of others.

Slide 49

Slide 49

2. Nothing about us, without us!

Slide 50

Slide 50

36% of the study participants did not detect any of the accessibility overlays.

This is suboptimal. Accessibility overlays can’t be used if you do not recognise them as such. Creating the question of why are they on a website then?

I could identify multiple reasons why participants had troubles here.

One, for example, being that an overlay announced to screen reader users: “Use this website in a screen reader mode”, when they opened the website. The problem here was the language. Although the accessibility overlay and website were in German, the text announced was in English.

Slide 51

Slide 51

Issue: Accessibility Overlay Recognition

A participant with reduced vision, who did not use a screen reader and was not blind, recognised a button with a stick figure in the lower left corner of the screen. Nonetheless, they did not comprehend its function.

“Is this the symbol for the accessibility overlay? Such a stick figure does not automatically mean that it is an overlay, it is just a stick figure.” – Participant T14

Other participants also said that they just don’t know how to identify an accessibility overlay because they don’t have the experience to recognise it.

Slide 52

Slide 52

Issue: Terminology

There is confusion regarding the terminology used.

What is the difference between blind and visually impaired? And what is the difference between accessibility and approachability?

Slide 53

Slide 53

Issue: Terminology

Some of the tested accessibility overlays had impairment profiles. These profiles are a kind of shortcut-button that activate several functionalities within the overlay at once.

One Participant was confused as to why impairment profiles exist.

“Do I have to choose a profile now? What if multiple apply to me?” – Participant T8

Furthermore, some participants were unsure if they should click, for example, “blind” or “visually impaired”. They were unsure about the terminology used.

However, accessibility overlay companies are not the only ones who use inconsistent terminology. If you look at research, terminology used to describe visual impairments varies across regions, cultures, and research disciplines. Also, it is challenging to establish a neutral terminology that is universally accepted.

Unsurprising this is also the case for study participants, as each individual may have a unique interpretation of visual impairment.

Slide 54

Slide 54

Opinion

All the different impairment profiles, all the buttons for individual adjustments on the website and the different structure of each accessibility overlay were overwhelming for most people.

“I would have to be very interested in this website to work my way through this.” – Participant T1

Slide 55

Slide 55

screen reader users: “Use this website in a screen reader mode”, when they opened the website. The problem here was the language. Although the accessibility overlay and website were in German, the text on this button was in English. -But lets take a closer look at some other identified issues. 74

Slide 56

Slide 56

Usability

Usability can be measured with specific questionnaires and the results can be visualised on a scale. The scale goes from the best imaginable, to below worst imaginable.

We want to be in the area between the best imaginable and good. When a website scores there, its usability is acceptable.

Slide 57

Slide 57

Usability

The average over all tested websites during the study has a below good and above okay usability.

Let’s have a closer look at how the average comes together.

Slide 58

Slide 58

Usability

The average is calculated from 4 different levels of interaction on the same website: Not detected, detected, interacted, activated.

Users who never detected any of the accessibility overlays during the study had the best and above average usability. With every other level of interaction, the usability continues to decrease.

It is also important to note, that the overall on average usability was not in the desired acceptable area.

When it comes to user experience the deterioration is similar.

Slide 59

Slide 59

Opinion

“I wonder how such an overlay would really work, how can software do that? […] A website is such an individual product that I think it’s almost impossible to put something clever on top of it.” – Participant T10

Slide 60

Slide 60

Post-Study: Navigation Preferences

After the study, participants were asked on their navigation preferences for the future.

Two participants said “No comment”.

Eleven participants stated that they want to continue using their Browser/System Settings and their Access Device.

Slide 61

Slide 61

Opinion

“After a brief investigation, I haven’t found anything suitable for me. When I’m surfing a website, I don’t want to spend half an hour going through a list of what I can activate.” – Participant T10

Slide 62

Slide 62

Opinion

“Personally, I prefer to use system and browser options because then it is simply a global setting and does not have to be readjusted from website to website.” – Participant T11

Slide 63

Slide 63

Post-Study: Navigation Preferences

Six participants stated that they want to navigate using their Browser/System Settings, Access Device and an Accessibility Overlay.

Slide 64

Slide 64

Opinion

“I have set my accessibility settings so that it works for me. But when navigating websites, I sometimes change these settings or use accessibility overlays because then I don’t have to change my system settings again when I go to another website.” – Participant T21

Slide 65

Slide 65

Opinion

“For example, if I’m in a hotel on someone else’s computer, I can imagine using the accessibility overlay […] but I think I’ll fail because not everything is so intuitive. However, it’s probably better than nothing. But I don’t see any point in using it on my computer now.” – Participant T4

Slide 66

Slide 66

Opinion

“If I’m only looking for a single piece of information then it would be too complicated for me to take an extra look at the accessibility overlay. But if there’s an accessibility overlay on a site that I use often, then I’d be up for it straight away if the website itself isn’t quite optimal yet.” – Participant T8

Slide 67

Slide 67

Post-Study: Navigation Preferences

One participant stated, that from now on, they only want to navigate using an accessibility overlay.

Slide 68

Slide 68

Opinion

“I would like it if [the accessibility overlay] was on every website. That would be a help. I could imagine that. Then I can also make settings quickly on other devices. You’re not necessarily always on the same device.” – Participant T2

Disclaimer: This participant has never noticed an accessibility overlay on any of the websites.

Slide 69

Slide 69

Post-Study: Navigation Preferences

One participant was unsure about how they want to navigate in the future.

Slide 70

Slide 70

Opinion

“It always depends on how much energy I have and what I have planned for the rest of the day. Sometimes it’s just too hard for me to click through and search, especially if every accessibility overlay is different. Then I’m also disappointed when I stumble across one that doesn’t work so well.” – Participant T14

Slide 71

Slide 71

Okay, what does all this information tell us?

We clearly have identified issues that can be attributed to insufficient incorporation of the people accessibility overlays are for. There is also room for improvement when it comes to usability and user experience and what this technology could do.

And here I am not saying that such technology, and even the incorporation of AI and machine learning cannot be used for accessibility. Automated solutions that use AI or not, can undoubtedly be used for accessibility in the future, but under the premise that the effort comes from within the community.

Individuals with impairments must be incorporated into the design, development, and decision process.

Slide 72

Slide 72

Opinion

“Maybe I’m just not very experienced, but then [Accessibility Overlays] have to be so good that I can use them intuitively and don’t have to take an extra course to be able to use them.” – Participant T18

Slide 73

Slide 73

3. The debate about Accessibility Overlays should not only exist in a vacuum.

Slide 74

Slide 74

Why?

Slide 75

Slide 75

Result: In Favor of Accessibility Overlays

I could identify three things that can explain why participants were favouring accessibility overlays.

Positive response bias. Participants who volunteer for accessibility research studies, as they did for this research, may have a very positive attitude. Furthermore, in non-anonymous accessibility research studies participants provide more positive average ratings, especially when answering questions about a proposed innovation.

A strong desire to explore new solutions

A desire for access in a world where the majority of websites contain accessibility errors, disabling individuals with impairments and resulting in digital divide and inequality

Therefore, the observed contradicting behaviour may be due to a desire for access rather than the actual effectiveness of the accessibility overlay itself.

Slide 76

Slide 76

What can we do?

You are probably asking yourself “what can we do”? What needs to change to give people access.

Research suggests that part of the reason for the persistence of inaccessible websites, resulting in the desire for access and the favouring of the idea of accessibility overlays, lies in crucial gaps in the engagement between different discourses.

Slide 77

Slide 77

The Different Discourses

  1. The Legal discourse refers to the legal regulations established worldwide to prevent discrimination against individuals with impairments.

  2. The web accessibility discourse is centred around movements such as the World Wide Web Consortium (W3C), which establish accessibility standards.

  3. The digital divide concept refers to the division between those who have access to information and communication technologies and those who do not.

  4. The discourse on the social construction of disability is based on the Social Model Definition of Disability. The Social Model views disability as a socially constructed disadvantage that does not take people with impairments into account, excluding them from participating in mainstream social activities.

Slide 78

Slide 78

Technology can create disability by being designed in a way that excludes specific individuals from using it.

In essence, it is the responsibility of society as a whole to ensure that the internet and web are accessible, rather than placing the burden on individuals with impairments to obtain specialised technical aids or to navigate through poorly designed and frequently inaccessible websites.

Therefore, it could be argued that a poorly designed website may be considered as creating a disability.

Slide 79

Slide 79

So, these discourses exist, but do not really overlap.

But the debate about accessibility overlays should not only focus on functionality or exist only in a vacuum. Engagement between different fields is necessary to reduce the persistence of inaccessible websites in the long run. Without a united voice from the complete spectrum of relevant discourses pressing for the active rights of people with impairments against constructed barriers to web accessibility, a relatively passive liberal approach prevails.

The issue with a liberal discourse is that while there may be a general desire for a more equal and fair society, the deeper social and cultural structures that contribute to inequality are often overlooked.

Slide 80

Slide 80

Summing up

Do not use accessibility overlays in their current form.

A band-aid is not enough. Go to the hospital and get a proper plaster for your broken bone.

Slide 81

Slide 81

Summing up

  1. Do not prioritise some users’ experience over the deterioration of others. Accessibility Overlay companies must invest in research, remediate the identified issues while considering ethics and not prioritising the enhancement of some users’ experience over the deterioration of others.

  2. Nothing about us, without us! Individuals with impairments must be incorporated into the development and design process to understand user needs, identify errors that go beyond the WCAG success criteria and create usable products.

  3. The debate about Accessibility Overlays should not only exist in a vacuum. Engagement between different fields is necessary to reduce the persistence of inaccessible websites in the long run.

Slide 82

Slide 82

Further Information

Further information on the thesis can be found on overlays.dnikub.dev.

Contact Information: Mastodon @dnikub@front-end.social BlueSky @dnikub.dev Twitter/X @dnikub LinkedIn @danikubesch Web www.dnikub.dev E-Mail hey@dnikub.dev