[touch-events] Length of changedTouches list during a touchstart event

AFBarstow has just created a new issue for 
https://github.com/w3c/touch-events:

== Length of changedTouches list during a touchstart event ==
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.

See https://github.com/w3c/touch-events/issues/34

Received on Saturday, 24 October 2015 14:50:47 UTC