The User Experience: Designs and Adaptations
Vicki L. Hanson · 2004 · Proceedings of the 2004 International Cross-Disciplinary Workshop on Web Accessibility (W4A) · doi:10.1145/990657.990659
Summary
This keynote-style paper from IBM's Watson Research Center by Vicki Hanson argues that web accessibility standards and guidelines, while necessary, do not guarantee a usable or satisfying experience for people with disabilities. The paper distinguishes between accessibility (technical compliance enabling assistive technology access) and usability (whether the experience is actually effective and satisfying), noting that a page can be technically accessible yet confusing, or intuitive yet inaccessible. Hanson presents IBM's Web Adaptation Technology prototype, a client-side application for Internet Explorer that transforms web pages on the fly to meet individual user needs without requiring changes to the page source. Originally designed for older adults, the software was adopted by organizations serving people with diverse disabilities. The paper details five categories of adaptation: content enlargement (banner text for severe low vision, text enlargement, browser control enlargement, image enlargement with pixel interpolation for JPEG quality, and page magnification with optional linearization to single-column to avoid horizontal scrolling); font adjustment (letter spacing, line spacing, font style changes, color/contrast changes including automatic detection and replacement of transparent GIF colors when background colors change); distraction reduction (hiding backgrounds, hiding images, stopping GIF animations, page magnification to reduce visual complexity); and text-to-speech (point-and-speak where users mouse over content to hear it read aloud, unlike screen readers' linearized keyboard navigation). Interviews with instructors at senior computer centers revealed that seniors' most common problems were difficulty reading pages (many used bifocals and developed stiff necks), confusion from complex page designs, and inability to understand animations.
Key findings
The most popular feature of the Web Adaptation Technology was text-to-speech, which users with low vision used for reinforcement while reading, and users with cognitive disabilities and low literacy found enabled independent web use for the first time — increasing their confidence and motivating more frequent browsing. Magnification was used not only for enlargement but unexpectedly as a simplification tool: users with cognitive limitations or low English proficiency used it to reduce the amount of information visible on screen. A critical design finding was that many users who could benefit from browser accessibility settings were unaware they existed, and those who were aware found them too difficult to configure — changing font color in Internet Explorer required 16 steps plus 4 additional steps to override page colors. The paper identifies specific web design patterns that break under user adaptation: text embedded in graphics cannot be enlarged and disappears when images are hidden; transparent GIFs with text become unreadable when background colors change (the software automatically detects and recolors these); graphical buttons with embedded text cannot be enlarged; and button click targets below 23.3mm provide no additional benefit for users with age-related macular degeneration. Skip navigation links, designed for screen readers, proved equally valuable for linearized page views used by low-vision users. The paper argues that designers should build redundancy into their message so information is not lost when users change presentation, and should avoid embedding critical text in graphics.
Relevance
This paper was ahead of its time in arguing that accessibility is not just about screen readers and WCAG compliance — it must encompass the full spectrum of user adaptations including text resizing, color changes, content simplification, and text-to-speech for people who are not blind but have significant access needs. The population Hanson describes — older adults, people with low vision, cognitive disabilities, low literacy, and ESL learners — is far larger than the blind screen reader user population that dominated accessibility research at the time. Her findings about design patterns that break under adaptation remain directly relevant to modern responsive web design: text in images, fixed-size elements, background images behind text, and animations that cannot be paused all continue to cause problems. The concept of user-controlled page adaptation anticipated modern browser reader modes, dark mode preferences, and CSS custom properties for theming. The finding that the most-requested feature was not enlargement but text-to-speech — and that it enabled independent web use for people with cognitive disabilities — foreshadowed the growing recognition that TTS benefits extend far beyond blindness. For practitioners, the paper's catalog of design decisions that prevent effective adaptation (text in graphics, transparent GIFs, small click targets, complex layouts) serves as a practical checklist for building adaptable pages.
Tags: low vision · aging · cognitive accessibility · user experience · personalization · text-to-speech · page adaptation · web design · usability · color contrast · visual crowding · content reflow
Standards referenced: Section 508 · UAAG 1.0