- From: <bugzilla@jessica.w3.org>
- Date: Fri, 28 Feb 2014 23:52:39 +0000
- To: public-pointer-events-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24783 --- Comment #2 from Jacob Rossi [MSFT] <jrossi@microsoft.com> --- Here's my proposed text: "The activation of an element (click) would typically produce the following sequence: 1 mousemove 2 pointerover 3 mouseover 4 mouseenter 5 pointerdown 6 mousedown 7 (zero or more pointermove and mousemove events, depending on movement of the pointer) 8 pointerup 9 mouseup 10 click 11 pointerout 12 mouseout 13 mouseleave If, however, the pointerdown event is cancelled during this interaction then the sequence of events is: 1 mousemove 2 pointerover 3 mouseover 4 mouseenter 5 pointerdown 6 (zero or more pointermove events, depending on movement of the pointer) 7 pointerup 8 click 9 pointerout 10 mouseout 11 mouseleave" Let me know if you think this is accurate and I'll drop it in the spec. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 28 February 2014 23:52:41 UTC