This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26888 - Add "pointerleave" to "9.1 The touch-action CSS property"
Summary: Add "pointerleave" to "9.1 The touch-action CSS property"
Status: RESOLVED FIXED
Alias: None
Product: PointerEventsWG
Classification: Unclassified
Component: Pointer Events specification (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Jacob Rossi [MSFT]
QA Contact: Pointer Events Bugzilla list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-23 07:45 UTC by Patrick H. Lauke
Modified: 2016-06-25 02:34 UTC (History)
2 users (show)

See Also:


Attachments

Description Patrick H. Lauke 2014-09-23 07:45:05 UTC
As mentioned in the discussion on http://lists.w3.org/Archives/Public/public-pointer-events/2014JulSep/0134.html we should add "pointerleave" to the sentence in "9.1 The touch-action CSS property" concerning default behavior/gesture and how it ends/closes the stream of events.

Current:

"The user agent must fire a pointer event named pointercancel (and subsequently a pointerout event) whenever all of the following are true, in order to end the stream of events for the pointer:"

Change to:

"The user agent must fire a pointer event named pointercancel (and subsequently a pointerout and pointerleave event) whenever all of the following are true, in order to end the stream of events for the pointer:"
Comment 1 Patrick H. Lauke 2014-09-23 15:39:24 UTC
as per call on 23 Sept: 

"The user agent must fire a pointer event named pointercancel (and subsequently a pointerout event and one or more pointerleave events) whenever all of the following are true, in order to end the stream of events for the pointer:"
Comment 2 Jacob Rossi [MSFT] 2014-10-21 04:25:25 UTC
Tada: https://dvcs.w3.org/hg/pointerevents/rev/0dc3e51284e4