Difference between revisions of "Accessibility Testing"

From Dreamwidth Notes
Jump to: navigation, search
(Keyboard-only Users: keyboard navigation by alternative text)
(Dyslexia: +more problematic elements from UX/dyslexia article)
 
(22 intermediate revisions by 9 users not shown)
Line 1: Line 1:
Preliminary notes on accessibility testing. [[User:Rickybuchanan|Rickybuchanan]] 13:04, 4 February 2009 (UTC)
+
Accessibility is not the same as usability, but it overlaps because a lot of disabilities make it harder to deal with stuff that doesn't have great usability to begin with.
  
Accessibility is not the same as usability, but it overlaps.
+
Some accessibility features can be tested automatically with tools, but much of it comes down to human judgment. In fact, some accessible pages will fail markup validation because some validators don't understand accessibility markup such as WAI-ARIA. The W3C [http://www.w3.org/WAI/eval/selectingtools.html explains the limitations of validation tools and how to choose one].
  
Some stuff can be tested automatically with tools - eg validation - but lots of it can't and comes down to human judgement. Good description here: [http://jimthatcher.com/testing1.htm What accessibility testing is possible] Even they miss some stuff - contrast appropriate for dyslexics, moving image problems that people with some neuro deficits have, everything important being keyboard-only accessible. Probably more I forget.
+
[http://jimthatcher.com/testing1.htm Jim Thatcher's analysis of what accessibility testing is possible] is a good start, but is not comprehensive. For example, it misses contrast levels appropriate for dyslexics, moving image problems that people with some neuro deficits have, everything important being keyboard-only accessible, and probably other things.
  
Disabilities which have relevance to web accessibility:
+
== General ==
 +
 
 +
These things are generally good things to do and also have implications for disability accessibility.
 +
 
 +
* Pages need to validate fully to whatever DTD they've specified. '''Note:''' If adding accessible markup stops a validation tool from working, it may be out-of-date. Make sure that the tool is up-to-date, but don't remove the accessible markup.
 +
* Pages should degrade gracefully in the absence of capabilities for Flash, JavaScript, images, CSS, and so forth. Whenever possible, the absence of those capabilities should give as rich a user experience as their presence.
 +
* Proper semantic markup should be used: headers for headings, ACRONYM and ABBR tags, EM/STRONG rather than I/B tags, and so forth. The product should never change user-entered HTML tags if avoidable, ''especially'' if doing so will move away from semantic toward formatting-based markup.
 +
* WAI-ARIA roles and landmarks should be used.
  
 
== Blindness ==
 
== Blindness ==
  
The one everybody thinks about.
+
This is the disability people usually think about when they discuss web accessibility, but it's important to remember it's not the only one.
  
* CAPTCHAs
+
* Screen reader friendliness. Try very hard to get general screen reader users to do testing for us, rather than sighted people using screen readers which is a bad approximation. However, sighted developers and testers can still perform minimalist screen reader testing. See our list of [[Adaptive technology#Screenreaders|screen readers]].
* Screen reader friendliness (JAWS, WindowEyes, VoiceOver, NVDA, others?)
+
* Check tab order for everything, especially things which are AJAXey and therefore have changing tab order.
* Check tab order for everything, especially things which are AJAXey
+
 
 +
=== Relevant reading ===
 +
 
 +
* [http://webaim.org/projects/screenreadersurvey/ WebAIM screen reader survey results]
  
 
== Color Blindness ==
 
== Color Blindness ==
 +
 +
Things which are usually signalled to users through colour changes in interface elements must have some other signalling mechanism (such as change of image shape) in addition to colour.
 +
 +
=== Tools & Resources ===
 +
 +
* [http://colorfilter.wickline.org/ Colorblindness Web Page Filter]
 +
* [http://michelf.com/projects/sim-daltonism/ Sim Daltonism] -- A program for Mac OS X that simulates different kinds of color blindness.
  
 
== Deafness ==
 
== Deafness ==
  
* Make sure any videos put on the site officially (eg "how to use" screencasts) have captions available.
+
Any official videos put on the site (such as "how to use" screencasts) should have captions available.
  
 
== Deafblindness ==
 
== Deafblindness ==
Double-whammy as many of the solutions to problems faced by blind or deaf users rely on the other sense - eg audio alternatives to CAPTCHAs.
+
 
 +
This disability is a double-whammy, as many of the solutions to problems faced by blind or deaf users rely on the other sense -- e.g., audio alternatives to CAPTCHAs.
 +
 
 +
* Even captions for videos will probably be inaccessible. Separate methods of obtaining the information such as transcripts are needed.
 +
* Information needs to be concise. Many deafblind users will be using Braille displays that give a single line of text that's 40 characters long.
  
 
== Dyslexia ==
 
== Dyslexia ==
  
* Contrast (too high can be a problem)
+
A too-high or too-low contrast can be a problem.  Other elements that can make things difficult for people with dyslexia: justified text; double-spacing after periods; long, unbroken blocks of text; serif fonts; italicized text.  ([http://uxmovement.com/content/6-surprising-bad-practices-that-hurt-dyslexic-users/ source])
* CAPTCHAs
+
 
 +
== Keyboard-only users ==
 +
 
 +
* Make sure anything triggered by mouse movements (such as hover attributes) that's needed for site use has a keyboard-accessible alternative.
 +
* Check tab order for everything, especially things which are AJAXey.
 +
* There must be alternatives to places where one would need to control-click to select multiple elements of a list. For example, choosing tags, where the current keyboard alternative is to remember the names of your tags and type them in.
 +
* Test with the [https://addons.mozilla.org/en-US/firefox/addon/879 mouseless browsing] Firefox addon.
 +
 
 +
== Low vision ==
 +
 
 +
* Too-low contrast is a problem.
 +
* The default font size should be reasonable.
 +
* Robustness of layout to font size increases (command-+ / ctrl-+) must be tested in Internet Explorer, Firefox, Safari, Opera, and Chrome.
 +
* For those browsers that have the capability (Firefox 3 and all versions of Opera), page size increases -- scaling images as well as text -- must be tested.
 +
* Alternate layouts with less visual "clutter"/"noise" may be needed for some people (equivalent to LJ's Lynx site scheme).
 +
 
 +
== Mouse use problems ==
 +
 
 +
This refers to users who are able to use a mouse but have some difficulty with it. Keyboard equivalents are a solution to some users in this group, but others will have no ability to use a physical keyboard, either -- only an on-screen keyboard (again, requiring mousing) will be used.
 +
 
 +
* Mouse targets need to be as large as possible.
 +
* Minimise/eliminate use of any elements that require clicking and dragging, as this is most difficult for many users.
 +
* Remember [http://en.wikipedia.org/wiki/Fitt%27s_law Fitt's law].
 +
 
 +
== Neurological problems ==
 +
 
 +
This category includes people on the autism spectrum, people with traumatic brain injuries, stroke survivors, and several other groups.
 +
 
 +
* Anything on the page that moves (Flash, animated GIFs, etc.) can be sufficiently distracting to make the page unreadable.
 +
* [http://www.webaim.org/articles/evaluatingcognitive/ Evaluating cognitive usability].
 +
 
 +
== Speech Recognition Users ==
 +
 
 +
All of the issues listed for keyboard users apply to speech recognition users. See our list of [[Adaptive technology#Speech-recognition|speech recognition systems]].
 +
 
 +
== Tools to help test accessibility ==
  
== Keyboard-only Users ==
+
=== Using commonly installed tools to test ===
 +
* [http://www.webaim.org/resources/opera/ Using Opera to test accessibility]
  
* Make sure anything triggered usually by mouse movements (eg :hover attributes) which is needed for site use has a keyboard-accessible alternative.
+
=== Freely available specialized testing tools ===
* Check tab order for everything, especially things which are AJAXey
+
* [http://www.blackwidows.co.uk/resources/color-contrast-analyser.php Color Contrast Analyser] checks for contrast which is too high as well as contrast that is too low.
* Potentially hideable alternative text for all images which are used for site navigation and control (e.g. the "tag/memory/etc." icons) for direct keyboard access. Note this is not the same as alt tags.
+
* [http://www.webaim.org/articles/nvda/ using nVDA to evaluate screenreader usability]
 +
* [http://firefox.cita.uiuc.edu/ Firefox accessibility extension from UIUC]
 +
* [http://www.standards-schmandards.com/projects/fangs/ Fangs] Firefox screen reader emulator
  
== Low Vision ==
+
=== Validators ===
  
* Contrast (low is a problem)
+
* [http://validator.w3.org/check?uri=referer Markup validation W3C validator]
* CAPTCHAs
+
* [http://www.w3.org/WAI/ER/tools/ Searchable list of evaluation tools] hosted at W3C
* Font size
+
* [http://wave.webaim.org/ Wave] and [http://wave.webaim.org/toolbar Wave toolbar]
* Robustness of layout to font size increases (eg command-+/ctrl-+) under IE, Firefox, Safari, etc - they differ so need to test all.
+
* Alternate layouts with less visual "clutter"/"noise" if needed (eg LJ's Lynx sitescheme)
+
  
== Neurological Problems ==
+
== Testing external tools  for accessible integration ==
  
* Things that move
+
* [[JavaScript widget testing]]
* CAPTCHAs
+
  
[[Category:Accessibility]]
+
[[Category:Accessibility]]
 +
[[Category:Testing]]

Latest revision as of 14:19, 31 March 2013

Accessibility is not the same as usability, but it overlaps because a lot of disabilities make it harder to deal with stuff that doesn't have great usability to begin with.

Some accessibility features can be tested automatically with tools, but much of it comes down to human judgment. In fact, some accessible pages will fail markup validation because some validators don't understand accessibility markup such as WAI-ARIA. The W3C explains the limitations of validation tools and how to choose one.

Jim Thatcher's analysis of what accessibility testing is possible is a good start, but is not comprehensive. For example, it misses contrast levels appropriate for dyslexics, moving image problems that people with some neuro deficits have, everything important being keyboard-only accessible, and probably other things.

General

These things are generally good things to do and also have implications for disability accessibility.

  • Pages need to validate fully to whatever DTD they've specified. Note: If adding accessible markup stops a validation tool from working, it may be out-of-date. Make sure that the tool is up-to-date, but don't remove the accessible markup.
  • Pages should degrade gracefully in the absence of capabilities for Flash, JavaScript, images, CSS, and so forth. Whenever possible, the absence of those capabilities should give as rich a user experience as their presence.
  • Proper semantic markup should be used: headers for headings, ACRONYM and ABBR tags, EM/STRONG rather than I/B tags, and so forth. The product should never change user-entered HTML tags if avoidable, especially if doing so will move away from semantic toward formatting-based markup.
  • WAI-ARIA roles and landmarks should be used.

Blindness

This is the disability people usually think about when they discuss web accessibility, but it's important to remember it's not the only one.

  • Screen reader friendliness. Try very hard to get general screen reader users to do testing for us, rather than sighted people using screen readers which is a bad approximation. However, sighted developers and testers can still perform minimalist screen reader testing. See our list of screen readers.
  • Check tab order for everything, especially things which are AJAXey and therefore have changing tab order.

Relevant reading

Color Blindness

Things which are usually signalled to users through colour changes in interface elements must have some other signalling mechanism (such as change of image shape) in addition to colour.

Tools & Resources

Deafness

Any official videos put on the site (such as "how to use" screencasts) should have captions available.

Deafblindness

This disability is a double-whammy, as many of the solutions to problems faced by blind or deaf users rely on the other sense -- e.g., audio alternatives to CAPTCHAs.

  • Even captions for videos will probably be inaccessible. Separate methods of obtaining the information such as transcripts are needed.
  • Information needs to be concise. Many deafblind users will be using Braille displays that give a single line of text that's 40 characters long.

Dyslexia

A too-high or too-low contrast can be a problem. Other elements that can make things difficult for people with dyslexia: justified text; double-spacing after periods; long, unbroken blocks of text; serif fonts; italicized text. (source)

Keyboard-only users

  • Make sure anything triggered by mouse movements (such as hover attributes) that's needed for site use has a keyboard-accessible alternative.
  • Check tab order for everything, especially things which are AJAXey.
  • There must be alternatives to places where one would need to control-click to select multiple elements of a list. For example, choosing tags, where the current keyboard alternative is to remember the names of your tags and type them in.
  • Test with the mouseless browsing Firefox addon.

Low vision

  • Too-low contrast is a problem.
  • The default font size should be reasonable.
  • Robustness of layout to font size increases (command-+ / ctrl-+) must be tested in Internet Explorer, Firefox, Safari, Opera, and Chrome.
  • For those browsers that have the capability (Firefox 3 and all versions of Opera), page size increases -- scaling images as well as text -- must be tested.
  • Alternate layouts with less visual "clutter"/"noise" may be needed for some people (equivalent to LJ's Lynx site scheme).

Mouse use problems

This refers to users who are able to use a mouse but have some difficulty with it. Keyboard equivalents are a solution to some users in this group, but others will have no ability to use a physical keyboard, either -- only an on-screen keyboard (again, requiring mousing) will be used.

  • Mouse targets need to be as large as possible.
  • Minimise/eliminate use of any elements that require clicking and dragging, as this is most difficult for many users.
  • Remember Fitt's law.

Neurological problems

This category includes people on the autism spectrum, people with traumatic brain injuries, stroke survivors, and several other groups.

  • Anything on the page that moves (Flash, animated GIFs, etc.) can be sufficiently distracting to make the page unreadable.
  • Evaluating cognitive usability.

Speech Recognition Users

All of the issues listed for keyboard users apply to speech recognition users. See our list of speech recognition systems.

Tools to help test accessibility

Using commonly installed tools to test

Freely available specialized testing tools

Validators

Testing external tools for accessible integration