Used to designate an element as a popover element.
Concepts and usage
A very common pattern on the web is to show content over the top of other content, drawing the user’s attention to specific important information or actions that need to be taken.
This content can take several different names — overlays, popups, popovers, dialogs, etc.
We will refer to them as popovers through the documentation.
Generally speaking, these can be:
modal, meaning that while a popover is being shown, the rest of the page is rendered non-interactive until the popover is actioned in some way
non-modal, meaning that the rest of the page can be interacted with while the popover is being shown
Popovers created using the Popover API are always non-modal.
If you want to create a modal popover, a