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

Building Accessible Components

Ari Rizzitano
September 24, 2017

Building Accessible Components

Originally presented at React Boston on September 24, 2017

Ari Rizzitano

September 24, 2017
Tweet

More Decks by Ari Rizzitano

Other Decks in Programming

Transcript

  1. For every generic component you build, check the WAI-ARIA authoring

    practices. Chances are, there’s a section there for your use case.
  2. On route changes, inform users of a change of context.

    react-document-title works well here
  3. Full Name Enter your name… Enter your full legal name

    as it appears on your government ID. This field is required. Required Props
  4. Use a screen reader! It’s as easy as ⌘-F5 On

    a Mac. On Windows, use NVDA or JAWS. On Linux, use Orca.