DEV Community

Cover image for 5 Free Awesome Resources to Start Learning Accessibility!
⚡️Ren⚡️
⚡️Ren⚡️

Posted on

5 Free Awesome Resources to Start Learning Accessibility!

If it is your goal to start learning about accessibility, any one of these resources could help you on your journey! They are beginner level and most importantly free! Learning accessibility is not only beneficial for you, but it also benefits your friends, your place of business, and society! It was made abundantly clear how much accessibility is needed in technology during the quarantine, when many people were unable to have physical access to resources without using the web. In terms of social inclusion accessibility also support people in rural areas, people in developing countries, and older people. All-in-all getting a start on learning accessibility is helpful for everyone.

W3C Web Accessibility Initiative's Introduction to Web Accessibility

"When websites and web tools are properly designed and coded, people with disabilities can use them."

Key points:

  • Strong introduction to what accessibility is including examples of different types of disabilities.
  • Helpful resources for going further into accessibility throughout.
  • Short videos to help with explanations.

A11y 101

"The goal is to make it as easy as possible for people who use assistive technology like screen reader software while also pointing out how things will change the web experience."

Key points:

  • Use of scenarios in explaining accessibility and bias toward disabilities.
  • Writing style is conversational and easy to understand.
  • Covers base topics in Design and Development to start working toward creating accessible content and code.

Udacity:Web Accessibility by Google

"In this course you’ll get hands-on experience making web applications accessible."

Key points:

  • This course is lesson based.
  • Video based some times featuring additional text based information.
  • Gives reference and resources on specific topics that videos are talking to.
  • Covers a base in Development needs, but is good for anyone looking to learn about accessibility.

Coursera: An Introduction to Accessibility and Inclusive Design

"This course introduces some of the fundamental principles of accessibility and prepares learners for further study in accessibility and inclusive design."

Key points:

  • Enrollment is similar to auditing a class.
  • Breaks course up into a 4 week learning schedule.
  • Video based, with reading and practices exercises (quizzes).
  • Course covers a base understanding of disabilities and what accessibility is, legal parameters, POUR and WCAG 2.0, and material that need to be considered for accessibility.

Course is offered by University of Illinois at Urbana-Champaign.

Coursera: Introduction to Accessible Web Development, a guided project

A guided project, where you will learn the basics of accessible web development.

Key points:

  • Project based for learning accessible web development.
  • Use of an online IDE, featuring a side-by-side video tutorial.
  • Listed as intermediate
  • Topics covered:
    • Assistive Technology
    • Semantic HTML
    • Focus / Tab Index
    • Basic ARIA usage

Is offered by coursera project network.

Oldest comments (1)

Collapse
 
josefine profile image
Josefine Schfr

Woww, those are amazing resources! I only knew about the Google course and the one by W3C - will definitely check out the other ones. Thank you for sharing!