Literature Reviews
Reviewed research papers, articles, and publications relevant to digital accessibility.
22 results found tagged ARIA.
-
Measuring the Semantic Accessibility Gap in LLM-Generated Web UIs
Calo, Gurita, and De Russis investigate a blind spot of mainstream automated accessibility tools: while scanners like Axe-core reliably catch missing alt attributes or unlabelled form fields (syntactic violations), they cannot tell whether the values…
-
DHTML Accessibility – Solving the JavaScript Accessibility Problem
This landmark paper from IBM researchers Becky Gibson and Richard Schwerdtfeger describes the foundational work that would become WAI-ARIA. At the time of writing, JavaScript was used on over 50% of websites, yet no accessibility solution existed for…
-
What's New? Making Web Page Updates Accessible
This paper introduces Dynamo, a system that makes dynamic web page content accessible to blind screen reader users by automatically detecting changes across all types of web page updates and providing a unified interface for reviewing them. The paper…
-
Building Keyboard Accessible Drag and Drop
This demo paper presents an API that enables web developers to create keyboard-accessible drag and drop (DnD) components for web applications, particularly e-learning systems. Drag and drop interactions are widely used in educational websites for cla…
-
Accessible Web Chat Interface
This paper addresses the accessibility of web chat widgets — ubiquitous real-time communication tools embedded in web applications for customer support, social interaction, and service delivery. Screen readers like JAWS, VoiceOver, and NVDA do not re…
-
Identifying Behavioral Strategies of Visually Impaired Users to Improve Access to Web Content
This paper presents a methodology for identifying how visually impaired screen reader users develop coping strategies when encountering inaccessible web content, then uses those strategies to inform the design of transcoding solutions. The researcher…
-
Demonstration: Screen Reader Support for a Complex Interactive Science Simulation
This demonstration presents an accessible version of "Balloons and Static Electricity," a PhET interactive science simulation that teaches electrostatic charge concepts. PhET simulations are run over 75 million times annually, yet most are inaccessib…
-
Ajax Live Regions: ReefChat Using the Fire Vox Screen Reader as a Case Example
This paper presents ReefChat, an accessible Ajax chat application, and Fire Vox, an open-source screen reader extension for Firefox, as a proof-of-concept for WAI-ARIA live regions — one of the earliest practical demonstrations of this then-nascent s…
-
AxsJAX: A Talking Translation Bot Using Google IM: Bringing Web-2.0 Applications to Life
This paper from Google describes how the AxsJAX framework uses WAI-ARIA live regions to make Google Talk — an instant messaging client integrated into GMail — fully accessible to screen reader and self-voicing browser users, and demonstrates a compel…
-
Combining SADIe and AxsJAX to Improve the Accessibility of Web Content
This paper from the University of Manchester presents a prototype system that combines two accessibility approaches — SADIe and Google's AxsJAX framework — to improve web content access for visually impaired screen reader users. SADIe (Semantic Annot…