Update touchmove behavior on preventDefault v1-errata
authorTim Dresser <tdresser@chromium.org>
Tue, 15 Jul 2014 09:26:16 -0400
branchv1-errata
changeset 228 e52f9e5c93cd
parent 222 d6c06258cee0
child 229 0c110aed1866
Update touchmove behavior on preventDefault
touchevents.html
--- 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>