Skip to content

Commit

Permalink
Consider pointerup and touchend for "triggered by user activation"
Browse files Browse the repository at this point in the history
Although there are larger issues with this definition (see whatwg#1358), the
specific lack of these events was causing implementation confusion, so
they are worth adding before fixing the definition more generally.
  • Loading branch information
NavidZ authored and domenic committed Oct 12, 2016
1 parent 76f88a4 commit adafe99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3229,6 +3229,13 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<ul class="brief">
<li><dfn data-x-href="https://w3c.github.io/touch-events/#touch-interface"><code>Touch</code></dfn> interface</li>
<li><dfn data-x-href="https://w3c.github.io/touch-events/#dfn-touch-point">Touch point</dfn> concept</li>
<li><dfn data-x="event-touchend" data-x-href="https://w3c.github.io/touch-events/#event-touchend"><code>touchend</code></dfn> event</li>
</ul>

<p>The following features are defined in the Pointer Events specification: <ref spec=POINTEREVENTS></p>

<ul class="brief">
<li><dfn data-x="event-pointerup" data-x-href="https://w3c.github.io/pointerevents/#the-pointerup-event"><code>pointerup</code></dfn> event</li>
</ul>

<p>This specification sometimes uses the term <dfn data-x="">name</dfn> to refer to the event's
Expand Down Expand Up @@ -72363,8 +72370,10 @@ END:VCARD</pre>
<li><code data-x="event-click">click</code></li>
<li><code data-x="event-dblclick">dblclick</code></li>
<li><code data-x="event-mouseup">mouseup</code></li>
<li><code data-x="event-pointerup">pointerup</code></li>
<li><code data-x="event-reset">reset</code></li>
<li><code data-x="event-submit">submit</code></li>
<li><code data-x="event-touchend">touchend</code></li>
</ul>

</li>
Expand Down Expand Up @@ -119189,6 +119198,9 @@ INSERT INTERFACES HERE
<dt id="refsPNG">[PNG]</dt>
<dd><cite><a href="https://www.w3.org/TR/PNG/">Portable Network Graphics (PNG) Specification</a></cite>, D. Duce. W3C.</dd>

<dt id="refsPOINTEREVENTS">[POINTEREVENTS]</dt>
<dd><cite><a href="https://w3c.github.io/pointerevents/">Pointer Events</a></cite>, J. Rossi, M. Brubeck, R. Byers, P. H. Lauke. W3C.</dd>

<dt id="refsPOINTERLOCK">[POINTERLOCK]</dt>
<dd><cite><a href="https://w3c.github.io/pointerlock/">Pointer Lock</a></cite>, V. Scheib. W3C.</dd>

Expand Down Expand Up @@ -120009,6 +120021,7 @@ INSERT INTERFACES HERE
Ms2ger,
Nadia Heninger,
NARUSE Yui,
Navid Zolghadr,
Neil Deakin,
Neil Rashbrook,
Neil Soiffer,
Expand Down

0 comments on commit adafe99

Please sign in to comment.