RE: sorry! RE: Stats about JavaScript availability

> Also worth mentioning: most screen readers, as far as I know, 
> don't "see" any markup generated via javascript, but rely 
> solely on the markup that's originally sent by the server. 
> So, any DOM scripting / javascript magic may be completely 
> lost on users of JAWS and co.

Patrick,
This isn't necessarily true anymore.  JAWS and Window-Eyes, for example,
do pretty well with regard to javascript, and are getting better all the
time.

If you have a form with a select with 3 choices (yes, no, and maybe) and
when maybe is chosen a textarea appears on the screen next to the select
("if maybe, please explain"), screen reader users will be able to see
this control.  I don't have the specific data on what versions deal with
this and how, but it has been supported long enough to assume that the
information will be read (and then test to verify) rather than assume
that it won't be read (and then test to verify).

In general, screen reader off-screen models are less static all the
time.

AWK

Received on Friday, 4 November 2005 17:43:15 UTC