voodish logo
Skip to: Content | Navigation | Site map

What is Web Accessibility?

Web Accessibility refers to the practice of making Web pages accessible to people using a wide range of user agent software and devices, not just standard Web browsers. This is especially important for people with disabilities such as visual impairment. In order to access the Web, some users require special software or devices in addition to a standard web browser, or specially designed web browsers. Design for accessibility is a sub-category of good design for usability.

The needs that Web accessibility aims to address include:

Benefits of Web Accessibility

Designing websites with accessibility in mind can often enhance usability for all users. Good design can also deliver easier access for automated software programs that read website content, such as search engines.

One important aspect of accessibility is to let people access content in their preferred way. This can also benefit all users not just those with disabilities: for example, some users may wish to adjust text sizes because they are using a very small display on a mobile phone, or may need to use keystrokes to control their computer because they do not have a mouse or prefer not to use one. Search engines generally cannot make much use of graphics.

Different sites will require different degrees of concern for accessibility. For example,

  • a site providing information specific to Attention-Deficit/Hyperactivity Disorder (ADHD) needs to be easily accessible by people with ADHD (although you must keep in mind that other users may also wish to access the same information)
  • a government site of general interest or a resource directory for people in crisis would need to take into account as many disabilities as possible in order to be available to all citizens.

Many people with partial visual impairments or dyslexia will want to change the colours of text or the background to make it easier to read. Users with dyslexia or ADHD will want to stop moving images on the screen because they are easily distracted. People with ADHD may also be confused or distracted by link-rich sites because they can have difficulty when presented with so many options.

For example, hyperlinks that can only be followed by clicking on them with a mouse are impossible to use for those who can only use a keyboard or screen reader to interact with their computer. Information provided only in audio format cannot be accessed by people who are deaf, and if provided only in graphic format information is invisible to people who are blind.

Designing sites in accordance with Web accessibility principles is necessary to enable access for all users.

A set of guidelines [1] and two accessible[2] web portals designed for people developing reading skills are peepo.com [3] — try typing a letter with your keyboard for more — and peepo.co.uk [4] with enhanced graphics, unique style controls and improved interactivity (requires SVG supported browser).

Technology

User agent devices

Most people access the Web using a Web browser on a computer. Other ways of accessing the Web include a Personal Digital Assistant (PDA) or a mobile phone. Search engines accessing Web content via a web spider are also common.

A wide range of techniques and technologies are available to facilitate Web access for people with disabilities, or for users in general. These can be divided into two (non-exclusive) classes: enabling technologies, which circumvent a major disability such as blindness; and assistive technologies for lesser impairments.

Enabling technologies include:

  • Self-voicing web browsers (also called speech, voice, or talking browsers) to read textual content aloud.
  • Speech recognition software that can accept spoken commands to the computer, or turn dictation into grammatically correct text.
  • The Braille terminal, consisting of a Refreshable Braille display which renders text as Braille characters (usually by means of raising pegs through holes in a flat surface) and either a QWERTY or Braille keyboard.

Assistive technologies

Main article: Assistive technology

In addition to dedicated Web content user agents, a wide range of assistive technologies is available to help people with computer accessibility. These technologies can greatly assist access to Web content for people with disabilities. Examples include:

  • Speech recognition software, which can be useful for those who have difficulty using a mouse or a keyboard.
  • Screen magnification software, which enlarges what is displayed on the computer monitor, making it easier to read for vision impaired users.
  • Keyboard overlays which can make typing easier and more accurate for those who have motor control difficulties.
  • Screen reader software, which can read out, using synthesised speech, either selected elements of what is being displayed on the monitor (helpful for users with reading or learning difficulties), or which can read out everything that is happening on the PC (used by blind and vision impaired users).
  • Translation software to allow reading of websites in foreign languages especially for those who had been diagnosed to have a learning disability.

The Web Accessibility Initiative (WAI)

Main article: Web Accessibility Initiative

The World Wide Web Consortium (W3C) introduced Web Accessibility Initiative (WAI) to develop Web accessibility guidelines and resources. It seek to provide support materials to help understand and implement Web accessibility.

Source: http://en.wikipedia.org/wiki/Web_accessibility