Computer accessibility

In human–computer interaction, computer accessibility (also known as Accessible computing) refers to the accessibility of a computer system to all people, regardless of disability or severity of impairment. It is largely a software concern; when software, hardware, or a combination of hardware and software, is used to enable use of a computer by a person with a disability or impairment, this is known as Assistive Technology.

There are numerous types of impairment that affect computer use. These include:

These impairments can present themselves with variable severity; they may be acquired from disease, trauma or may be congenital or degenerative in nature.

Accessibility is often abbreviated as the numeronym a11y, where the number 11 refers to the number of letters omitted. This parallels the abbreviations of internationalization and localization as i18n and l10n respectively.

Special-needs assessment

People wishing to overcome an impairment in order to use a computer comfortably and productively may require a "special needs assessment" by an assistive technology consultant (such as an occupational therapist or clinical scientist) to help them identify and configure appropriate assisstive hardware and software.

When a disabled person is unable to leave their own home, it may be possible to assess them remotely using remote desktop software and a web cam. The assessor logs on to the client's computer via a broadband Internet connection and then remotely makes accessibility adjustments to the client's computer where necessary. Additionally, the assessor is able to observe their computer usage.

Considerations for specific impairments

BBC News shown in 'desktop mode,' with Accessibility links at the top. The screenshot is taken from Windows Mobile.
A single switch assistive device that enables the user to access an on-screen computer keyboard.

Cognitive impairments and illiteracy

The biggest challenge in computer accessibility is to make resources accessible to people with cognitive disabilities - particularly those with poor communication skills - and those without reading skills.

Their further development relies on public domain icons being available. Many people with a learning disability learn and rely on proprietary symbols. They thus become tied to particular products. The copyright owners are generally unwilling to release them on the web.

An alternative approach where users want to access public computer based terminals in libraries, ATM, Information kiosks etcetera is for the user to present a token to the computer terminal, such as a smart card, that has configuration information to adjust the computer speed, text size, etcetera to their particular needs. The concept is encompassed by the CEN EN 1332-4 Identification Card Systems - Man-Machine Interface.[1][2] This development of this standard has been supported in Europe by SNAPI and has been successfully incorporated into the LASSeO specifications.[3]

Visual impairment

Since computer interfaces often solicit visual input and provide visual feedback, another significant challenge in computer accessibility involves making software usable by people with visual impairment. For individuals with mild to medium vision impairment, it is helpful to use large fonts, high DPI displays, high-contrast themes and icons supplemented with auditory feedback and screen magnifying software.

In the case of severe vision impairment such as blindness, screen reader software that provides feedback via text to speech or a refreshable braille display is a necessary accommodation for interaction with a computer.

About 8% of people, mostly males, suffer from some form of colour-blindness. The main colour combinations that might be confused by people with visual deficiency include red/green and blue/green. However, in a well-designed user interface, color should not be the only way of distinguishing between different pieces of information.

Motor and dexterity impairments

Some people may not be able to use a conventional input device, such as the mouse or the keyboard. Therefore it is important for software functions to be accessible using both devices; ideally, software uses a generic input API that permits the use even of highly specialized devices unheard of at the time of software development. Keyboard shortcuts and mouse gestures are ways to achieve this. More specialized solutions like on-screen software keyboards and alternate input devices like switches, joysticks and trackballs are also available. Speech recognition technology is also a compelling and suitable alternative to conventional keyboard and mouse input as it simply requires a commonly available audio headset.

The astrophysicist Stephen Hawking is a famous example of a person suffering from motor disability. He uses a switch, combined with special software, that allows him to control his wheelchair-mounted computer using his remaining small movement ability. This performs as a normal computer, allowing him to research and produce his written work, and as an Augmentative and Alternative Communication and environmental control device.

A small amount of modern research indicates that the mere act of utilizing a standard computer mouse device improves fine-motor skills.[4]

Hearing impairment

While sound user interfaces have a secondary role in common desktop computing, usually limited to system sounds as feedback, software producers take into account people who can't hear, either for personal disability, noisy environments, silence requirements or lack of sound hardware. Such system sounds like beeps can be substituted or supplemented with visual notifications and captioned text (akin to closed captions).

Software accessibility

Accessibility APIs

Software APIs exist to allow assistive technology products (such as screen readers and screen magnifiers) to work with software. The current or past APIs are:

Some of these APIs are being standardized in the ISO/IEC 13066 series of standards.[10][11]

Accessibility features in mainstream software

Accessibility software can also make input devices easier to use at the user level:

Support for learning disabilities

Other approaches that may be particularly relevant to users with a learning disability include:

Web accessibility

Main article: Web accessibility

Enabling access to Web content for all users is the concern of the Web accessibility movement. Websites can be designed to be more accessible by their conformance to certain design principles.

Screen readers are of limited use when reading text from websites designed without consideration to accessibility; this can be due to the differences between spoken and written language and the complexity of text, but it is mainly due to poor page design practices. The tendency to indicate semantic meaning using methods that are purely presentational (e.g. larger or smaller font sizes, using different font colors, or images or multimedia to provide information) restricts meaningful access to some users. Therefore designing sites in accordance with Web accessibility principles helps enable meaningful access for all users.

For example, web designers can ensure that navigation and content is as plain and simple as appropriate and long texts should provide summaries.

See also: alt attribute

Open Accessibility Framework

The Open Accessibility Framework (OAF)[16] provides a high-level outline of the steps that must be in place for any computing platform to be considered accessible. These steps are analogous to those necessary to make the physical/built environment accessible. The OAF divides the required steps into two categories: creation and use.

The “creation” steps describe the necessary precursors and building blocks to enable developers to create accessible applications and products. They are:

  1. Define what “accessible” means for the platform: It must be clear what is meant by “accessible” because this will differ according to the modality and capabilities of each platform. The definition may include accessibility features such as tabbing navigation, theming, and an accessibility API.
  2. Provide accessible stock user interface elements: Pre-built “stock” user interface elements, used by application developers and authoring tools, must be implemented to make use of the accessibility features of the platform.
  3. Provide authoring tools that support accessibility: The tools used by application developers and content authors must be implemented to encourage use of the accessibility features of the platform. This may include features such as encouraging the use of accessible stock user interface elements, prompting for information required to properly implement an accessibility API, and accessibility evaluation and repair tools.

The “use” steps describe what is necessary in the computing environment in which these accessible applications will run. They are:

  1. Provide platform support: Computing platforms must properly implement the accessibility features that are specified in their accessibility definition. For example, the accessibility API definitions must, in fact, be implemented correctly in the program code.
  2. Provide accessible application software: Accessible applications must actually be available for the platform. These applications must support the accessibility features of the platform. This may have been achieved using the accessible stock elements and authoring tools that support accessibility.
  3. Provide assistive technologies: Assistive technologies (e.g. screen readers, screen magnifiers, voice input, adapted keyboards) must actually be available for the platform.

The following examples show that the OAF can be applied to different types of platforms: desktop operating systems, web applications[17] and the mobile platform. A fuller list can be found in the Open Source Accessibility Repository by the Open Accessibility Everywhere Group (OAEG).[18]

  1. Accessibility APIs like the Assistive Technology Service Provider Interface and UI Automation on the desktop, WAI-ARIA in web applications, and the Blackberry Accessibility API[19] on the Blackberry operating system.
  2. The implementation of accessibility APIs, keyboard access and theming in widget libraries like Java Swing for desktop applications, the jQuery UI and Fluid Infusion[20] for Web applications, and the Lightweight User Interface Toolkit (LWUIT) for mobile applications.
  3. Support for accessible development using Glade (for the GTK+ toolkit),[21] the DIAS plugin for NetBeans IDE,[22] Xcode IDE for iOS applications.[23] Accessibility inspection tools like Accerciser (for AT-SPI)[24] and support for accessible authoring with the AccessODF plugin for LibreOffice and Apache OpenOffice[25] also fit into this step.
  4. Support for UI Automation on Microsoft Windows,[26][27] support for ATK and AT-SPI in Linux GNOME,[28] WAI-ARIA support in Firefox,[29][30] the MIDP LWUIT mobile runtime[31] (or the MIDP LCDUI mobile runtime) that is available on mobile phones with Java.
  5. The DAISY player AMIS on the Microsoft Windows desktop[32] and the AEGIS Contact Manager for phones with Java ME.[33]
  6. The GNOME Shell Magnifier and Orca on the GNOME desktop, GNOME's ATK (Accessibility Toolkit), the web-based screen reader WebAnywhere,[34] and the alternative text-entry system Dasher for Linux, iOS and Android[35][36] are examples of assistive technologies.

The goal of the six steps and the corresponding tools is to embed accessibility into mainstream software.[37]

Standards and Regulations

International Standards

ISO 9241-171

ISO 9241-171: Ergonomics of human-system interaction - Guidance on software accessibility

This is by far the most comprehensive and technical standard, drawn up by independent international standards experts, and covering all disabilities and all aspects of software. There are examples clarifying many of the statements, two priority levels ('Required' and 'Recommended'), and a handy checklist designed to help with recording testing results.

The only trouble is that because of its complexity and technical nature, and with upwards of 150 individual statements, it is difficult to interpret and apply. Luckily, not every statement is relevant in every situation. Drawing up a subset of statements based on ISO 9241-171 but tailored to the particular software environment will make the use of this standard much more achievable.

See also

References

  1. CEN: Personal identification, electronic signature and cards and their related systems and operations - Structure.
  2. "Draft EN 1332-4 Identification Card Systems - Man-Machine Interface - Part 4 : Coding of user requirements for people with special needs". Tiresias.org. 2009-11-20. Retrieved 2013-07-28.
  3. LASSeO: Feasibility Studies - Final Report. August 2011.
  4. Bohannon, John (December 19, 2013). "Click here to improve your motor skills". Science. Retrieved 23 December 2013.
  5. Oracle: Java Accessibility
  6. Oracle: Java SE Desktop Accessibility (page containing a link to the Java Access Bridge).
  7. ISO: ISO/IEC PRF TR 13066-6: Information technology -- Interoperability with Assistive Technology (AT) -- Part 6: Java accessibility application programming interface (API).
  8. ISO: ISO/IEC PDTR 13066-4: Information Technology - Interoperability with Assistive Technology (AT) -- Part 4: Linux/UNIX graphical environments accessibility API.
  9. ISO: ISO/IEC TR 13066-3:2012: Information technology -- Interoperability with assistive technology (AT) -- Part 3: IAccessible2 accessibility application programming interface (API).
  10. Richard Hodgkinson: 7th Report on International ICT Accessibility Standards Proposed, Being Developed and Recently Published. 3 October 2008.
  11. Richard Hodgkinson: 10th Report on International ICT Accessibility Standards Proposed, Being Developed and Recently Published. 26 June 2009.
  12. Microsoft: Using ClickLock
  13. Microsoft: To turn on ToggleKeys. Windows XP Professional Product Documentation.
  14. Bates, Roger; Jones, Melanie (2003). "Using Computer Software To Develop Switch Skills". 2003 [Technology and Persons with Disabilities] Conference Proceedings. Retrieved 2007-02-08.
  15. Hawes, Paul; Blenkhorn, Paul (2002). "Bridging the Gap between Aspiration and Capability for Aphasic and Brain Injured People". 2002 [Technology and Persons with Disabilities] Conference Proceedings. Retrieved 2007-02-08.
  16. AEGIS Consortium: AEGIS OAF and high-level architecture. Accessed 2013-01-17.
  17. AEGIS Consortium: AEGIS Architecture Definition. Accessed 2013-01-17.
  18. Open Accessibility Everywhere Group (OAEG): Open Source Accessibility Repository. Accessed 2013-01-17.
  19. Research in Motion (RIM): Package net.rim.device.api.ui.accessibility. BlackBerry JDE 6.0.0 API Reference. Accessed 2013-01-17.
  20. Fluid Infusion. Accessed 2013-01-17.
  21. Glade - A User Interface Designer. Accessed 2013-01-17.
  22. DIAS Netbeans IDE plugin & Standalone. Accessed 2013-01-17.
  23. Apple Inc.: Xcode 4. Accessed 2013-01-17.
  24. Accerciser.
  25. AccessODF. Accessed 2013-01-17.
  26. Microsoft Developer Network: Accessibility (.NET Framework 4.5). Accessed 2013-01-17.
  27. Microsoft Windows Dev Center: UI Automation (Windows). Accessed 2013-01-17.
  28. GNOME Dev Center: Introducing ATK, AT-SPI, GAIL and GTK+. Accessed 2013-01-17.
  29. Access Mozilla. Accessed 2013-01-17.
  30. Access Firefox: Firefox Accessibility Features. Accessed 2013-01-17.
  31. AEGIS Consortium: LWUIT - Mobile Accessibility. Accessed 2013-01-21.
  32. DAISY Consortium: AMIS: DAISY 2.02 & DAISY 3 Playback Software. Accessed 2013-01-17.
  33. AEGIS Contact Manager. Accessed 2013-01-17.
  34. WebInSight: WebAnywhere: A Screen reader on the go. Accessed 2013-01-17.
  35. Inference Group (University of Cambridge): Mobile Dasher. Accessed 2013-01-17.
  36. Dasher for iOS on iTunes. Accessed 2013-01-17.
  37. Iosif Klironomos, Julio Abascal, Ilse Bierhoff: D3.1 Report with background material needed to support the SDDP-2 Meeting: An Introduction to the Key Issues Relating to Accessible User Interfaces. Accessed 2013-01-17.

External links

Listen to this article (info/dl)


This audio file was created from a revision of the "Computer accessibility" article dated 2006-09-17, and does not reflect subsequent edits to the article. (Audio help)
More spoken articles

Wikimedia Commons has media related to Computer accessibility.