We’re All Disabled!

Part 2: Building Accessible (Web) Services with Universal Design

Cynthia Ng
@TheRealArty
October 1, 2014

http://bit.ly/arty-accessYYC

grey seal with a flipper up Sjöblom, N. (2008). Grey seal on Märket. https://www.flickr.com/photos/taivasalla/2830915366 CC BY-NC-SA 2.0
sleeping owl Anonymous. (2014). Content little screech owl :). http://imgur.com/gallery/NNTTvEU

What is Accessibility?

Web accessibility means that people with disabilities can use the Web.

- W3C Web Accessibility Initiative (WAI)

W3C Web Accessibility Initiative. (2005). What is Web Accessibility. Introduction to Web Accessibility. http://www.w3.org/WAI/intro/accessibility.php

Why Should You Care?

Disability > Minority

Policy

Legislation

Getting Buy-in

gov.uk screenshot
[It is] well known among web developers that websites that are accessible are also much more usable for everyone.

- Mohammad Eyadat and Jeff Lew

Eyadat, M., & Lew, J. (2011). Web Accessibility Factor a Key Focus for Serving Students. Review of Business Research, 11(2), 80.

Benefits

  • reflect institutional mission, leadership, and values
  • serve all users
  • make sound fiscal policy
  • add value to the institution

Benefits Simplified

  • findable
  • accessible
  • usable
  • shareable
  • efficient
  • collaborative
Sources: Maler, A. (2013). The Complete Beginner’s Guide to Universal Design. UX Booth. http://www.uxbooth.com/articles/the-complete-beginners-guide-to-universal-design/ and Rowland, C., Mariger, H., Siegel, P. M., & Whiting, J. (2010). Universal Design for the Digital Environment: Transforming the Institution. EDUCAUSE Review*, 45(6). http://www.educause.edu/ero/article/universal-design-digital-environment-transforming-institution

Accessibility at Work

rodin's the thinker Fettig, S. (2007). Rodin's Thinker. https://www.flickr.com/photos/stevenfettig/1390275600 CC BY-NC-SA 2.0

Approach to Accessibility

Avoid the peanut butter approach.

- Sarah Horton & Whitney Quesenbery

Horton, S. & Quesenbery, W. (2014). A Web for Everyone: Designing Accessible User Experiences. Rosenfeld Media.
It just won't work to build a complete system and then, in the final stages of development, spread the interface over it like peanut butter.

- Clayton Lewis & John Rieman

Lewis, C. & Rieman, J. (1994). Task-Centered User Interface Design: A Practical Introduction. http://hcibib.org/tcuid/
squirrel with its head in a peanut butter jar shrosa814. (2010). Tale of Squirrel and Peanut Butter. https://www.flickr.com/photos/shicksba272214/5159576009 With Permission from Owner.
Accessibility often gets pigeon-holed as simply making sure there are no barriers to access for screen readers or other assistive technology, without regard to usability.

- Whitney Quesenbery @whitneyq

Quesenbery, W. (2009). Usable Accessibility: Making Web Sites Work Well for People with Disabilities. UX Matters. http://www.uxmatters.com/mt/archives/2009/02/usable-accessibility-making-web-sites-work-well-for-people-with-disabilities.php

Designing for Assistive Technology

Assistive Technology

  • screen readers
  • text-to-speech
  • screen magnifiers
  • joysticks
  • mobile devices
  • keyboards
kitten laying on laptop Anonymous. (2014). She loves the warm air coming out of the laptop. http://imgur.com/gallery/S3JnsF1
All Technology is Assistive Technology.

- Sara Hendren @ablerism

Hendron, S. (2013). All Technology is Assistive Technology: 6 dispositions for designers on disability. https://medium.com/thoughtful-design/a8b9a581eb62

Universal Design

Universal design is the design of products and environments to be usable by all people, to the greatest extent possible, without the need for adaptation or specialized design.

- Ron Mace

Mace, R. (1998). Universal design in housing. Assistive Technology, 10(1), 21-28.
Whereas [universal design] is a design methodology (similar to user-centered design), [accessibility] is its most commonly associated metric.

- Andrew Maler

Maler, A. (2013). The Complete Beginner’s Guide to Universal Design. UX Booth http://www.uxbooth.com/articles/the-complete-beginners-guide-to-universal-design/
otter laying in water with one paw raised Minter, A. (2011). Hi There. https://www.flickr.com/photos/ehisforadam/6468933943 CC BY-NC-ND 2.0

Building Universal (Web) Services

It is important for designers to formulate and adhere to usable design processes and guidelines throughout the entire cycle of development so that the product or service is accessible and universally usable for all.

- Constantine Stephanidis

Stephanidis, C. (2009). Universal access and design for all in the evolving information society. In C. Stephanidis (ed.), The Universal Access Handbook (1–11). Boca Raton: CRC Press.
red panda face palm ProphetTenebrae. (2012). Red panda face palm. http://imgur.com/gallery/yS8YGZt

Ask Your Users

Challenges

  • technological variety
  • user diversity
  • bridging the knowledge gap
Shneiderman, B., & Hochheiser, H. (2001). Universal usability as a stimulus to advanced interface design. Behaviour & Information Technology, 20(5), 367-376. doi:10.1080/01449290110083602

Getting User Feedback

Personas

screenshot of example personas University of Washington Libraries. (2008). UW Libraries Personas. http://staffweb.lib.washington.edu/news/units/ITS/ux/2009-q2/persona-construction/final-personas/uw-libraries-personas-overview-of-the-completed-project

Content Inventory

screenshot of content inventory spreadsheet

Card Sort

picture of sticky notes

Task Analysis

picture of whiteboard with writing and screenshots Reidsma, M. (2013). Slide 38. Websites are for People. http://matthew.reidsrow.com/articles/29 CC BY-NC-SA 3.0

Developing Your Service

picture of paper mockup

Approaches

Good Practices

Some “Special” Considerations

Keyboard Accessibility

search field with outline

Skip Links


<body>
<a class="hide-text" href="#main">Skip to Main Content</a>

<nav role="navigation">
	// Menu
</nav>

<div id="main" role="main">
	 // Content
</div>

</body>
					
Schofield, M. (2014). ARIA for the Spec Impaired. http://ns4lib.com/aria-primer/

ARIA

Accessible Rich Internet Applications Suite


<nav role="navigation">
	// Menu
</nav>
					

Media

  • Images: alt=""
  • Audio: transcript
  • Video: transcript
  • Video: captions
  • Video: descriptive audio

Descriptive Video Example

Electrox3d. (2011). Star Wars for Blind People (Blu-ray audio track): description of a Jawa shooting R2!. http://www.youtube.com/watch?v=PCZqKxQME6o
confused dog MrShuffleupagus. (2014). This is a picture I took of a friend's dog, Spike, and the face he makes whenever he's confused. http://imgur.com/gallery/9iGSCj7

Top 10 Academic Library Websites

6 / 10 have carousel

5 / 6 autoplay

Singley, E. (2013). Top 10 Academic Library Websites. http://emilysingley.net/top-10-academic-library-websites-2013/

Top 20 Public Library Websites

18 / 20 had carousel

17 / 18 autoplay

Anderson, M. (2013). 20 Great Public Library Websites. http://www.mattanderson.org/blog/2013/02/11/20-great-public-library-websites/

Death to the Carousel

Inspired by shouldiuseacarousel.com

Evaluating Your Service

Simulation

Evaluation

Guidelines for Your Content Creators

  1. Be clear and concise
  2. Use headers and tables properly
  3. Use descriptive links
  4. Describe images if needed
  5. Make and choose videos with captions, and add a link if you embed them
alt text decision flow chart Alexander, Dey. (2014). Text alternatives for images: a decision tree.

Accessibility Statement

Take Aways

Until people find themselves in a situation where they are disabled due to their surroundings, they cannot fully appreciate how the built and virtual environments can throw obstacles in their paths – and indeed, profoundly affect their quality of life.

- City of Calgary

City of Calgary. (2010). Universal Design Handbook. http://www.calgary.ca/CSPS/CNS/Pages/Publications-guides-and-directories/Universal-Design-Handbook.aspx
One Thumb, One Eyeball

- Luke Wroblewski @lukew

Wroblewski, L. (2012). Testing One Thumb, One Eyeball Mobile Use. http://www.lukew.com/ff/entry.asp?1664
We’re all disabled

- Lennard Davis @lendavis

Davis, L. J. (2013). The End of Identity Politics: On Disability as an Unstable Category. In L. J. Davis (ed.), The Disability Studies Reader (263-277). New York : Routledge.

Thanks!

Contact

nodoka holding a stack of books