pointerenter
< dom(Redirected from dom/events/pointerenter)
pointerenter
This page has been flagged with the following issues:
High-level issues:
W3C Working Draft
Summary
Dispatched when a pointing device is moved into the hit test boundaries of an element or one of its descendants, including as a result of a pointerdown event from a device that does not support hover.
Overview Table
| Synchronous | Yes |
|---|---|
| Bubbles | No |
| Target | dom/Element |
| Cancelable | Yes |
| Default action | Varies: when the pointer is primary, all default actions of the mouseenter event |
This event type is similar to pointerover, but differs in that it does not bubble.
Needs Examples: This section should include examples.
Notes
There are similarities between this event type, the mouseenter event described in DOM Level 3 Events and the CSS :hover pseudo-class described in CSS 2.1. See also the pointerleave event.
Related specifications
| Specification | Status | Related Changes |
|---|---|---|
| Pointer Events | Working Draft | 3.2.8 |
Compatibility
Desktop
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? |
Mobile
| Feature | Android | BlackBerry | Chrome for mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Opera Mini | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? | ? | ? | ? |
See also
Related articles
Pointer Events
- pointerenter
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here