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
Here we need to pass all the descendants, it is not very effective for performance.
I tried to maintain a list of button invokers for each popover, but it does not work, especially the spec requires tree order.
Should we optimize this?
Any ideas? @jakearchibald@emilio@nt1m
The text was updated successfully, but these errors were encountered:
https://html.spec.whatwg.org/multipage/popover.html#topmost-popover-ancestor
Here we need to pass all the descendants, it is not very effective for performance.
I tried to maintain a list of button invokers for each popover, but it does not work, especially the spec requires tree order.
Should we optimize this?
Any ideas? @jakearchibald @emilio @nt1m
The text was updated successfully, but these errors were encountered: