You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve wording of first example for path-based gesture (#4268)
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. I propose replacing it
with:
> 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.
---------
Co-authored-by: Mike Gower <[email protected]>
Copy file name to clipboardExpand all lines: understanding/21/pointer-gestures.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ <h2>Intent of this Success Criterion</h2>
24
24
25
25
<p>A <strong>path-based gesture</strong> involves an interaction where not just the endpoints matter, but how the pointer moves between these points.</p>
26
26
27
-
<p>If the gestureis 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 <strong>path-based gesture</strong>.</p>
27
+
<p>Swiping is an example of a <strong>path-based gesture</strong>, which is only recognized when the user moves in a (mostly) straight line from the start point to the end point.</p>
28
28
29
29
<figureid="figure-path-based-gesture-1">
30
30
<imgsrc="img/path-based-gesture-1.png" width="400" alt="Hand showing a starting touch, 1. Moving in a straight line to a second point, 2." />
0 commit comments