Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 365963 of touchleave

  • Revision slug: DOM/Mozilla_event_reference/touchleave
  • Revision title: touchleave
  • Revision id: 365963
  • Created:
  • Creator: ethertank
  • Is current revision? No
  • Comment Mozilla_event_reference/touchleave DOM/Mozilla_event_reference/touchleave

Revision Content

The touchleave event is fired when a touch point is moved off the interactive area of an element.

General info

Specification
Touch Events (removed)
Interface
TouchEvent
Bubbles
Yes
Cancelable
Yes
Target
Document, Element
Default Action
undefined

Properties

{{OpenEventProperties()}}{{UIEventProperties()}}{{TouchEventProperties()}}{{ModifiersEventProperties()}}{{CloseEventProperties()}}

Examples

Code samples for those events are available on the dedicated page: Touch events.

Related Events

{{TouchRelatedEvents()}}

Revision Source

<p>The <code>touchleave</code> event is fired when a touch point is moved off the interactive area of an element.</p>
<h2 id="General_info">General info</h2>
<dl>
  <dt style="clear: left; float: left; text-align: right; width: 120px;">
    Specification</dt>
  <dd style="margin: 0 0 0 120px;">
    <a class="external" href="https://www.w3.org/TR/touch-events/">Touch Events</a> (removed)</dd>
  <dt style="clear: left; float: left; text-align: right; width: 120px;">
    Interface</dt>
  <dd style="margin: 0 0 0 120px;">
    TouchEvent</dd>
  <dt style="clear: left; float: left; text-align: right; width: 120px;">
    Bubbles</dt>
  <dd style="margin: 0 0 0 120px;">
    Yes</dd>
  <dt style="clear: left; float: left; text-align: right; width: 120px;">
    Cancelable</dt>
  <dd style="margin: 0 0 0 120px;">
    Yes</dd>
  <dt style="clear: left; float: left; text-align: right; width: 120px;">
    Target</dt>
  <dd style="margin: 0 0 0 120px;">
    Document, Element</dd>
  <dt style="clear: left; float: left; text-align: right; width: 120px;">
    Default Action</dt>
  <dd style="margin: 0 0 0 120px;">
    undefined</dd>
</dl>
<h2 id="Properties">Properties</h2>
<p>{{OpenEventProperties()}}{{UIEventProperties()}}{{TouchEventProperties()}}{{ModifiersEventProperties()}}{{CloseEventProperties()}}</p>
<h2 id="Examples">Examples</h2>
<p>Code samples for those events are available on the dedicated page: <a href="en-US/DOM/Touch_events">Touch events</a>.</p>
<h2>Related Events</h2>
<p>{{TouchRelatedEvents()}}</p>
Revert to this revision