Skip to content

Commit

Permalink
Merge pull request #18 from patrickhlauke/event-order-fixup
Browse files Browse the repository at this point in the history
Add missing pointerleave
  • Loading branch information
RByers committed Jul 12, 2015
2 parents 09cb7e4 + 0de6993 commit ba77158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ <h2>Mapping for devices that do not support hover</h2>
<li><code>click</code></li>
<li><code>pointerout</code></li>
<li><code>mouseout</code></li>
<li><code>pointerleave</code></li>
<li><code>mouseleave</code></li>
</ol>
<p>If, however, the <code>pointerdown</code> event is canceled during this interaction then the sequence of events would be:
Expand All @@ -879,6 +880,7 @@ <h2>Mapping for devices that do not support hover</h2>
<li><code>click</code></li>
<li><code>pointerout</code></li>
<li><code>mouseout</code></li>
<li><code>pointerleave</code></li>
<li><code>mouseleave</code></li>
</ol>
</section>
Expand Down

0 comments on commit ba77158

Please sign in to comment.