--- a/touchevents.html Thu May 29 10:10:24 2014 -0400
+++ b/touchevents.html Tue Jul 15 09:26:16 2014 -0400
@@ -621,9 +621,8 @@
</p>
<p>
- If the <a>preventDefault</a> method is called on the <em>first</em>
- <a>touchmove</a> event of an <a>active touch point</a>, it should
- prevent any default action caused by any <a>touchmove</a> event
+ 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.
</p>
</section>