From 88ffd2967eeb682570699cc958f18bc9caac98f2 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 16 Sep 2024 09:51:15 +0100 Subject: [PATCH 1/6] Add "mechanism" to single pointer definition --- 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 7f0001968a..9a8cce7a1f 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, single finger on a touch screen, or stylus.

+

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

From 1f1304d4e5ef0116d93d63172d5184e32ed00983 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 16 Sep 2024 09:56:40 +0100 Subject: [PATCH 2/6] Change "inputs" to "interactions" in the note --- 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 9a8cce7a1f..0492f89dc2 100644 --- a/guidelines/terms/21/single-pointer.html +++ b/guidelines/terms/21/single-pointer.html @@ -1,6 +1,6 @@
single pointer

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

+

In contrast to single pointer interactions, 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.

From 80cd19f7659a7894c3efcf891954ef2ffcc8f6e6 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 20 Sep 2024 16:19:15 +0100 Subject: [PATCH 3/6] 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 0492f89dc2..2351a3f304 100644 --- a/guidelines/terms/21/single-pointer.html +++ b/guidelines/terms/21/single-pointer.html @@ -1,6 +1,6 @@
single pointer

an input mechanism 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 interactions, 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.

+

Single pointer interactions include 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.

From 9fa3c1fea7af2c79bae9dd283c69a8b259e0e899 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 20 Sep 2024 16:27:00 +0100 Subject: [PATCH 4/6] 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 2351a3f304..0ca99bf4f9 100644 --- a/guidelines/terms/21/single-pointer.html +++ b/guidelines/terms/21/single-pointer.html @@ -1,6 +1,6 @@
single pointer
-

an input mechanism 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 touch screen, or stylus.

Single pointer interactions include 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.

From 67110a796f2820504d372d14efa4ec931e30f664 Mon Sep 17 00:00:00 2001 From: Alastair Campbell Date: Fri, 20 Sep 2024 16:33:52 +0100 Subject: [PATCH 5/6] Update guidelines/terms/21/single-pointer.html Co-authored-by: Mike Gower --- 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 0ca99bf4f9..31c10665d6 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.

-

Single pointer interactions include 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.

+

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.

From 8553b1e18fcb8e1a016b12fb6113f087bd37ba08 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 20 Sep 2024 16:34:20 +0100 Subject: [PATCH 6/6] 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 31c10665d6..bc1a6cf1f3 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.

-

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.

+

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.