From fe28f22b518c0ebafb061573997573b054cd8b64 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 2 Apr 2026 17:47:38 +0100 Subject: [PATCH] Consistency: use "touchscreen" rather than "touch screen" --- 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 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.