Skip to content

Commit

Permalink
Correct element click pointer up action's id
Browse files Browse the repository at this point in the history
The pointer id of pointer up action should be "pointer" to match the pointer move and pointer down actions pointer ids
  • Loading branch information
dten authored Dec 6, 2023
1 parent 5bbd548 commit 337f29f
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 @@ -5919,7 +5919,7 @@ <h4><dfn>Element Click</dfn></h4>

<li><p>Let <var>pointer up action</var> be an <a>action
object</a> constructed with arguments <var>input id</var>,
"<code>mouse</code>", and "<code>pointerUp</code>" as arguments.
"<code>pointer</code>", and "<code>pointerUp</code>" as arguments.

<li><p><a>Set a property</a> <code>button</code>
to <code>0</code> on <var>pointer up action</var>.
Expand Down

0 comments on commit 337f29f

Please sign in to comment.