Issue-6: Events should be dispatched to targets within frames.
authorMatt Brubeck <mbrubeck@mozilla.com>
Mon, 06 Jun 2011 17:33:55 -0700
changeset 93 29ec4253b862
parent 92 2e881e5a2e3d
child 94 53491ff3514b
Issue-6: Events should be dispatched to targets within frames.
touchevents.html
--- a/touchevents.html	Fri May 06 22:12:50 2011 +0800
+++ b/touchevents.html	Mon Jun 06 17:33:55 2011 -0700
@@ -367,7 +367,9 @@
         </p>
 
         <p>
-          The target of this event must be an <a>Element</a>.
+          The target of this event must be an <a>Element</a>.  If the touch
+          point is within a frame, the event should be dispatched to an element
+          in the <a>child browsing context</a> of that frame.
         </p>
       </section>