[w3c/uievents] Shall we create a dblclick event when the cursor have moved to a different location between two clicks? (#283)

Consider this wpt test_driver usage 
`await new test_driver.Actions().pointerDown().pointerMove(300, 300).pointerUp().pointerDown().pointerUp().send();`, 
this makes two clicks but no dblclick in Chrome and and two clicks + one dblclick in Firefox. 

Both behaviours make sense in some ways, so we should clarify which behaviour we want in spec. 

cc @smaug----


-- 
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

Received on Thursday, 3 December 2020 17:47:12 UTC