fromMayank
1 month agoDialog is for modals, popover is for everything else
The <dialog> element has an implied dialog role and, when opened with dialog.showModal(), it makes the rest of the page inert, managing focus automatically.
The <dialog> element has an implied dialog role and, when opened with dialog.showModal(), it makes the rest of the page inert, managing focus automatically.