WebEvents-ISSUE-10: relatedTarget attribute [Touch Events spec]

WebEvents-ISSUE-10: relatedTarget attribute [Touch Events spec]

http://www.w3.org/2010/webevents/track/issues/10

Raised by: Matt Brubeck
On product: Touch Events spec

"mouseover" and "mouseout" events have a relatedTarget attribute.  The target and relatedTarget attributes are the element that the mouse entered and exited, respectively (or vice-versa for mouseout events):

http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-MouseEvent-relatedTarget

Should "touchenter" and "touchleave" events should have the same relatedTarget attribute?

Received on Tuesday, 29 March 2011 19:00:52 UTC