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

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

http://www.w3.org/2010/webevents/track/issues/3

Raised by: Matt Brubeck
On product: Touch Events spec

Andrew Grieve <http://lists.w3.org/Archives/Public/public-webevents/2011JanMar/0043.html>:
[[
If the user taps the screen, and the page changes the DOM within the context
of the touchstart event, should a click event be fired on the new DOM?
 -this is the case for both Android & iPhone
 -Mobile Google Docs takes advantage of this by placing a textarea under
your click
 -It would also be nice to prevent the click, say with a preventDefault() on
the touchend.
]]

Received on Tuesday, 15 February 2011 16:48:13 UTC