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

  • Revision slug: Mozilla_event_reference/touchleave
  • Revision title: touchleave
  • Revision id: 290297
  • Created:
  • Creator: louisremi
  • Is current revision? No
  • Comment

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
Synchronicity
synchronous
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.

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;">
    Synchronicity</dt>
  <dd style="margin: 0 0 0 120px;">
    synchronous</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>
Revert to this revision