diff --git a/guidelines/terms/21/single-pointer.html b/guidelines/terms/21/single-pointer.html index 723990eb4e..4e1cb63f0c 100644 --- a/guidelines/terms/21/single-pointer.html +++ b/guidelines/terms/21/single-pointer.html @@ -1,6 +1,6 @@
single pointer
-

an input modality that only targets a single point on the page/screen at a time – such as a mouse, single finger on a touch screen, or stylus

+

an input modality that only targets a single point on the page/screen at a time – such as a mouse, single finger on a touchscreen, or stylus

Single pointer interactions include clicks, double clicks, taps, dragging motions, and single-finger swipe gestures. In contrast, 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.