Re: Automatic Detection of Screen Readers and Other Assistive Technology

On Wednesday, June 11, 2003, at 12:02 PM, Aaron Smith wrote:
> Andrew is correct. Win32 programmers would use the 
> SystemParametersInfo API (with the SPI_GETSCREENREADER flag) to 
> determine whether an application has set said flag or not. This is a 
> nice generic way to see if any screen reader is running. If you want 
> to determine whether a specific screen reader is running or not, you 
> would simply need to find out if that app's window is available.

So how do I use this on my Web site in order to deliver specific content
to screenreader users only?

--Kynn

--
Kynn Bartlett <kynn@idyllmtn.com>                     http://kynn.com
Chief Technologist, Idyll Mountain                http://idyllmtn.com
Author, CSS in 24 Hours                       http://cssin24hours.com
Inland Anti-Empire Blog                      http://blog.kynn.com/iae
Shock & Awe Blog                           http://blog.kynn.com/shock

Received on Wednesday, 11 June 2003 15:25:58 UTC