From 6c36df18a82caa9d06ceb732d2e4540c75c15619 Mon Sep 17 00:00:00 2001 From: Alastair Campbell Date: Fri, 2 Feb 2024 16:47:41 +0000 Subject: [PATCH] Update guidelines/terms/21/single-pointer.html --- guidelines/terms/21/single-pointer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/terms/21/single-pointer.html b/guidelines/terms/21/single-pointer.html index 31d6d8e51f..293266fbfb 100644 --- a/guidelines/terms/21/single-pointer.html +++ b/guidelines/terms/21/single-pointer.html @@ -1,6 +1,6 @@
single pointer
-

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.

+

an input 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.

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.