getgrav / getgrav/grav-plugin-admin
Tabulation when inside a modal leaves the modal
Open
ux
- Dominant language
- PHP
- Stars
- 377
- Forks
- 225
- Avg merge
- 11h 51m
- Merged PRs (30d)
- 4
Description
When inside a modal, one of the accessibility best practices is to keep the focus within the focused modal.
At the moment, the focus leaves the modal and one can tabulate through the whole page without having a clue that a modal is waiting for action.
Keeping focus in the modal can be done with “focus traps” that loop to the first or last focusable control in the modal when tabulating.
Contributor guide
Assessment
This issue has not been assessed yet.