| MAKING YOUR WEBSITE ACCESSIBLE
First off it doesn't mean compromising on design, however
it is disturbing to discover how many web designers &
developers think that all is required is image alt tags
and a text only version. These are useful but are only part
of the story. It's simple things like allowing the user
to resize the text (from the View menu in Internet Explorer)
rather than having a fixed size and being aware of the requirements
of the technology that a disabled person may be using. For
example someone with a visual impairment may be using screen
reading software which reads what it sees on the screen
from left to right. When you have 2 columns of text like
this:
Mary had
a little lamb,
It's fleece was white as snow |
and everywhere
that Mary went,
The lamb was sure to go |
A screen reader would read this as : Mary
had a little lamb, and everywhere that Mary went, It's fleece
was white as snow The lamb was sure to go. Confusing Huh!
If they can't see the screen they can't use a mouse to navigate
around your site and are stuck on your opening page. With
the addition of accesskey code they will be able to use
the keyboard to get around your web site. The main menu
on the left of these pages has access key codes which screen
reading software will identify for the user. If you press
Alt and the access key then Enter you will be taken to the
appropriate page. If you would like to try it out the access
keys are : HOME = 1 , INFO = 2 , SERVICES = 3 , SUPPORT
= 4 , CLIENTS = 5 , PROJECTS = 6 , ACCESSIBILITY = 7 , CONTACT
= 8.
These are just a few examples - there's more going on behind
the scenes that you don't see. |