- From: Joey Arhar via GitHub <noreply@w3.org>
- Date: Wed, 29 Apr 2026 16:36:58 +0000
- To: public-css-archive@w3.org
Another idea: when hiding the popover, we could run a style update after updating pseudo-classes like :popover-open. Then, check to see whether there is a display animation running on the top layer element. If there is one, then wait to remove it from the top layer until that display animation finishes, or alternatively when the element becomes display:none. Otherwise, if there isn't a display animation, then just remove it from the top layer immediately. -- GitHub Notification of comment by josepharhar Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13200#issuecomment-4345654973 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 29 April 2026 16:36:59 UTC