Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit df62010

Browse files
committed
1 parent 6d3621d commit df62010

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

touchevents.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,9 +621,13 @@ <h3 id="event-touchmove">The <dfn class="event">touchmove</dfn> event</h3>
621621
</p>
622622

623623
<p>
624-
If <em>every</em> <a>touchmove</a> event of an <a>active touch point</a> is
625-
cancelled, it should prevent any default action caused by any <a>touchmove</a> event
626-
associated with the same <a>active touch point</a>, such as scrolling.
624+
A user agent should suppress the default action caused by
625+
any <a>touchmove</a> event until at least one <a>touchmove</a> event
626+
associated with the same <a>active touch point</a> is not
627+
cancelled. Whether the default action is suppressed
628+
for <a>touchmove</a> events after at least one <a>touchmove</a> event
629+
associated with the same <a>active touch point</a> is not cancelled is
630+
implementation dependent.
627631
</p>
628632
</section>
629633

0 commit comments

Comments
 (0)