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 619935 of touchleave

  • Revision slug: Web/Events/touchleave
  • Revision title: touchleave
  • Revision id: 619935
  • Created:
  • Creator: teoli
  • Is current revision? No
  • Comment Web/Reference/Events/touchleave Web/Events/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.

{{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/docs/Web/Guide/Events/Touch_events">Touch events</a>.</p>
<h2 id="Related_Events">Related Events</h2>
<p>{{TouchRelatedEvents()}}</p>
Revert to this revision