AcceSS: accessibility through simplification & summarization
Bambang Parmanto, Reza Ferrydiansyah, Andi Saptono, Lijing Song, I Wayan Sugiantara, Stephanie Hackett · 2005 · Proceedings of the 2005 International Cross-Disciplinary Workshop on Web Accessibility (W4A) · doi:10.1145/1061811.1061815
Summary
This paper from the University of Pittsburgh presents AcceSS, a transcoding system that makes web pages more accessible to visually impaired users through two complementary strategies: simplification and summarization. The authors identify a fundamental asymmetry in web browsing: sighted users can instantly form a gestalt comprehension of a web page through quick visual scanning and jump directly to sections of interest, while visually impaired users must sequentially read through all content — including clutter like advertisements, navigation bars, and decorative elements — before reaching their target. AcceSS addresses this by using genre-based templates and pagelet detection to understand web page structure. The system first identifies a page's genre (news, e-commerce, journal, etc.) through URL lookup and heuristic rules, then matches the page against templates constructed from prototypical sites of that genre. Templates define "landmarks" — structurally important areas like mastheads, navigation menus, and content sections. Within landmarks, pattern matching using regular expressions identifies "pagelets" (self-contained logical regions such as news headlines, related links, and navigation menus). Based on this structural understanding, the system generates simplified and summarized versions of the page.
Key findings
The system produces four types of transcoded pages: a "guide dog" page (the primary navigation aid containing a structured outline with news titles, directory links, and interaction tools), a preview page (providing context about linked content before the user commits to reading it), a full story page (with clutter removed), and a site navigation page (separating navigational links from content). Pagelet detection testing across twelve pages from six sites (Amazon, eBay, Yahoo News, CNN, BMJ, Ovid) showed that 28.9% of elements detected as pagelets were actually non-pagelets, 17.3% of actual pagelets were misclassified, and 19.5% of pagelets went undetected — demonstrating that automatic page structure detection is feasible but imperfect. A pilot usability study with two visually impaired JAWS users on Yahoo News showed that both participants completed all three tasks on the transformed site, while only one participant completed any tasks on the original site (and only one task). Task completion times on the transformed site ranged from 1-5 minutes versus exceeding the 5-minute threshold on the original. Both users preferred the transformed site, though they differed on whether the preview page was useful — one user always skipped to the full story while the other consistently used previews.
Relevance
AcceSS addresses a problem that remains central to web accessibility: screen reader users experience the web sequentially while sighted users experience it spatially, and web clutter disproportionately burdens sequential access. The "guide dog" metaphor — a navigational summary that helps users orient themselves before diving into content — anticipates modern approaches like ARIA landmarks, skip navigation links, and heading-based navigation. The genre-based template approach recognizes that different types of websites require different accessibility strategies, an insight still relevant as practitioners develop accessible patterns for different content domains. The finding that users differed on whether previews were useful highlights the importance of user control and configurable accessibility features. For practitioners, the paper reinforces that accessibility is not just about standards compliance but about restructuring information flow to match how assistive technology users actually consume content — providing orientation, reducing clutter, and enabling direct access to relevant sections.
Tags: screen readers · visual impairment · web transcoding · content simplification · web navigation · gestalt comprehension · assistive technology
Standards referenced: JAWS