- From: Lcf.vs via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Jun 2018 21:45:28 +0000
- To: public-css-archive@w3.org
As I tested, actually, it's impossible to wait something, like a click, by a transition/animation, due to the events resolution queue. Example, when a focused element, showing something, when it loose the focus, by a click, that event doesn't make its propagation. The only solution is to target `:hover` too... but no way to prevent the `:hover` if not focused. -- GitHub Notification of comment by Lcfvs Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2725#issuecomment-394017559 using your GitHub account
Received on Friday, 1 June 2018 21:45:30 UTC