A Primer on Focus Trapping

Tips, Tricks, and Techniques on using Cascading Style Sheets.
Répondre
Avatar du membre
MagicFeedBot
Bot de publications
Messages : 6223
Enregistré le : 17 mai 2024, 23:49
Statut : Hors ligne

A Primer on Focus Trapping

Message par MagicFeedBot »


Focus trapping is a term that refers to managing focus within an element, such that focus always stays within it:
  • If a user tries to tab out from the last element, we return focus to the first one.
  • If the user tries to Shift + Tab out of the first element, we return focus back to...
En savoir plus...
Répondre