From 9a0ca7f65c7c7a8c91fe7e4a401f420e67594bcf Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Thu, 2 Jun 2022 12:34:42 +0200 Subject: [PATCH 1/3] Update G219.html Adding note to swipe gesture alternative to clarify that swiping alone would not suffice as alternative. Closes #2406 --- techniques/general/G219.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/general/G219.html b/techniques/general/G219.html index 42d965cd5f..97b6cdd6d6 100644 --- a/techniques/general/G219.html +++ b/techniques/general/G219.html @@ -20,7 +20,7 @@

Applicability

Description

The objective of this Technique is to ensure that people with motor impairments who cannot carry out dragging movements are presented with an alternative single pointer interaction.

Some direct manipulation interfaces allow users to pick up targets and use dragging movements to move them to another position, for example, to change the position of an item in a priority list, or to move a task on a Kanban or planning board.

-

Such dragging movements are difficult or impossible to carry out for some users with motor disabilities. The alternative to dragging movements operates the underlying function by one or several single pointer activations. A single tap or click may reveal controls (arrows) to move a target in a stepwise fashion; open a drop-down menu where the drop position can be selected; or allow moving it to an ajacent postion by a swipe gesture.

+

Such dragging movements are difficult or impossible to carry out for some users with motor disabilities. The alternative to dragging movements operates the underlying function by one or several single pointer activations. A single tap or click may reveal controls (arrows) to move a target in a stepwise fashion; open a drop-down menu where the drop position can be selected; or allow moving it to an ajacent postion by a swipe gesture. (Regarding the swip gesture alternative, note that the swipe gesture alone would not be sufficient since Success Criterion 2.5.1 Pointer Gestures requires that functrionality can operated with a single pointer without a path-based gesture, unless a multipoint or path-based gesture is essential.)

From 2211f2db707938bd25479feb19a06533f3419d61 Mon Sep 17 00:00:00 2001 From: Detlev Fischer Date: Thu, 2 Jun 2022 12:35:57 +0200 Subject: [PATCH 2/3] Update G219.html --- techniques/general/G219.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/techniques/general/G219.html b/techniques/general/G219.html index 97b6cdd6d6..a69d9d3b13 100644 --- a/techniques/general/G219.html +++ b/techniques/general/G219.html @@ -20,8 +20,7 @@

Applicability

Description

The objective of this Technique is to ensure that people with motor impairments who cannot carry out dragging movements are presented with an alternative single pointer interaction.

Some direct manipulation interfaces allow users to pick up targets and use dragging movements to move them to another position, for example, to change the position of an item in a priority list, or to move a task on a Kanban or planning board.

-

Such dragging movements are difficult or impossible to carry out for some users with motor disabilities. The alternative to dragging movements operates the underlying function by one or several single pointer activations. A single tap or click may reveal controls (arrows) to move a target in a stepwise fashion; open a drop-down menu where the drop position can be selected; or allow moving it to an ajacent postion by a swipe gesture. (Regarding the swip gesture alternative, note that the swipe gesture alone would not be sufficient since Success Criterion 2.5.1 Pointer Gestures requires that functrionality can operated with a single pointer without a path-based gesture, unless a multipoint or path-based gesture is essential.)

- +

Such dragging movements are difficult or impossible to carry out for some users with motor disabilities. The alternative to dragging movements operates the underlying function by one or several single pointer activations. A single tap or click may reveal controls (arrows) to move a target in a stepwise fashion; open a drop-down menu where the drop position can be selected; or allow moving it to an ajacent postion by a swipe gesture. (Regarding the swipe gesture alternative, note that the swipe gesture alone would not be sufficient since Success Criterion 2.5.1 Pointer Gestures requires that functionality can operated with a single pointer without a path-based gesture, unless a multipoint or path-based gesture is essential.)

From f3666e4e8a259b3e72de88fffb5385f29762d57b Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 25 Oct 2024 16:45:47 +0100 Subject: [PATCH 3/3] Update techniques/general/G219.html --- techniques/general/G219.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/general/G219.html b/techniques/general/G219.html index a69d9d3b13..d123540d62 100644 --- a/techniques/general/G219.html +++ b/techniques/general/G219.html @@ -20,7 +20,7 @@

Applicability

Description

The objective of this Technique is to ensure that people with motor impairments who cannot carry out dragging movements are presented with an alternative single pointer interaction.

Some direct manipulation interfaces allow users to pick up targets and use dragging movements to move them to another position, for example, to change the position of an item in a priority list, or to move a task on a Kanban or planning board.

-

Such dragging movements are difficult or impossible to carry out for some users with motor disabilities. The alternative to dragging movements operates the underlying function by one or several single pointer activations. A single tap or click may reveal controls (arrows) to move a target in a stepwise fashion; open a drop-down menu where the drop position can be selected; or allow moving it to an ajacent postion by a swipe gesture. (Regarding the swipe gesture alternative, note that the swipe gesture alone would not be sufficient since Success Criterion 2.5.1 Pointer Gestures requires that functionality can operated with a single pointer without a path-based gesture, unless a multipoint or path-based gesture is essential.)

+

Such dragging movements are difficult or impossible to carry out for some users with motor disabilities. The alternative to dragging movements operates the underlying function by one or several single pointer activations. A single tap or click may reveal controls (arrows) to move a target in a stepwise fashion; open a drop-down menu where the drop position can be selected; or allow moving it to an ajacent postion by a swipe gesture. (Regarding the swipe gesture alternative, note that the swipe gesture alone would not be sufficient since Success Criterion 2.5.1 Pointer Gestures requires that functionality can be operated with a single pointer without a path-based gesture, unless a multipoint or path-based gesture is essential.)