Modals - an accessibility approach
Modals are today a very common element but not yet fully supported: a lot of effort is required to implement them: here the steps I follow.
Apr 13, 20238 min read377

Search for a command to run...
Articles tagged with #focus-trap
Modals are today a very common element but not yet fully supported: a lot of effort is required to implement them: here the steps I follow.

In certain occasions it's needed to trap focus inside a specific element, meaning that pressing TAB or moving the screen reader cursor will not exit the element, but cycle only inside of it. Think about modals, for example: they float over your page,...
