pointerout
Summary
Dispatched when any of the following occurs:
- A pointing device is moved out of the hit test boundaries of an element
- After firing the pointerup event for a device that does not support hover
- After firing the pointercancel event
Overview Table
Synchronous | Yes |
---|---|
Bubbles | Yes |
Target | dom/Element |
Cancelable | Yes |
Default action | Varies: when the pointer is primary, all default actions of the [mouseout](/dom/MouseEvent/mouseout) event |
element.addEventListener("pointerout", handler, useCapture) ;
Related specifications
- Pointer Events
- Working Draft
Attributions
Microsoft Developer Network: [pointerout Event Article]