[Bug 24783] non-normative examples for event sequences to be added to end of 11.2

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