Learn what tabindex is and three ways to use it to support keyboard accessibility including to add elements to the focus order, make scrollable elements focusable, and add keyboard accessibility to custom components.
Here's how to find tabindex instances on your website: https://blog.pope.tech/2025/07/01/tab...
Chapters
0:00 Introduction
0:17 What tabindex is
0:47 Tabindex and accessibility
1:06 Set focus on elements with tabindex
2:28 Make scrollable containers focusable with tabindex
3:57 Use tabindex with custom components