Ist ein Modal geöffnet, so kann man mittels Tab-Taste den Fokus aus dem Modal bewegen. Empfehlung aus den [WAI Best Practices](https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/dialog.html#kbd_label): > When focus is on the last focusable element in the dialog, moves focus to the first focusable element in the dialog. Es gibt dafür eine praktisches Modul: [davidtheclark/focus-trap](https://github.com/davidtheclark/focus-trap)