From 942837c40109764af7f1146007d18f21cb5fc2a4 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 25 Jan 2024 01:31:25 +0000 Subject: [PATCH] Move multipoint mention into a note --- guidelines/terms/21/single-pointer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guidelines/terms/21/single-pointer.html b/guidelines/terms/21/single-pointer.html index b88717f315..31d6d8e51f 100644 --- a/guidelines/terms/21/single-pointer.html +++ b/guidelines/terms/21/single-pointer.html @@ -1,5 +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 – as opposed to multi-pointer/multi-touch scenarios

+

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.

+

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.