From 7eec1ee902a926688c9a1c760ea2d6879252ec2a Mon Sep 17 00:00:00 2001 From: Bruce Bailey Date: Thu, 6 Mar 2025 12:48:27 -0500 Subject: [PATCH 1/2] Improve wording of first example for path-based gesture Under Intent, we currently have: > A **path-based gesture** involves an interaction where not just the endpoints matter, but how the pointer moves between these points. > > If the gesture is only recognised if the user moves in a (mostly) straight line from the start point to the end point, it is an example of a path-based gesture. That second sentence is confusing. It is an example of a common characteristic of some path-based gestures. First example of path-based gesture If the gesture is only recognised if the user moves in a (mostly) straight line from the start point to the end point, it is an example of a path-based gesture. --- understanding/21/pointer-gestures.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/understanding/21/pointer-gestures.html b/understanding/21/pointer-gestures.html index f6634457c9..b245215a64 100644 --- a/understanding/21/pointer-gestures.html +++ b/understanding/21/pointer-gestures.html @@ -24,7 +24,7 @@

Intent of this Success Criterion

A path-based gesture involves an interaction where not just the endpoints matter, but how the pointer moves between these points.

-

If the gesture is only recognised if the user moves in a (mostly) straight line from the start point to the end point, it is an example of a path-based gesture.

+

Swiping is an example of a path-based gesture which is only recognized when the user moves in a (mostly) straight line from the start point to the end point.

Hand showing a starting touch, 1. Moving in a straight line to a second point, 2. From a75bbdb6637fdf3e5e5d44bf0e9532a51eeeb115 Mon Sep 17 00:00:00 2001 From: Mike Gower Date: Fri, 7 Mar 2025 08:58:56 -0800 Subject: [PATCH 2/2] Update understanding/21/pointer-gestures.html --- understanding/21/pointer-gestures.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/understanding/21/pointer-gestures.html b/understanding/21/pointer-gestures.html index b245215a64..817b0249fa 100644 --- a/understanding/21/pointer-gestures.html +++ b/understanding/21/pointer-gestures.html @@ -24,7 +24,7 @@

Intent of this Success Criterion

A path-based gesture involves an interaction where not just the endpoints matter, but how the pointer moves between these points.

-

Swiping is an example of a path-based gesture which is only recognized when the user moves in a (mostly) straight line from the start point to the end point.

+

Swiping is an example of a path-based gesture, which is only recognized when the user moves in a (mostly) straight line from the start point to the end point.

Hand showing a starting touch, 1. Moving in a straight line to a second point, 2.