Skip to content

Commit

Permalink
Typo in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mustaqahmed committed Jan 4, 2024
1 parent 1d3ef8f commit 4c4ad8f
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 @@ -815,7 +815,7 @@ <h4>Event dispatch</h4>
<ol>
<li>Let |t| be the user interaction event that caused the firing of |e|.</li>
<div class="note">
<p>Event |t| could be a non-<code>PointerEvent</code>; for example, it is a <code>KeyboardEvent</code> when a <code>click</code> event dispatch is caused by hitting the spacebar on a checkbox element.<p>
<p>Event |t| could be a non-<code>PointerEvent</code>; for example, it is a <code>KeyboardEvent</code> when a <code>click</code> event dispatch is caused by hitting the spacebar on a checkbox element.</p>
<p>When |t| is a <code>PointerEvent</code>, |t| is a {{GlobalEventHandlers/pointerup}} except for a <code>contextmenu</code> event where |t| is either a {{GlobalEventHandlers/pointerdown}} or a {{GlobalEventHandlers/pointerup}} event depending on native platform convention.</p>
</div>

Expand Down

0 comments on commit 4c4ad8f

Please sign in to comment.