| 2. |
| What do you mean by "Accessible Design"? |
top |
For people with disabilities, browsers (Like Internet Explorer, Firefox, Opera, etc) have options to make them more "Accessible". As an example, the blind can use screen readers, software that reads out the text on the page. Sounds simple, huh? Well, we web guys can actually create pages out of images, out of order text blocks, tables inside of other tables and then add something later on in the middle that actually shows up at the bottom (visually). So, when a screen reader gets ahold of this, it makes little sense. Things are read out of order, images may say nothing, and the user is lost. And they leave yoyr site:(
Modern browsers all have features that can be used - to make text bigger, to change the colors, to remove the "Style", any and all can have a negative impact on the site. On some sites, simply increasing the text size will "break" the site.
So, to be "accessible" a site needs to be designed with that in mind, right from the start. Try it and see. On most major sites, you will find it is accessible. But on other sites, well, try it for yourself. On Firefox, go to "View" increase text size. Then try "View" "Page Style" "No Style". On Internet Explorer, "View" "Text" "Largest"
To make a web page accessible you pretty well need to design it like that right from the start. All sites here are accessible. Guarenteed. |