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

Accessible form patterns – Sunderland Digital

tempertemper
November 21, 2018

Accessible form patterns – Sunderland Digital

Martin Underhill takes us through some common mistakes we make when designing and coding forms on the web; patterns that might look great but can be inaccessible or even just inconvenient to a lot of users. Luckily, he also gives us some advice on how to put them right!

tempertemper

November 21, 2018
Tweet

More Decks by tempertemper

Other Decks in Design

Transcript

  1. @tempertemper A social model of disability moves the location of

    the disability out of the person and into social structures https://www.sciencedirect.com/topics/medicine-and-dentistry/social-model-of-disability
  2. @tempertemper Social perceptions, attitudes, institutions, and policies all contribute to

    the creation of disability https://www.sciencedirect.com/topics/medicine-and-dentistry/social-model-of-disability
  3. @tempertemper <label for="username">Phone, email or username </label> <input id="username" type="text"

    /> <label for="password">Password<label /> <input id="password" type="password" />
  4. @tempertemper <button type="submit">Log In </button> <label> <input type="checkbox" value="1" name="remember_me"

    /> Remember me <a href="forgot-password">Forgotten your password? </a> </label>
  5. @tempertemper <label> <input type="checkbox" value="1" name="remember_me" /> Remember me <a

    href="forgot-password">Forgotten your password? </a> </label> <button type="submit">Log In </button>
  6. @tempertemper If auto-tabbing stops just a few people from using

    a service successfully, their needs take priority over the many people who might prefer but don’t need the feature https://userresearch.blog.gov.uk/2017/04/18/why-we-care-more-about-effectiveness-than-efficiency-or-satisfaction/