Fixed id in touchcancel
authorSangwhan Moon <smoon@opera.com>
Wed, 20 Apr 2011 13:51:52 +0800
changeset 39 a9346e501dcf
parent 38 a5d5d9e55a66
child 40 8b932f6d4ec8
Fixed id in touchcancel
touchevents.html
--- a/touchevents.html	Tue Apr 12 16:50:10 2011 -0700
+++ b/touchevents.html	Wed Apr 20 13:51:52 2011 +0800
@@ -301,7 +301,7 @@
       </section>
 
       <section>
-        <h3 id="event-touchstart">The <dfn class="event">touchcancel</dfn> event</h3>
+        <h3 id="event-touchcancel">The <dfn class="event">touchcancel</dfn> event</h3>
         <p>A user agent must dispatch this event type to indicate when a <a>TouchPoint</a> has been disrupted in an implementation-specific manner, such as by moving outside the bounds of the UA window.  A user agent may also dispatch this event type when the user places more <a>touch point</a>s on the touch surface than the device or implementation is configured to store, in which case the earliest <a>TouchPoint</a> object in the <a>TouchList</a> should be removed.</p>
       </section>
     </section>