Skip to content

Commit

Permalink
Move multipoint mention into a note
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhlauke committed Jan 25, 2024
1 parent 6eef119 commit 942837c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guidelines/terms/21/single-pointer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<dt><dfn>single pointer</dfn></dt>
<dd>
<p>an input that only targets a single point on the page/screen at a time – such as a mouse, stylus, or single finger on a touch screen – as opposed to multi-pointer/multi-touch scenarios</p>
<p>an input that only targets a single point on the page/screen at a time – such as a mouse, stylus, or single finger on a touch screen.</p>
<p class="note">In contrast to single pointer inputs, multipoint interactions involve the use of two or more pointers at the same time – such as two finger interactions on a touchscreen, or the simultaneous use of a mouse and stylus.</p>
</dd>

0 comments on commit 942837c

Please sign in to comment.