You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see anything wrong with using check popover validity instead of looking at the popover stack. They should be functionally the same, but using check popover validity is more consistent and easier to understand.
This solves an issue with elements being unconditionally added to this list and makes it clearer that the steps between it being added here and the top layer didn't mean anything.
This also makes hide popover use check popover validity more to rely on the shared infrastructure.
Fixes#8941 and fixes#8964.
https://html.spec.whatwg.org/#hide-popover-algorithm
It makes sense to me, for consistency with show.
cc @josepharhar @mfreed7 @domenic @annevk
The text was updated successfully, but these errors were encountered: