Web Site Usability

Chapter 6 - Accessibility Helps Everyone

Eye TelescopeAccessibility: In the web world, the word "Accessibility" is usually a synonym for "Usable by People with Disabilities." But just as in the non-web world, modifications which are made to help one group of people end up helping many groups.

For example, ramps originally built reluctantly in order to accommodate wheelchairs end up helping people with rolling backpacks carrying their computers, mothers with strollers, and the delivery guy!

Similarly, web accessibility guidelines like using font specifications which are not fixed in size may have been mandated for assisting the visually impaired, but end up helping teachers showing web sites on projection screens and everyone over the age of 42 who has resisted thus far buying reading glasses...

Also in this section, we will discuss the chronic headache of browser (in)compatibility, and the use of the @media property in Cascading Style Sheets (CSS) to make web sites more accessible in places other than your desktop or laptop computer.

We will also find out what the W3C means by "user agent" and where it fits in the "cascade" of Cascading Style Sheets (CSS). See Web Content Accessibility Guidelines 1.0 from the W3C.org web site.

  1. Accessibility Issues
  2. It's the Law: Section 508
  3. Testing your site for accessibility
  4. Browser (in)compatibility
  5. Tricks with @media
  6. How do CSS, XML and XSL fit in? What is XHTML?
    • CSS - Cascading Style Sheets
    • XML - Extensible Markup Language
    • XSL - Extensible Stylesheet Language
    • XHTML - Extensible Hypertext Markup Language

Sites:

==>Next