View on GitHub

LIS 861: Information Architecture

Assignment 1: Web site version 1.0; due February 23

Overview

Evaluate your web page from Assignment 1 for accessibility errors and fix any problems.

In particular, you will...

  1. Make sure your pages have valid HTML. (They already should from Assignment 1, so hopefully you get this for free! But make sure to validate your code again after you've made any changes you need to make as a result of the other tools.)
  2. Make sure your pages don't have any errors according to WAVE.
  3. Make sure your text has adequate color contrast with its background.
  4. Navigate around your page using only the tab and cursor keys (i.e. no mouse or trackpad). Make sure this works. (If you're using a Mac, there's a setting you may need to change first.)
  5. Run your page through the screen reader emulator at WebAnywhere.

Why do we do this?

The goals of this assignment are:

But why do we do this? Because the code you write, and your library's digital presence, should welcome everyone, not just the currently able-bodied.

Deliverables

  1. The URL of your web site.
  2. One to two pages reflecting on the results of the checks, what you learned, and any changes you made. Make sure to address keyboard navigation and the screen reader experience; feel free to address anything else of interest.

Some of these accessibility checkers will only work for pages on the internet, not files on your computer, so upload your Assignment 1 web site somewhere (your UW web space, or anywhere else you have access to). Run the checkers, change whatever you need to, and make sure to upload the improved version - that's the URL you'll be submitting.

Grading criteria

Your web site must...

Your reflection must...

( Back to syllabus )