Resolve issue-touchenter-reenter.
Changed the text to make it clear touchenter can happen on any element,
including when re-entering the starting element.
--- a/touchevents.html Tue Mar 29 16:57:25 2011 -0700
+++ b/touchevents.html Tue Mar 29 17:07:52 2011 -0700
@@ -251,9 +251,7 @@
<section>
<h3 id="event-touchenter">The <dfn class="event">touchenter</dfn> event</h3>
- <p>A user agent must dispatch this event type to indicate when a <a>touch point</a> moves onto the interactive area defined by a DOM element on which it did not originate. Events of this type must not bubble.</p>
-
- <p class="issue" id="issue-touchenter-reenter"><strong>Issue:</strong> it's not clear if a touchenter event can occur when a touch re-enters the target of the touch start. It seems to say 'no' (Matthew Schinckel)</p>
+ <p>A user agent must dispatch this event type to indicate when a <a>touch point</a> moves onto the interactive area defined by a DOM element. Events of this type must not bubble.</p>
</section>
<section>