0PricingLogin
Web Accessibility Academy · Lesson

Moving Focus After an Action

Send focus where the user needs it next.

Focus Is the User's Cursor

For keyboard and screen reader users, focus is where they are on the page. After an action, you decide where that point lands next.

Why Move Focus at All

When a button reveals new content, focus often stays put and the user never learns anything changed. Moving focus brings them to the result.

All lessons in this course

  1. tabindex 0, -1, and Never Positive
  2. Moving Focus After an Action
  3. Returning Focus When a Layer Closes
  4. Managing roving tabindex in Widgets
← Back to Web Accessibility Academy