Does the new popover API use dialog element under the hood?
Maybe it's a misunderstanding on my part but I always thought that if you need an element that interrupts the user flow, like any popover does, then it should be created with the
<dialog/>
<dialog/>
element or else it would not be accessible. Is my stipulation incorrect here?
If I am correct, then does adding
popover
popover
automatically adds the
<dialog/
<dialog/
element as a wrapper? This doesn't seem to be the case from what I can tell after looking at the dev tools.