Skip to Main Content

Session Summary

Learn about the four common problems of writing accessible JavaScript and gain hands-on experience writing your own solutions


Description

In this session we will focus on four common problems of writing accessible JavaScript: focus management, keyboard management, updating state, and announcing changes.

Each topic will be discussed in detail, explaining common problems and solutions. Before moving on to the next topic, an inaccessible example will be provided and we'll talk about how to write an accessible solution.


Practical Skills

  • Understanding on how to write JavaScript that will be accessible to all users
  • Understanding how to use ARIA (and not use ARIA) to make dynamic content accessible
  • Understanding how to write accessible dynamic contentnding how