Skip to content

Instantly share code, notes, and snippets.

@jpdevries
Last active March 3, 2017 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpdevries/dcf043077edc7f095343dae1cdca8ea6 to your computer and use it in GitHub Desktop.
Save jpdevries/dcf043077edc7f095343dae1cdca8ea6 to your computer and use it in GitHub Desktop.
CSUN 2017 Notes

CSUN 2017

February 27 — Introduction to Mobile Web Accessibility Testing & Development

  • Put <caption> on all tables (even if you .visually-hide it. Really important.
  • Put the unique part of page titles first. Like <title>Contact Us | Thinkful</title>. Better for tabs.
  • Use <footer role="contentinfo"> because <footer> has poor implicit role support
  • Whenever you do aria-hidden="true" also do tabindex="-1" so it won't receive focus (otherwise it will get focus but they won't hear anything)
  • ARIA actually has better browser support than HTML5. Wow.

February 28 — Introduction to Assistive Technology

  • When requesting an Assistive Technology Evaluation be specific and always ensure there is a paper trail
  • There are no national standards for who can do an AT evaluation
  • AT Specialists may have a certification

March 3 — React A11Y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment