- From: Gary Kacmarcik <notifications@github.com>
- Date: Thu, 03 Dec 2020 10:40:11 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 December 2020 18:40:23 UTC
In my (in progress) [rewrite of event handling](https://w3c.github.io/uievents/event-algo.html), whether or not something is a double-click is determined by the underlying native OS. This is required because the OS will typically have accessibility features that allow the user to specify the click-delay for 2 clicks to qualify as a double-click. And the browser should respect that. To simulate this properly in a test, I think you'd need to inject proper native mouse events and have the OS generate the extra dbl-click event for the browser. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/283#issuecomment-738209924
Received on Thursday, 3 December 2020 18:40:23 UTC