Modal Dialog

A dialog is a window overlaid on either the primary window or another dialog window. Content behind a modal dialog is inert, meaning that users cannot interact with it.

Usage

When the modal opens, focus is sent into the modal and set to the first tabbable element.

HTML
Javascript