Download PDF version of this article PDF

The State of Digital Accessibility

Stacy M. Branham, Shahtab Wahid, Sheri Byrne-Haber, Jamal Mazrui, Carlos Muncharaz, and Carl Myhill

If you are new to digital accessibility, and even if you are not, it can be difficult to stay abreast of the big picture—not least because disability is an expansive category, and the tech industry moves fast. So, we asked a team of experts—Sheri Byrne-Haber, Jamal Mazrui, Carlos Muncharaz, and Carl Myhill—to bring us up to speed. Not only do they have day jobs that involve digital accessibility, but they also have lived experience of disability. We posed the following questions to them:

And this is what they had to say.

 

What's the state of accessibility? Key challenges?

"The state of accessibility in industry today is frankly not good," says Sheri Byrne-Haber, a global accessibility expert best known for launching digital accessibility programs at McDonald's and VMware. "The number of people identifying as having a disability is vastly outpacing the number of [web]sites that are accessible at or post-launch."

Like Byrne-Haber, Carlos Muncharaz—accessibility specialist at Springer Nature with experience in front-end development—agrees, "Today, accessibility remains a serious challenge despite decades of guidelines and progress." Muncharaz also points to web accessibility as a key indicator, citing the WebAIM Million report.9 Of the top 1 million web pages, a whopping 95.9 percent have accessibility issues, an average of 56.8 errors per page. Muncharaz urges: "But these numbers don't tell the whole story. The report used an automatic evaluation tool that only catches half of the issues." He laments that the Web Content Accessibility Guidelines (WCAG) have been published by the World Wide Web Consortium (W3C) since 1999,10 "yet, even after 25 years, most pages still don't meet these guidelines well."

There is yet another way these numbers overestimate the state of web accessibility, as told by Jamal Mazrui, expert technology usability consultant: "A solution is not sufficient for accessibility if it takes 10 times longer to complete a task with assistive technology. WCAG does not address efficiency directly, thereby missing a critical factor for people with disabilities." So, as if 95.9 percent weren't a concerning enough figure, warnings from Muncharaz and Mazrui make it clear that we have a long way to go.

Carl Myhill, UX designer and accessibility advocate at Bloomberg, offers another perspective on the state of accessibility: "One good statistical indicator is the level of unemployment for people with disabilities. For example, in the UK, the disability unemployment rate was 46.4 percent in Q2 2023, compared to 17.5 percent for nondisabled people." Myhill reminds us that, when technology is inaccessible, it is not a mere inconvenience but a threat to one's livelihood and well-being. When enterprise systems, professional tools, and consumer apps fail to meet basic accessibility guidelines, it becomes difficult or impossible for people with disabilities to earn a living, participate in their communities, or live independently.

Why are things so bad? Consider that most computing courses fail to include accessibility in the curriculum.7 Another "key challenge is that accessibility is still often seen as something extra, yet another competing requirement, and one that is allowed to be dropped all too easily," says Myhill. Add to this "a lack of enforcement of accessibility standards at the procurement and government levels" (Byrne-Haber), and we have a perfect systemic storm for perpetuating inaccessible tech.

 

Why do we need accessible software?

Our experts point to three reasons why we need accessible software. In Byrne-Haber's words: "(1) It's the right thing to do; (2) it makes good business sense; and (3) it is required by the law. Inclusion, profits, and compliance, in that specific order."

 

It's the right thing to do

Muncharaz couches software accessibility as a matter of equality and basic human rights: "Software needs to be accessible because everyone, including people with disabilities, should have equal access. Accessibility is a basic human right." But he's not the only one. He points to Article 9 of the U.N. Convention on the Rights of Persons with Disabilities, which has nearly universal ratification (although not yet adopted by the United States, unfortunately). It states: "Accessibility is essential to enable persons with disabilities to live independently and participate fully in all aspects of life." Further, Muncharaz reminds us that technology is inherently about accessibility: "Its purpose is to make our lives easier, especially for people with disabilities. Software that doesn't meet this goal is simply poor-quality software." As Myhill highlights in his response, even leadership at tech giants like Apple are committed to accessibility as a matter of ethical practice: "It's a shame more CEOs don't take [Apple CEO] Tim Cook's stance, who famously stated, 'When we work on making our devices accessible by the blind, I don't consider the bloody ROI [return on investment]. If that's a hard line for you, then you should get out of the stock.'"

 

It makes good business sense

While customers with disabilities are often presumed to be rare, when we appreciate that 20 percent-plus of the world population has a disability, the business case is hard to ignore. As Byrne-Haber points out: "People with disabilities and their first-degree friends and family have a ton of money to spend. The problem is that they can't always find accessible places to spend it." Muncharaz highlights several additional benefits, "including driving innovation, improving brand image, reaching more customers, and reducing legal risks." This brings us to the third reason for developing accessible software.

 

It's required by the law

While digital accessibility has long been required by federal, state, and local government-funded entities, new laws have interpreted the Americans with Disabilities Act (ADA) to apply to public places and businesses.2 According to the 2023 ADA Web Accessibility Lawsuit Statistics Report, demand letters and lawsuits have driven small businesses and large corporations alike to remediate their inaccessible software.3 Although there has been an "unprecedented surge in legal actions to improve web accessibility," the report predicts a 300 percent surge in ADA claims against mobile apps and SaaS (software as a service) platforms, especially for companies based in New York, California, and Florida.1 While reducing legal risk is a valid motivation, Byrne-Haber cautions: "Reducing accessibility to a 'compliance' issue results in a product where the minimum that one can legally get away with is always the goal, rather than the best experience for people with disabilities." Therefore, we would do well to remember her mantra: "Inclusion, profits, and compliance, in that specific order."

 

How can we make the case for accessibility?

Our experts universally agree that developers and especially leaders need to listen to disabled users. Mazrui notes that such direct accounts often have the most pull: "Improvements result most from complaints by individual customers, or advocacy groups, which receive more attention than internal suggestions from employees." Further, managers and leaders have a critical role to play: "Consistent manager commitment is also needed to avoid releasing products with accessibility bugs." Myhill agrees and notes the importance of direct observation of user frustrations and challenges: "Another thing that is effective is having senior leadership observe usability testing sessions of people with disabilities using their products. That's always eye-opening for them. Similarly, observing the frustrations and challenges of colleagues and clients with disabilities can also really galvanize action."

Byrne-Haber points to the need for internal advocates to counter misguided narratives and make the business case for accessibility: "I hear, 'We don't have customers with disabilities,' a lot, as a genuinely held belief. That narrative needs to be flipped and organizations should be asking themselves, 'Why don't we have customers with disabilities?'" If a website is inaccessible, you might as well have a chain and padlock over the front door that says, 'No disabled customers allowed.' And those disabled people, who are 20 percent-plus of your potential customers, will vote with their pocketbooks and go somewhere else. The organization won't even know the customer was lost unless the customer explains why they went to a competitor."

Ultimately, making the case for accessibility requires leadership to take action: "The best way to emphasize the importance of accessibility is by making it a fundamental part of software development," says Muncharaz. "It should be integrated from the start, not added later. Project leaders should provide clear instructions for everyone to prioritize accessibility, ensuring it's considered essential for a job well done." Mazrui suggests integrating accessibility into automated testing that blocks code commits and product releases: "Automated accessibility testing is generally not used to its potential. Scripts can evaluate web pages efficiently, and these can be executed within software development pipelines. This enables accessibility bugs to block code check-ins by developers and for patterns of bugs to be shown on dynamic dashboards for managers."

Finally, leaders need to equip their employees with the right resources and skills for success. Muncharaz explains: "Of course, prioritizing accessibility requires the right skills. Companies should provide training to raise awareness and equip their staff with necessary skills. They may also need to hire dedicated accessibility professionals."

 

Who's leading the way?

While "the overall state of the industry is disappointing, with lots more work to do," Myhill shares a few "leading lights," including Apple and Microsoft. In terms of specific products, when we asked the experts for their favorite examples of software accessibility, here's what bubbled to the top.

 

Myhill's pick: iPhone's Camera app

Myhill pick: iPhone Camera app

iPhone's Camera app is exemplary because it "just works out of the box for everyone, even people who are blind." For example, when used with iOS's VoiceOver screen reader—which uses gestural input and audio output—blind users can detect, position, and focus on objects like faces and text; navigate and fluidly access all on-screen buttons; and even peruse the photos in the photo viewer using autogenerated image descriptions.


Mazrui's pick: Audible's Alexa Skill

Mazrui pick: Audible Alexa Skill

Alexa's Audible skill has "excellent accessibility for users with visual or dexterity disabilities," says Mazrui. A little-known fact is that blind individuals invented audiobooks—then known as "talking books"—in the early 1930s, back when vinyl record players were the state of the art. Now, with voice-based smart speaker platforms like Amazon Alexa, books can be accessed via both audio input and audio output, and enjoyed by disabled and nondisabled users alike.


Muncharaz's pick: Auto-captions on meeting platforms

Muncharaz pick: Auto-captions on meeting platforms

Meeting platforms—including Zoom, Google Meet, Microsoft Teams, and Skype—increasingly provide autogenerated closed dialogue-only captions (or, more accurately, subtitles).11 As a deaf person, Muncharaz calls automatic captions a "game-changer" for him, as "they've completely transformed how well [he] can take part and contribute effectively [in meetings]." A 2015 review of more than 100 research studies on the effects of captions concluded that: "Captioning a video improves comprehension of, memory for, and attention to videos, for children, adolescents, college students, and adults."6


Byrne-Haber's pick: BBC's website

Byrne-Haber pick: BBC website

According to Byrne-Haber, the British Broadcasting Corporation (BBC), demonstrates exemplary accessibility for two reasons: "Not only have they done a good job themselves, but they have also provided great guidance for others on how to do the same." BBC's Accessibility site4 lists accessibility features it provides, resources for designing and building accessible digital media, its corporate values and policies around accessibility, and even programming featuring people with disabilities.

Notably, all these products demonstrate "universal usability," or design that provides access to the widest range of users, regardless of disability or other minority status.


Where do we go from here?

Looking to the future, our experts share words of optimism and words of warning. Chief among reasons to be hopeful is the growing global movement toward digital access. Myhill notes, "For those of us who work in accessibility, there is a global accessibility community that is strong and friendly." More generally, Muncharaz perceives a "growing awareness about inclusion and disability rights, thanks to recent accessibility policies around the world." The tech industry's spirit and culture of progress also promises novel, more equitable solutions. "Fortunately, there's hope because we're in a time of digital transformation and technological innovation," says Muncharaz. "... All of this should improve accessibility."

Yet, when it comes to accessibility, technological progress is often a mixed bag, with some steps forward and some steps back. Most recently, AI technologies have entered the collective dreams and nightmares of the disability community and allies. Mazrui explains: "AI carries potential for raising accessibility (e.g., via object recognition), yet also carries risk (e.g., if machine learning on big data does not represent people with disabilities adequately)."

Consider that Microsoft's Copilot improves blind software developers' experiences by streamlining tasks that are tedious to accomplish via screen reader,8 while simultaneously interacting in discriminatory ways with disabled users (as when it told Chancey Fleet, assistive technology coordinator for the New York Public Library, it was "sorry to hear [she's] blind").5 One such "backward step" identified by both Myhill and Byrne-Haber is the proliferation of AI-enabled accessibility "overlays" on websites. These are a "claimed single-line code fix that will solve all accessibility problems, which they do not."

Those who truly wish to advance accessibility in the software industry should beware of simple fixes to complex problems. Perhaps the most important thing they can do is ensure that people with disabilities are represented at all levels in the industry—from end-user testers, to developers, to corporate leaders.

On this matter, we let Mazrui have the last word: "Almost everyone in the disability-access field is familiar with the statement, 'Nothing about us without us.' Too often, however, it is not practiced in good faith. Periodic focus groups, individual interviews, surveys, and other feedback mechanisms are neglected by product managers. A misguided view believes that well-intended, nondisabled persons can judge what accessibility problems exist, which solutions actually work, and how important a problem is compared to others. The fundamental principle of inclusion is also violated by the dearth of people with disabilities in positions of organizational leadership."

 

References

1. ADA Site Compliance. https://adasitecompliance.com/2023-ada-web-accessibility-lawsuit-statistics-full-report/.

2. ADA Site Compliance. ADA Title III Requirements. 2021. https://adasitecompliance.com/ada-title-iii-requirements/.

3. ADA Site Compliance. 2023 ADA Web Accessibility Lawsuit Statistics: Full Report. 2024. https://adasitecompliance.com/2023-ada-web-accessibility-lawsuit-statistics-full-report/.

4. BBC. BBC Accessibility Help. https://www.bbc.co.uk/accessibility/.

5. Fleet, C. Keynote Talk by Chancey Fleet, New York Public Library. 2024. https://www.youtube.com/watch?v=yUTpK_HOGmo.

6. Gernsbacher, M. A. Video Captions Benefit Everyone. 2015. https://doi.org/10.1177/2372732215602130.

7. Shinohara, K., Kawas, S., Ko, A. J., Ladner, R. E. Who Teaches Accessibility?: A Survey of U.S. Computing Faculty. SIGCSE '18: Proceedings of the 49th ACM Technical Symposium on Computer Science Education. 2018. https://dl.acm.org/doi/abs/10.1145/3159450.3159484.

8. Stark, J. D. My Exploration Of How Copilot Can Help Blind Users — Part 1. 2024. https://blog.blackspheretech.com/?p=473.

9. WebAIM. WebAIM Million Report. 2024. https://webaim.org/projects/million/.

10. W3C. W3C Accessibility Standards Overview. 2024. https://www.w3.org/WAI/standards-guidelines/.

11. W3C. W3C Captions (Live). 2023. https://www.w3.org/TR/UNDERSTANDING-WCAG20/media-equiv-real-time-captions.html#captionsdef.

 

Stacy M. Branham is an Associate Professor of Informatics at the University of California, Irvine. Her research investigates how technologies operate in social settings where one or more people are disabled. In 2021, she received the National Science Foundation CAREER Award and was named one of the "Brilliant 10" rising STEM researchers by Popular Science. She earned her Ph.D. in 2014 and her B.S. in 2007, both from Virginia Tech's Department of Computer Science. Branham has a psychosocial disability.

Shahtab Wahid is a user experience designer at Bloomberg. He blends his design and research expertise to solve problems in the areas of desktop and web platform design, design systems, and accessibility for the financial industry. He studied Human-Computer Interaction and earned his Ph.D. from Virginia Tech's Department of Computer Science in 2011.

Sheri Byrne-Haber is a global disability inclusion expert with several apparent and nonapparent disabilities, best known for launching digital accessibility programs at McDonald's and VMware. She was an early adopter of using ML and GenAI to solve accessibility problems. She is developing an accessible crypto exchange and token called AbleCoin. With degrees in computer science, law, and business, Byrne-Haber has a complete 360-degree view of all the issues impacting people with disabilities and their use of technology.

Jamal Mazrui lives with his wife and daughter in Seattle, where he does expert consulting in tech usability. This involves policy analysis, software development, and event management, tackling complex challenges in a systematic and integrated manner. Mazrui earned a bachelor's degree in operations research from Princeton University, and a master's in public policy from Harvard University. He has worked for government, corporate, and nonprofit organizations, bringing a unique combination of policy, developer, and consumer perspectives.

Carlos Muncharaz is an Accessibility Specialist at Springer Nature. He is deaf, which means he has firsthand experience with accessibility barriers, driving his motivation to remove them. In the past, he has worked as a front-end developer, graphic designer, and photographer. Originally from Spain, he's currently living in Lisbon, Portugal, with his dear wife, beloved dog, and cherished cat.

Carl Myhill, a UX designer for 32 years, works for Bloomberg. Twenty years ago, he built an accessible website for his swimming club. A blind paralympic swimmer liked it, saying, "Nice contrast." This early lesson in not making assumptions triggered Myhill's lifelong interest in accessibility. He is likely dyslexic (although lacking a formal diagnosis). His son has ADHD and autism. Myhill previously led accessibility at Goldman Sachs and Refinitiv, and recently qualified for IAAP CPACC (International Association of Accessibility Professionals Certified Professional in Accessibility Core Competencies).

Copyright © 2024 held by owner/author. Publication rights licensed to ACM.

acmqueue

Originally published in Queue vol. 22, no. 5
Comment on this article in the ACM Digital Library





More related articles:

Vinnie Donati - Driving Organizational Accessibility
In this article we'll explore how Microsoft drives accessibility throughout its organization and we'll look closely at essential frameworks and practices that promote an inclusive culture. Through examining aspects like awareness building, strategic development, accessibility maturity modeling, and more, we aim to offer a guide for organizations starting their accessibility journey. The idea is to share what we've learned in the hope that you can take it, tweak it to fit your company's purpose, and nurture accessibility in a way that's not just a checkbox activity but genuinely integrated into your culture.


Shahtab Wahid - Design Systems Are Accessibility Delivery Vehicles
Design systems are infrastructure built for consumers—the designers and developers—working on applications. A successful one allows consumers in an organization to quickly scale design and development across applications, increase productivity, and establish consistency. Many consumers, however, are not prepared to build for accessibility. Couldn't an organization make building accessibility support for applications scalable, productive, and consistent? This article explores how a design system becomes an important vehicle to supporting accessibility.


Juanami Spencer - Accessibility Considerations for Mobile Applications
Considering accessibility is essential when creating mobile applications to ensure they are usable and enjoyable for as broad an audience as possible. Mobile accessibility has unique considerations compared with desktop experiences, but it provides immense value to those users who rely on mobile devices in their day-to-day activities. By keeping these considerations in mind, mobile product development teams can better support and enhance the lives of all users. This article explores some of the key accessibility considerations for a mobile application and highlights a few ways the Bloomberg Connects app supports accessibility in both the product and process.


Chris Fleizach, Jeffrey P. Bigham - System-class Accessibility
This article illustrates system-class accessibility with our work enabling iPhones to be used nonvisually using the VoiceOver screen reader. We reimagined touchscreen input for nonvisual use, introducing new gestures suitable for control of a screen reader, and for output we added support for synthesized speech and refreshable braille displays (hardware devices that output tactile braille characters). We added new accessibility APIs that applications could adopt and made our user interface frameworks include them by default. Finally, we added an accessibility service to bridge between these new inputs and outputs and the applications.





© ACM, Inc. All Rights Reserved.