Literature Reviews
Reviewed research papers, articles, and publications relevant to digital accessibility.
13 results found tagged JavaScript.
-
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…
-
How Accessible is the Process of Web Interface Design?
This short paper investigates the accessibility challenges faced by blind web interface developers through interviews with six legally blind participants (all male, aged 29-48) who had experience building websites and online applications. Five used J…
-
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…
-
Making the Web Easier to See with Opportunistic Accessibility Improvement
This paper introduces the concept of "opportunistic accessibility improvement" — the idea that accessibility enhancements like magnification should be automatically applied to the maximum extent possible without causing negative side effects. The aut…
-
Accessibility for Simple to Moderate-Complexity DHTML Web Sites
This detailed technical paper from Microsoft provides practical design and coding techniques for making Dynamic HTML and AJAX applications accessible using the browser and assistive technology capabilities available in 2007 — deliberately without rel…
-
The AccDC Enterprise API for Advanced UI Automation
This demo paper presents the AccDC Enterprise API, a JavaScript-based dynamic content management system designed to build Rich Internet Applications with automatic accessibility built in from the ground up. Created by Bryan Garaventa through WhatSock…
-
Enabling an Accessible Web 2.0
This keynote paper from IBM's Becky Gibson examines the accessibility challenges created by the emergence of Web 2.0 and the technologies being developed to address them. Written at a pivotal moment in web history, the paper describes how the shift f…
-
Accessmonkey: A Collaborative Scripting Framework for Web Users and Developers
This paper introduces Accessmonkey, a JavaScript-based scripting framework that enables web users, developers, and researchers to collaboratively improve web accessibility through client-side page modifications. Built as an extension of the Greasemon…
-
WebAnywhere: A Screen Reading Interface for the Web on Any Computer
This short paper introduces WebAnywhere, a free web-based screen reader from the University of Washington that enables blind users to access the web from any computer with a standard browser and sound capability, without installing any software. The …
-
Web Presentation Layer Bootstrapping for Accessibility and Performance
This paper presents the "Web Bootstrapper," a technique for delivering different presentation experiences ("skins") from a single semantic HTML codebase without altering source markup or running costly client-side detection code. The approach address…