Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Smashing TV - How I Work: Accessibility

Smashing TV - How I Work: Accessibility

Marcy Sutton

May 10, 2018
Tweet

More Decks by Marcy Sutton

Other Decks in Programming

Transcript

  1. Accessibility in JavaScript- Heavy Applications • Client-side view changes •

    Custom UI components • Interactive layers • Toasts & notifications • Virtual DOM • Automated Testing
  2. Automated Accessibility Testing What does it cover? • HTML &

    ARIA syntax, relationships • Accessible naming/text alternatives* • Color contrast* • Page-level requirements • Keyboard support**
  3. Wrap It Up • A11y + JavaScript ❤ • The

    basics matter • Get skilled at focus management • Test, test, test! https://www.smashingmagazine.com/2015/05/client- rendered-accessibility/