Update touchmove behavior on preventDefault · w3c/touch-events@df62010 · GitHub
Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Update touchmove behavior on preventDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
tdresser committed Jul 24, 2014
1 parent 6d3621d commit df62010
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions touchevents.html
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,13 @@ <h3 id="event-touchmove">The <dfn class="event">touchmove</dfn> event</h3>
</p>

<p>
If <em>every</em> <a>touchmove</a> event of an <a>active touch point</a> is
cancelled, it should prevent any default action caused by any <a>touchmove</a> event
associated with the same <a>active touch point</a>, such as scrolling.
A user agent should suppress the default action caused by
any <a>touchmove</a> event until at least one <a>touchmove</a> event
associated with the same <a>active touch point</a> is not
cancelled. Whether the default action is suppressed
for <a>touchmove</a> events after at least one <a>touchmove</a> event
associated with the same <a>active touch point</a> is not cancelled is
implementation dependent.
</p>
</section>

Expand Down

0 comments on commit df62010

Please sign in to comment.