The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Tim Berners-Lee, W3C Director and inventor of the World Wide Web
Try navigating to select another language or find the accessibility help link without using the mouse. If you couldn't find it, you can use This Link to actually checkout their acessibility help page.
Try navigating to find your closest store without using the mouse.
Try navigating to look for an apartment.
3. 'Blindfold' one partner and try to find contact information or accessibility settings on the website you chose using ChromeVox
4. Discuss. What was surprising? What worked well? How hard was it to find the information you were looking for?
Chris: Talking to us about his experience working with an accessibility consultant on the Connect for Health Colorado site.
- Clone down one of these repos * number guesser game * static website * static website * static website
- With a partner or team add accessibility features to the project
Things to consider from Pahlka alumnus Matt K : focus is making sure things are “tabbable” or navigable by keyboard in a logical order, and all buttons that can be clicked can also be “clicked” with enter or space. Also important is that someone using a screen reader will have a coherent experience, so all content that is readable has the correct tags for it to be read with the reader (
aria-label
androle
tags are what I use most)
- Use these docs: * Three Common Fails * WAI-ARIA * WAI-ARIA Roles * W3 Checklist * Color Contrast Checker
* How does this inform your coding practice?
* What was surprising?
* What other templates are out there? How do you evaluate templates for accessibility?
-
Considering seniors and accessibility
-
General
-
Tools for Automated Testing/ Testing for Accessibility