- From: Arthur Barstow <notifications@github.com>
- Date: Sat, 24 Oct 2015 07:50:45 -0700
- To: w3c/touch-events <touch-events@noreply.github.com>
Received on Saturday, 24 October 2015 14:51:15 UTC
The [spec says](http://w3c.github.io/touch-events/#widl-TouchEvent-changedTouches) the following regarding changed changedTouches list and touchstart events: [[ For the touchstart event this must be a list of the touch points that just became active with the current event. ]] This implies changedTouches can have more than one touch point during touchstart but is that really the case? It seems like during a touchstart event, changedTouches will only have one touch point. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/touch-events/issues/34
Received on Saturday, 24 October 2015 14:51:15 UTC