Web accessibility: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 29: Line 29:
According to WAI's [http://www.w3.org/WAI/training/accessible How to Make Presentations Accessible to All] (retrieved nov 24 2010), {{quotation|Assistive technologies are software or equipment that people with disabilities use to improve interaction with the web, such as screen readers that read aloud web pages for people who cannot read text, screen magnifiers for people with some types of low vision, and voice recognition software and selection switches for people who cannot use a keyboard or mouse.}}
According to WAI's [http://www.w3.org/WAI/training/accessible How to Make Presentations Accessible to All] (retrieved nov 24 2010), {{quotation|Assistive technologies are software or equipment that people with disabilities use to improve interaction with the web, such as screen readers that read aloud web pages for people who cannot read text, screen magnifiers for people with some types of low vision, and voice recognition software and selection switches for people who cannot use a keyboard or mouse.}}


== Standards ==
== Standards and Issues ==


=== Guidelines ===
=== Guidelines ===


* [http://www.w3.org/TR/WCAG10/ Web Content Accessibility Guidelines 1.0],W3C Recommendation 5-May-1999
; Overviews
* [http://www.w3.org/WAI/intro/uaag.php User Agent Accessibility Guidelines (UAAG) Overview]
 
* [http://www.w3.org/WAI/intro/atag.php Authoring Tool Accessibility Guidelines (ATAG) Overview]
* [http://www.w3.org/wai/intro/wcag Web Content Accessibility Guidelines ( WCAG )] addresses web content, and is used by developers, authoring tools, and accessibility evaluation tools
* [http://www.w3.org/WAI/intro/earl.php Evaluation and Report Language ( EARL )] addresses the expression of website evaluation test results in a platform independent format
* [http://www.w3.org/wai/intro/atag Authoring Tool Accessibility Guidelines ( ATAG )]  addresses authoring tools
* [http://www.w3.org/wai/intro/uaag User Agent Accessibility Guidelines ( UAAG )] addresses web browsers and media players, including some aspects of assistive technologies
* [http://www.w3.org/WAI/intro/aria.php Accessible Rich Internet Applications ( WAI-ARIA )] addresses dynamic web content and web applications developed with Ajax, DHTML, and other web technologies.
 
; Formal recommendations
* [http://www.w3.org/TR/WCAG10/ Web Content Accessibility Guidelines 1.0] (WCAG), W3C Recommendation 5-May-1999


=== Other ===
=== Other ===


* [http://www.w3.org/TR/wai-age-literature/ Web Accessibility for Older Users: A Literature Review], W3C Working Draft 14 May 2008
* [http://www.w3.org/TR/wai-age-literature/ Web Accessibility for Older Users: A Literature Review], W3C Working Draft 14 May 2008
* [http://www.w3.org/WAI/intro/aria/ WAI-ARIA, the Accessible Rich Internet Applications Suite]


=== Bodies ===
=== Bodies ===
Line 53: Line 59:


* W3C Web Accessibility initiative's [http://www.w3.org/WAI/presentations/components/ Presentation and Training material], in particular:
* W3C Web Accessibility initiative's [http://www.w3.org/WAI/presentations/components/ Presentation and Training material], in particular:
** [http://www.w3.org/Talks/wai-components/all.htm Step-by-Step Guide for self-study], retrieved 16:01, 24 November 2010 (CET)
** [http://www.w3.org/Talks/wai-components/all.htm Step-by-Step Guide for self-study], retrieved 16:06, 24 November 2010 (CET)
** [http://www.w3.org/WAI/EO/Drafts/slides/components.ppt Presentation format], retrieved 16:01, 24 November 2010 (CET)
** [http://www.w3.org/WAI/EO/Drafts/slides/components.ppt Presentation format], retrieved 16:06, 24 November 2010 (CET)
** [http://www.w3.org/WAI/EO/Drafts/slides/components.html HTML/CSS for presentations], retrieved 16:01, 24 November 2010 (CET)
** [http://www.w3.org/WAI/EO/Drafts/slides/components.html HTML/CSS for presentations], retrieved 16:06, 24 November 2010 (CET)


[[Category: Standards]]
[[Category: Standards]]

Revision as of 17:06, 24 November 2010

Draft

Definition

“Web accessibility refers to the inclusive practice of making websites usable by people of all abilities and disabilities. When sites are correctly designed, developed and edited, all users can have equal access to information and functionality.” (Wikipedia, retrieved no 18, 2010)

See also: web usability, usability, ergonomics and cognitive ergonomics

The Web Content Accessibility Guidelines

These guidelines explain how to make Web content accessible to people with disabilities. The guidelines are intended for all Web content developers (page authors and site designers) and for developers of authoring tools. The primary goal of these guidelines is to promote accessibility. However, following them will also make Web content more available to all users, whatever user agent they are using (e.g., desktop browser, voice browser, mobile phone, automobile-based personal computer, etc.) or constraints they may be operating under (e.g., noisy surroundings, under- or over-illuminated rooms, in a hands-free environment, etc.). Following these guidelines will also help people find information on the Web more quickly. These guidelines do not discourage content developers from using images, video, etc., but rather explain how to make multimedia content more accessible to a wide audience.

, Web Content Accessibility Guidelines 1.0 retrieved 12:57, 4 June 2008 (UTC).

Users with accessibility problems

According to wikipedia

  • Visual: Visual impairments including blindness, various common types of low vision and poor eyesight, various types of color blindness;
  • Motor/Mobility: e.g. difficulty or inability to use the hands, including tremors, muscle slowness, loss of fine muscle control, etc., due to conditions such as Parkinson's Disease, muscular dystrophy, cerebral palsy, stroke;
  • Auditory: Deafness or hearing impairments, including individuals who are hard of hearing;
  • Seizures: Photoepileptic seizures caused by visual strobe or flashing effects.
  • Cognitive/Intellectual: Developmental disabilities, learning disabilities (dyslexia, dyscalculia, etc.), and cognitive disabilities of various origins, affecting memory, attention, developmental "maturity," problem-solving and logic skills, etc.;

Some of you may think that you can ignore these populations since they are small. Besides ethical questions, also consider that you may be in situations where you are disabled:

  • Visual: You drive a car, so you want an audio browser.
  • Motor: You try to view web pages on your cell phone ;)
  • Auditory: You are in a boring meeting or a class and want to "listen" to news
  • Cognitive/Intellectual: You are drunk are really tired, but need to repair a server. So it's got to be both simple and effective.

Assistive technology

According to WAI's How to Make Presentations Accessible to All (retrieved nov 24 2010), “Assistive technologies are software or equipment that people with disabilities use to improve interaction with the web, such as screen readers that read aloud web pages for people who cannot read text, screen magnifiers for people with some types of low vision, and voice recognition software and selection switches for people who cannot use a keyboard or mouse.”

Standards and Issues

Guidelines

Overviews
Formal recommendations

Other

Bodies

Links