Literature Reviews
Reviewed research papers, articles, and publications relevant to digital accessibility.
11 results found tagged software development.
-
A Voice-Activated Syntax-Directed Editor for Manually Disabled Programmers
This paper presents VASDE (Voice-Activated Syntax-Directed Editor), a programming environment designed to allow people with manual disabilities to write Java code using voice commands instead of a keyboard and mouse. The authors argue that traditiona…
-
Nonvisual Tool for Navigating Hierarchical Structures
This paper presents the Aural Tree Navigator, an Eclipse IDE plug-in that enables blind programmers to navigate hierarchical program structures (such as package explorers, class hierarchies, and file systems) using keyboard commands and speech/sound …
-
CodeA11y: Making AI Coding Assistants Useful for Accessible Web Development
This paper addresses a persistent problem: despite decades of accessibility standards and tools, ~96% of web pages contain accessibility violations. The authors argue that AI coding assistants like GitHub Copilot represent an untapped opportunity bec…
-
VocalIDE: An IDE for Programming via Speech Recognition
This student research paper addresses the underrepresentation of people with upper-limb physical impairments in the developer community — while 6.7% of Americans have upper-limb impairments, less than 4% of developers report any physical disability. …
-
Intelligent Approaches in the Software Development Process: A Systematic Literature Mapping
This short paper from the Federal University of Pará in Brazil presents a systematic literature mapping (SLM) investigating how intelligent approaches — methods and tools using artificial intelligence concepts — are used to assess and validate access…
-
Accessibility Challenges and Tool Features: An IBM Web Developer Perspective
This highly cited (50 citations) survey of 49 IBM web developers explores the barriers they face in creating accessible rich internet applications and what features they value in accessibility testing tools. IBM mandates accessibility through Corpora…
-
Application of Traditional Software Testing Methodologies to Web Accessibility
Written by authors from Microsoft and the University of Washington, this paper argues that the evolution of web content from static documents to dynamic Rich Internet Applications (RIAs) demands a corresponding evolution in accessibility testing meth…
-
Accessibility Assessment of Violations on the Stack Overflow Platform
This study investigates whether code snippets shared on Stack Overflow — one of the world's most popular developer Q&A platforms with over 120 million monthly visitors — follow web accessibility guidelines. The researchers built a tool called A11y Re…
-
Automated Generation of Accessible PDF
This demonstration paper presents AGAP (Automated Generation of Accessible PDF), an open-source tool that automates the generation of accessible PDFs from LaTeX source files while making the authoring process itself accessible to people with vision i…
-
AudioQ: A Debugging Extension for Visually Impaired Developers
This extended abstract presents AudioQ, a Visual Studio Code extension designed to improve the debugging experience for visually impaired software developers. The extension addresses a specific gap in current accessibility tools: while screen readers…