Screen readers and layouts (opinions)

It doesn't matter if you do all the error checking in the world, or if you have the most beautiful graphics, if your site or application design isn't usable, it's not going to do well. Get input and advice on usability and user interface issues here.

Moderator: General Moderators

Post Reply

Do you test your websites with a screen reader?

Yes
2
20%
No
8
80%
Why?
0
No votes
 
Total votes: 10

User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Screen readers and layouts (opinions)

Post by Chris Corbyn »

Mainly out of curiosity but...

According to the W3C (and I agree whole-heartedly on this), everybody should be able to view your content. If that content is only available online and you use a table based layout you are effectively (perhaps without even knowing it) discriminating against visually impaired users.

I do use CSS to build all layouts to valid XHTML 1.0 Strict and therefore (to date) minimize the toll that HTML layouts can take on a screen reader but I have, until now, never considered actually experiencing my content through a screen reader in order to best improve my coding therefore increasing the enjoyment for visually impaired users. I mean, we all keep checking our layouts on-screen and make judgements and improvements based upon what we see. Why not do the same with a screen reader?

I'm just curious if anybody else does this and if everybody agrees that this is worthwhile thing to do?

For me... the more people that enjoy my content, the more I enjoy coding it ;-)
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

now with a screen reader but using the bobby tool i think it's called. I don't remeber it's at work and I just run my pages through it.

Since the company I work for has done several sites for town and city councils it has to comply with the uk legistlation that requires this sort of access.

oh what fun. but yeah i think it is important as most of the changes that you need to do are minor and don't take that much time.
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

I don't use screen readers for testing, but I always test my pages with css, javascript and everything else not html, turned off, which gives you a basic view off how it will look like in browsers without those features, but you also get an idea of how screen readears will represent it.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

I test with Bobby and the W3C validation tools. Testing with one screen reader would be as much use as only testing in IE. Just like testing with web browsers you need a variety to get a good idea of what works, and I never have the time. I probably would if clients were willing to pay an extra day or two for it.
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

An easy way to test a variety of screen readers is to use Firefox's web developer extension. It has an option (Miscellaneous->Linearize) that allows you to view the linear version of the page, which is generally what the screen readers all see.
User avatar
wwwapu
Forum Contributor
Posts: 197
Joined: Wed Apr 07, 2004 11:57 am
Location: Turku, Finland

Post by wwwapu »

In new Opera 8 there is Voice http://www.opera.com/voice/ with which one might play a little. There is also some support for CSS 3 Speech module. Quite exciting... http://www.opera.com/docs/specs/css/
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

Now there's an interesting development...:) I can see it now - IE7 being CSS3 compliant.

No chance...;) Good to see Opera putting taking another step forward...
Post Reply