Introduction to Website Accessibility
Basics, standards and validators
Conclusion
Accessibility. What is it and why is it important? An accessible website is one that is reasonably easy for everyone to make use of. When developers create a website assumptions are made about the user and how that person interacts with the computer. However, it should be remembered that the user experience is different for everyone and that the person can control many aspects. This is important to those who have a disability, such as poor vision, colour blindness, deafness or those who have a physical disability. Many of these people make use of the Internet on a regular basis and require alternative methods of accessing information. Being aware of this and addressing the issue will increase the potential for people to view your website and the impact your site will have.
A couple comments, there are many issues involved and it may not be possible to come up with a perfect solution, but there are guidelines available to web developers to help with creating a web accessible site. In addition to helping those that are not able to access the pages due to disabilities, the guidelines can also be beneficial to those who are accessing the Internet without the latest multimedia technology, such as those using older computers.
David Voth
http://www.cheamweb.com/Davi... (CWM member macfoto) enjoys web design and photography. His work includes Cheamweb: a site featuring photography from western Canada.
Introduction to Website Accessibility
Basics, standards and validators
Conclusion
Basic elements of web accessibility
One way of seeing how accessible your page might be is to turn off the graphics and other multimedia capabilities of your browser on the site that you are working on and seeing how easy it is to use. Another way of testing this is to try using the text browser Lynx to browse your website. One step that will be helpful in creating an accessible page is validating your pages against current web standards.
Some of the barriers that people may face when they are viewing a website are: inability to be aware of information communicated using various multimedia formats, i.e. images, animation or audio. In order to make your website accessible and complete with the features and presentation that you desire, make use of technologies and techniques that will communicate your message. Options include:
1) Using the alt attribute providing text to load for images that can be spoken by a screen reader: similarly adding title and longdesc attributes can give further details.
2) Using CSS with structured HTML instead of tables to design layout.
3) Technologies and multimedia components such as Java, JavaScript and Flash may not be accessible to the user thus an alternative format will be needed. If you do use them, take advantage of any accessibility tools that are available.
Standards
The World Wide Web Consortium developed the Web Content Accessibility Guidelines: There are 3 different levels of compliance specified within these guidelines. A checklist of the requirements is included. This will provide details of the different areas a person should be concerned about. Sometimes developing a website according to guidelines is not just an option, but it is a requirement. This is particularly true in the case of sites developed for government institutions. The United States government has requirements for the websites it is responsible for in legislation referred to as Section 508
Validators
In order to help you with creating documents that conform to accepted standards, validators have been created to analyze and provide advice for accessible web documents. Bobby is one validator available that is used for checking documents. Due to the nature of the testing, these tools are not able to give a definitive pass/fail and usually require further inspection by the web developer. Be sure you also validate your HTML and CSS.
David Voth
http://www.cheamweb.com/Davi... (CWM member macfoto) enjoys web design and photography. His work includes Cheamweb: a site featuring photography from western Canada.
Introduction to Website Accessibility
Basics, standards and validators
Conclusion
Conclusion
Remember, as in all other areas of web design, the goal is to make the users interaction with the website straightforward, informative and one that will encourage further use of your website.
Links:
- Web Accessibility Initiative <http://www.w3.org/WAI/>
- Section 508 <http://www.section508.gov/>
- Aware Center <http://aware.hwg.org/>
- Working with HTML - Accessibility <http://developer.apple.com/internet/html/access.html>
Bibliography
Paciello, Michael G. WEB Accessibility for people with Disabilities. Lawrence, Kansas: CMP Books, 2000
David Voth
http://www.cheamweb.com/Davi... (CWM member macfoto) enjoys web design and photography. His work includes Cheamweb: a site featuring photography from western Canada.