Literature Reviews
Reviewed research papers, articles, and publications relevant to digital accessibility.
10 results found tagged DOM.
-
Judge: Effective State Abstraction for Guiding Automated Web GUI Testing
This paper presents Judge, a novel approach to state abstraction for automated web GUI testing (AWGT). AWGTs explore web applications by performing GUI actions and building a state model to guide further exploration, maximising code coverage within a…
-
Site-Wide Annotation: Reconstructing Existing Pages to Be Accessible
This paper from IBM Tokyo Research Laboratory presents a system for making inaccessible web pages accessible through external annotations, without modifying the original pages. The core problem is "page fragmentation" — on visually designed web pages…
-
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…
-
Extracting content from accessible web pages
This paper from Columbia University presents Crunch, a web proxy tool that applies heuristic-based filters to extract core content from web pages by removing clutter such as advertisements, navigation menus, spacer elements, and extraneous links. Cru…
-
Platform-Independent Accessibility API: Accessible Document Object Model
This paper, authored by Adobe engineers, addresses a fundamental problem in cross-platform accessibility: application developers who want to support assistive technologies must implement separate integrations for each operating system's accessibility…
-
Three web accessibility evaluation perspectives for RIA
This paper presents a large-scale comparative study of web accessibility evaluation across three distinct perspectives that reflect how Rich Internet Applications (RIAs) are actually experienced by users. The three evaluation perspectives are: E1, ev…
-
Parallel DOM Architecture for Accessible Interactive Simulations
This paper presents the Parallel DOM (PDOM) architecture developed by the PhET Interactive Simulations project at the University of Colorado Boulder to make their suite of 140+ free science and mathematics simulations accessible to students with visu…
-
Automatic Identification of Widgets and their Subcomponents Based on a Classification Pipeline for DOM Mutation Records
This paper presents a machine learning pipeline for automatically classifying web widgets (specifically dropdown menus) and their subcomponents by analyzing DOM mutation records — the dynamic changes that occur in a web page's HTML structure when use…
-
QualState: Finding Website States for Accessibility Evaluation
This paper introduces QualState, a web crawling tool designed to solve a fundamental limitation of automated accessibility evaluation: the inability to test dynamic content in Single Page Applications (SPAs). SPAs like Facebook, Google Maps, and Gmai…
-
Drop-Down Menu Widget Identification Using HTML Structure Changes Classification
This paper addresses a critical gap in web accessibility: the widespread failure of interactive widgets in rich internet applications (RIAs) to implement WAI-ARIA markup, rendering them inaccessible to screen reader users and other assistive technolo…