Keyboard interaction
| Key | Action |
|---|---|
| Alt+T | Moves focus to the newest toast. |
| Tab | Moves through the toasts, their actions and close buttons. |
| Escape | Dismisses the focused toast. |
Accessibility notes
- Every toast is announced when it appears: politely, or assertively for danger. Toasts never take focus.
- Timers pause while the stack is hovered or focused and while the page is hidden, and toasts waiting on a promise never time out.
- Anything the user must act on should also live outside the toast.
- Under reduced motion, toasts don’t animate or swipe, and the timer line is hidden.