Note #65
MDN distinguishes between two different “popover” UI patterns:
- Modals: prevent interaction with overlapped elements, use
dialog
element - Non-modals: allow interaction with overlapped elements, use Popover API
Conceptually this is helpful, but I wish we had more consensus across engineering and design on these terms.