Accessibility Works: Enhancing Web Accessibility in Firefox

John T. Richards,Vicki L. Hanson,Jonathan P. Brezin,Calvin B. Swart,Susan Crayne,Mark R. Laff
DOI: https://doi.org/10.1007/978-3-540-73283-9_16
2007-01-01
Abstract:This paper reviews several techniques we have discovered while trying to extend the Firefox browser to support people with visual, motor, reading, and cognitive disabilities. Our goal throughout has been to find ways to make on-the-fly transformations of Web content including adjustments of text and image size, text style, line and letter spacing, text foreground color, text background color, page background removal, content linearization, and reading text aloud. In this paper, we focus primarily on the changes we make to the browser’s Document Object Model (DOM) to transform Web content. We review the kinds of approaches we have used to make DOM modifications sufficiently fast and error free. We highlight the problems posed by Web pages with a mix of static and dynamic content generated by client-side scripts and by Web pages that use both fixed and relative placement of page elements, pages of the sort we expect to see in increasingly in the future.
What problem does this paper attempt to address?