Skip to content

Instantly share code, notes, and snippets.

@kswhyte
Last active October 3, 2016 17:11
Show Gist options
  • Save kswhyte/e20c76057899caae7afc9f3470808c85 to your computer and use it in GitHub Desktop.
Save kswhyte/e20c76057899caae7afc9f3470808c85 to your computer and use it in GitHub Desktop.

3 actionable commitments for Module 2 projects to accomidate for accessibility issues:

  • use better tags in HTML, i.e. using button instead of li so that elements are more clearly defined
  • use tab-indexes (especially 0 to indicate a stop point for a page element)
  • design minimalist web pages to include more white space so that navigation is simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment