Re: WebEvents-ISSUE-3: Click event target after DOM mutation during touchstart [Touch Events spec]

On 06/13/2011 09:30 AM, Olli Pettay wrote:
> The spec could say in "7. Interaction with Mouse Events" that:
> If the implementation interprets touchstart (possible followed by
> touchmove events) and touchend events as a tap, it should dispatch
> mousedown, mouseup and click events to the
> same event target on which touchend was dispatched.

I added this behavior (with some slightly different language) to the spec:

http://dvcs.w3.org/hg/webevents/rev/4ad645b57624

Received on Tuesday, 19 July 2011 16:08:54 UTC