Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Change may to should for non-cancelable events
Browse files Browse the repository at this point in the history
Closes #130
  • Loading branch information
patrickhlauke committed Jun 29, 2022
1 parent b655ac4 commit c69cff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ <h3 id="cancelability">Cancelability of touch events</h3>
<code>true</code>.
</p>
<p>
In particular, a user agent may generate only uncancelable touch events when it
In particular, a user agent should generate only uncancelable touch events when it
<a href="https://dom.spec.whatwg.org/#observing-event-listeners">observes that there
are no non-passive listeners</a> for the event.
</p>
Expand Down

0 comments on commit c69cff4

Please sign in to comment.