Operable Accessibility Demos
1. Keyboard Navigation
This section demonstrates focusable elements, skip logic, and visible focus styles.
Focusable Link
This is a focusable `div` using tabindex="0"
2. Timeout Control
This section will simulate a session timeout warning with a reset option.
Your session will expire in 10 seconds.
3. Avoid Keyboard Traps
This section shows an example of a keyboard trap and how to fix it.
Keyboard Trap (Bad Example):
Try tabbing inside here. You may get stuck.
Fixed Trap (Good Example):
Try tabbing — focus will cycle but you can exit.
Focusable Link