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

  • Revision slug: Web/Events/touchleave
  • Revision title: touchleave
  • Revision id: 927741
  • Created:
  • Creator: teoli
  • Is current revision? Yes
  • Comment

Revision Content

This event was a proposal in an early version of the specification and has not been implemented. Do not rely on it.

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

<div class="warning">
<p>This event was a proposal in an early version of the specification and has not been implemented. Do not rely on it.</p>
</div>

<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