- From: <bugzilla@jessica.w3.org>
- Date: Wed, 28 Nov 2012 01:39:51 +0000
- To: public-pointer-events@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20112
Bug ID: 20112
Summary: pointerenter and pointerleave events
Classification: Unclassified
Product: PointerEventsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Pointer Events specification
Assignee: jrossi@microsoft.com
Reporter: jrossi@microsoft.com
QA Contact: dave.null@w3.org
CC: public-pointer-events@w3.org
DOM Level 3 Events defines mouseenter/mouseleave hit testing transition
events.[[1] These events are different from mouseover/mouseout in that the
mouse has not "left" the element simply because it went over a child (and the
events do not bubble). This makes mouseenter/leave the event analog to the CSS
:hover state.[2]
Pointer events should support this concept via pointerenter/pointerleave events
(supporting multi-pointer interactions as well). [3,4]
[1]
http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#event-type-mouseenter
[2] http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes
[3]
http://lists.w3.org/Archives/Public/public-pointer-events/2012OctDec/0052.html
[4]
http://lists.w3.org/Archives/Public/public-pointer-events/2012OctDec/0035.html
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Wednesday, 28 November 2012 01:39:53 UTC