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

Making your Website WCAG Compliant

@angularboy
October 18, 2018

Making your Website WCAG Compliant

WCAG stands for Web Content Accessibility Guidelines, these guidelines will make content more accessible to a wider range of people with disabilities. These are platform independent and address the accessibility of web content on desktops, laptops, tablets, and mobile devices.

Accessibility addresses all the issues including auditory, cognitive, neurological, physical, speech and visual. When it comes to mobile, more issues like small screen sizes, hijacked scrolling, cognitive load, ambiguous icons, conflicting gestures, different input modes, usability etc need to be addressed.

While designing for web, identifying the accessibility problems in the early stages of development using the right tools and techniques make it easier to address them. However, these tools are necessary but not sufficient and a knowledgeable human evaluation is required to determine if the site is accessible.

In this presentation, Aayush has highlighted the entry barriers to accessibility, helping you with tools and human evaluation required to analyze accessibility issues for your websites and the techniques to resolve those issues.

@angularboy

October 18, 2018
Tweet

More Decks by @angularboy

Other Decks in Technology

Transcript

  1. I am a Web Developer and Open Source Enthusiast working

    towards Web Accessibility & Usability. Aayush Arora
  2. Web Content Accessibility Guidelines (WCAG) provides a single shared standard

    for web content accessibility that meets the needs of everyone.
  3. Meet Kyle Woodruff • Kyle is having vision disability. •

    Kyle stays away from Online Classes 90% sites have problems accessing content Link
  4. Meet Gordon Richins • Gordon Richens is having a motor

    disability. • He can’t use mouse and feels fatigue after a few minutes of using it. • With Mouse Stick, Gordon can access the computer but not the web. Link
  5. Meet Curtis Radford • Curtis Radford is having hearing disability.

    • He can’t listen to the audio of media content present on Web. • Curtis performs guess work if the captions are not present on the video. Link
  6. Type of Disabilities Hyperactivity Disorder Blindness or Low Vision Hard

    of Hearing Disability or Deaf Speech and Language Disabilities Brain Injuries Physical Disability
  7. WCAG PRINCIPLES Perceivable – Success Criteria Operable – Success Criteria

    Understandable - Success Criteria Robust - Success Criteria
  8. Information and UI components must be presented in ways users

    can perceive without losing information and structure. W3C
  9. Who is generating the content? Alt Text User? Set alt

    text = ‘’ You? Set alt text = description
  10. Prerecorded Audio Only • Creating Text Transcripts • Commercial Services

    • Scribie • Casting Words • Rev • Automated Services • Youtube • Free Softwares • otranscribe
  11. Care about seizures. Web pages do not contain anything that

    flashes more than 3 times in 1 second
  12. Congratulations !! You have won the lottery of 40000$, Click

    here for more information. Time Left: 30s Thanks for applying, your winning code is xyuty78
  13. Content must be robust enough that it can be interpreted

    by by a wide variety of user agents, including assistive technologies.
  14. What we Learned: Wrap-up • WCAG 2.0 Overview • Four

    Principles – Perceivable, Operable, Understandable and Robust • Tools for Testing Accessibility
  15. Alt Text Captioning Contrast Ratios Orientation Resizing Screen Text Give

    user Control Time Independent Interactions Seizures Skip Navigation Keyboard Navigation Making Webpages Readable Making Webpages Predictable Error handling Validated HTML content Unique id’s
  16. Your Next Steps Follow Follow the Accessibility Community to get

    the updates. Fix Fix issues keeping in mind the Perceivable, Operable, Understandable and Robust Success Criteria's. Run Run the Chrome Audit on your existing website