How These Challenges Work
Practice solving real-world accessibility challenges by identifying and fixing issues in sample code to improve your accessibility skills.
We'll cover the following...
The goal of these challenges is to replicate the real-world experience of being an accessibility-focused developer. Oftentimes, we don’t get to build completely new, perfectly accessible projects all by ourselves. We need to be able to review code—whether that’s in a legacy application or a pull request from a teammate—and feel empowered to identify and correct accessibility issues.
In each of the next four lessons, you’ll be presented with a sample application or website that intentionally includes several accessibility mistakes. Your job is to review this sample code, identify the accessibility issues, and correct them. ...