pointerout

< dom(Redirected from dom/events/pointerout)
Jump to: navigation, search

pointerout

This page has been flagged with the following issues:

High-level issues:


W3C Working Draft

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 event

Needs Examples: This section should include examples.



Related specifications

Specification Status Related Changes
Pointer Events Working Draft 3.2.7

Compatibility

Desktop

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic Support ?
?
?
IE10 -ms
?
?

Mobile

Feature Android BlackBerry Chrome for mobile Firefox Mobile (Gecko) IE Mobile Opera Mobile Opera Mini Safari Mobile
Basic support ? ? ? ? ? ? ? ?


Compatibility notes

Browser Version Note
Internet Explorer 10 Supported as: MSPointerOut

See also

Related articles

Pointer Events












  • pointerout