LIS 523/5 - Accessibility
Why Accessibility is Important
- Increase the number of potential users.
- Improve the image of your site.
- Some organizations are required by law
to make their Web pages accessible.
W3C Guidelines
The World Wide Web Consortium
proposes the following guidelines
for accessibility.
- Content that allows presentation
according to the user's needs and preferences.
- Text equivalents for all non-text content.
- Text equivalents synchronized with multimedia
presentations.
- Synchronized description of essential visual information
in multimedia presentations.
- Markup or a data model
used to provide logical structure of content.
- Content and structure separate from presentation
(e.g., by using style sheets).
- Device-independence
(e.g., either mouse or keyboard may be used).
- Content that remains accessible
when newer technologies are not supported or turned off.
- Content that allows interaction
according to the user's needs and preferences.
- Consistent interaction behaviors and navigation
mechanisms.
- Content
that does not interfere with the user's ability to
concentrate.
- User control of mechanisms
that cause extreme changes in context
(e.g., opening a new browser window).
- User control over how long
they can spend reading or interacting.
- Where searching is allowed,
a variety of search options.
- Ease of comprehension.
- Consistent presentation.
- Emphasis on structure.
- Clear and simple writing.
- Use of multimedia for illustration.
- Summarizing of complex information.
- Definition of key terms, etc.
- Division into smaller, more manageable units.
- Compatibility and interoperability.
- Languages, API's, and protocols that support these
guidelines,
- used according to specification.
- Assistive-technology compatible user interfaces.
An Example
One common cause of accessibility problems
is the use of frames.
For example,
when the former FIMS home page was accessed with a simple browser
using text-only mode,
the user would get the following:
This site uses frames and is designed for
v.4 + browsers
16 bit high colour or better
graphic setting of 800x600
Faculty of Information and Media Studies
University of Western Ontario
To find any links,
the user had to dig into the HTML source code
to find out the initial frame contents.
The revised home page
(http://www.fims.uwo.ca),
which does not use frames,
is more helpful.
Here is what it looks like in one version of the Lynx browser:
Faculty of Information & Media Studies - The University of Western O (p1 of 2)
FIMS - Faculty of Information and Media Studies
Graphic Montage of Images to Represent the Faculty of Information and
Media Studies
The menu on some pages in this site will not work with JavaScript disabled.
You can navigate between pages using the SiteMap (there is a link at the
bottom of every page).
About the Faculty
BA in Media, Information & Technoculture
Degree/Diploma in Media Theory & Production
MA in Journalism
MA in Media Studies
PhD in Media Studies
Master of Library and Information Science
PhD in Library and Information Science
[new.gif] MA in Popular Music and Culture
People and Groups
Employment
-- press space for next page --
Arrow keys: Up and Down to move. Right to follow a link; Left to go back.
H)elp O)ptions P)rint G)o M)ain screen Q)uit /=search [delete]=history list
Tools
Tools to assess page accessibility are available on the Web,
and also as features in some Web page creation software.
For example,
Dreamweaver has a "Check Page for Accessibility" extension
that alerts developers to accessibility problems
and their location in source code.
Typically, however, such tools alert page creators,
not only to real accessibility issues with their pages,
but also to many so-called problems
that are of no particular importance
(such as not having a doctype statement
before the HTML code,
or even not having a longdesc attribute for an image
in addition to an alt attribute).
Users with disabilities may use special Web services
to convert files to more usable formats on the fly.
If parts of your site are password-protected,
use of such services could pose a security threat,
since users may be forced to transmit their passwords as plain
text
to the accessibility services.
You may therefore be better advised
to provide for accessibility on your site itself.
Special rendering options for speech generation and braille
can be specified in a style sheet
in @media aural{ }
and @media braille{ } blocks.
The style sheet specification also provides
for a number of characteristics and settings
for speech generation
from HTML elements.
For More Information
- Adobe Systems. 2007.
.
http://www.adobe.com/products/acrobat/access_onlinetools.html.
(Given a URL for a PDF file,
translates to HTML.
Does not work for password-protected sites.)
- Delorie, D.J. 2004.
Lynx Viewer.
http://www.delorie.com/web/lynxview.html.
(Designed to allow Web authors to get an idea
what their pages will look like when viewed with Lynx,
but chokes on some pages that an actual Lynx viewer
renders without difficulty.)
- EASI. 2007.
EASI: Equal Access to Software and Information.
http://www.rit.edu/~easi/index.htm.
(Home page for EASI,
a project to provide the education community
with information and guidance on access-to-information technologies
for individuals with disabilities.)
- Freedom Scientific. 2007.
JAWS® for Windows® Overview.
http://www.freedomscientific.com/fs_products/software_jaws.asp.
("The most popular screen reader worldwide",
product overview and other information;
free downloadable demo version.)
- Google. 2007.
Google Accessible Search.
http://labs.google.com/accessible/
("an early Google Labs product
designed to identify and prioritize search results
that are more easily usable by blind and visually impaired users")
- HiSoftware. 2007.
Welcome to the HiSoftware Cynthia Says Portal.
http://www.contentquality.com/.
(Web-based checker for single pages,
results lacking in detail;
link to purchase commercial product AccVerify.)
- Lannerö, P. 2000.
Browser emulator.
http://www.dejavu.org/emulator.htm.
(See what a site looks like in really old browsers,
like Mosaic.)
- Microsoft. 2003.
"Understanding SAMI 1.0".
Welcome to the MSDN Library.
http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/dnacc/html/atg_samiarticle.asp.
(SAMI [Synchronized Accessible Media Interchange]
simplifies closed captioning, using an open file format,
but works only with Internet Explorer.)
- newvisiontechnology.com. 2007.
Magnifiers Home Links: Download_Software/Screen_Magnifiers/Windows_Freeware_and_shareware.
http://www.magnifiers.org/links/Download_Software/Screen_Magnifiers/Windows_Freeware_and_shareware/.
- Rocholl, J.C. 2007.
Test your web design in different browsers - Browsershots.
http://browsershots.org/.
(Free online service that shows screenshots of a web site
in different browsers;
sample recent screenshots are also posted on the site.)
- U.S. Access Board. 2000.
Electronic and Information Technology Accessibility Standards
(Section 508).
http://www.access-board.gov/sec508/standards.htm.
(Standards for access to electronic resources
by people with disabilities.)
- U.S. Government Services Administration. 2006.
Section 508: List of companies that provide 508 software.
http://www.section508.gov/index.cfm?FuseAction=Content&ID=122.
(Links to some accesssibility tools and resources.)
- University of Toronto Adaptive Technology Centre. 2006.
A-Prompt Project.
http://aprompt.snow.utoronto.ca/.
(A free downloadable accessibility assessment software package.)
- University of Toronto Adaptive Technology Centre. 2006.
ATRC Web Accessibility Checker.
http://checker.atrc.utoronto.ca/index.html.
(Web-based checker for published and uploaded pages,
with some options on which guidelines to use.)
- Usablenet. 2007.
UsableNet - Accessibility & Usability.
http://www.usablenet.com/accessibility_usability/accessibility_usability.html.
(Information products to improve accessibility and usability,
and basic information about usability and accessibility in general.)
- Watchfire Corporation. 2004.
Watchfire WebXACT.
http://webxact.watchfire.com/.
(Free service to help Web page authors
identify and repair significant barriers to access
by individuals with disabilities.
Enter a URL and get back a diagnosis of the page.)
- "Wayne". 2005.
Lynx for DOS 386+ or Win32.
http://www.fdisk.com/doslynx/lynxport.htm.
(I have successfully downloaded and used the version labeled
"2.8.2rel.1 (old stable)".
If you are running Windows 2000 or XP,
you should create a shortcut
that sets the buffer back to the old 25 line limit;
otherwise, most of the display will scroll out of the window.)
- WebAim. 2006.
WAVE 3.0 - Web Accessibility Versatile Evaluator.
http://www.wave.webaim.org/index.jsp.
(Web-based assessment tool
for both published and uploaded pages,
very detailed,
using icons to mark structural elements,
warnings, and errors;
downloadable toolbars for Navigator, Internet Explorer,
and Mozilla.)
- World Wide Web Consortium. 1998.
"Aural style sheets".
Cascading Style Sheets, level 2 CSS2 Specification.
http://www.w3.org/TR/REC-CSS2/aural.html.
(HTML style properties that can be applied to text
to be rendered by speech synthesis browsers.)
- World Wide Web Consortium. 2006.
Web Content Accessibility Guidelines 2.0.
http://www.w3.org/TR/WCAG20/.
Home
Last updated April 23, 2007.
This page maintained by
Prof. Tim Craven
E-mail (text/plain only): craven@uwo.ca
Faculty of Information and
Media Studies
University of Western
Ontario,
London, Ontario
Canada, N6A 5B7