In this assignment you will read about accessibility on the web and use your knowledge to edit a simple web page to improve the accessibility.
- Read the following articles and download/install any tools used in demonstration.
- Understanding Visual Impairment
- An alphabet of Accessibility Issues
- Easy Color Contrast Testing | Accessibility Developer Tools
- Alt text
- Getting started with ARIA
- ARIA Landmark Roles
- Data Tables
- Fork this repo. To fork:
- Click the little "Fork" button at the top right of this repo.
- Now you have a forked version, to which you can make changes and not change this version.
- Clone your forked version locally to make edits.
- In your forked version of the repo, edit the
index.html
andstyle.css
to make the web page accessible based on the readings. I'm looking for the following updates/additions:
- color contrast
- ARIA roles
- data tables
- alt text
- Edit the
<title>
inindex.html
with your name. - Save your work and commit your changes.
- Publish/sync your repo.
- When finished, created a "gh-pages" branch.
- Publish/sync your repo.
- Grab the url:
http://<your username>
.github.io/accessibility` - Submit the url to this form.
The assignment is due before 5:45pm on 10/14. Don't make any commits to your repo after the deadline as I won't accept them.