Designing for Section 508: Users with disabilities

larry98765

Registered
Hi All,

I'm in the process of developing a web site with the goal of conforming to section 508 standards -- for users with disabilities.

I'd like to download and install some of the user agents (i.e. special web browsers) that most utilize these standards, but I can't seem to find any.

What's out there that can either emulate these devices or what -- specifically -- are the devices themselves?

Thanks,

LS
 
Thanks both.

1) I'm already working on installing lynx (happens to be the topic of another one of my posts)

2) I'll definitely install the trial IBM screen reader (I do have a PC).

3) How do I turn off style sheets in Safari? (of course I could simply take the style sheet link out of my code, but the former would be simpler.) I tried creating an empty style sheet and setting prefs to use it, but it seems as though instead of replacing the style sheet, it simply overrides it, which is what I expected, since CSS is MEANT to do that.
 
There isn't much if anything that I'm aware of on the Mac side. JAWS and most other similar apps are usually Windoze only. Lynx is a nice quick way to look at something, but it's not going to be very helpful in ensuring 508 compliance. Opera 7.5 does have some nice features in it, might be worth downloading the free version and checkin it out.

Your best bet is to simply read up on the subject and figure out what should and shouldn't happen to ensure compliance with the guidelines. Here's some links which might be of help to you.


larry98765 said:
I'm in the process of developing a web site with the goal of conforming to section 508 standards -- for users with disabilities.

I'd like to download and install some of the user agents (i.e. special web browsers) that most utilize these standards, but I can't seem to find any.

What's out there that can either emulate these devices or what -- specifically -- are the devices themselves?
 
Back
Top