Skip to main content
seanmcp.com

Note #65


MDN distinguishes between two different “popover” UI patterns:

  1. Modals: prevent interaction with overlapped elements, use dialog element
  2. 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.