Do screen readers receive raw source code or processed source code? In other words, if a script in a page writes some of that page's content, does a blind user's screen reader get the generated content, or the script that generates it?
IF it gets the content, I can move on, confident that the site is meeting WAI and 508 requirements. If not, I need to provide at least an indication that certain data is supposed to be there.
Thanks in advance.
Span
9:08 am on Jul 5, 2004 (gmt 0)
As far as I know screen readers don't read the contents of script tags. So you have to use <noscript>.
DrDoc
5:00 pm on Jul 5, 2004 (gmt 0)
You can always download a free trial of Jaws... ;)