E-mail List Archives
Re: What makes screen-readers say "clickable"?
From: Moore,Michael (DARS)
Date: Apr 7, 2015 5:48AM
- Next message: Steve Faulkner: "Re: What makes screen-readers say "clickable"?"
- Previous message: Lynn Holdsworth: "Re: What makes screen-readers say "clickable"?"
- Next message in Thread: Steve Faulkner: "Re: What makes screen-readers say "clickable"?"
- Previous message in Thread: Lynn Holdsworth: "Re: What makes screen-readers say "clickable"?"
- View all messages in this Thread
The clickable ancestor leads to an interesting side effect with modern JavaScript development practices. Frequently an OnClick event handler is added to the body element so that the script will pick up a click anywhere on the page and be able to process it. Now the screen reader sees everything as clickable, which leads to a lot of extra noise.
Mike Moore
Accessibility Coordinator,
Texas Department of Assistive and Rehabilitative Services
(512) 424-4159 (Office)
(512) 574-0091 (Cell)
- Next message: Steve Faulkner: "Re: What makes screen-readers say "clickable"?"
- Previous message: Lynn Holdsworth: "Re: What makes screen-readers say "clickable"?"
- Next message in Thread: Steve Faulkner: "Re: What makes screen-readers say "clickable"?"
- Previous message in Thread: Lynn Holdsworth: "Re: What makes screen-readers say "clickable"?"
- View all messages in this Thread