-
Notifications
You must be signed in to change notification settings - Fork 285
/
Copy pathF108.html
78 lines (61 loc) · 3.3 KB
/
F108.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Failure of Success Criterion 2.5.7 Dragging Movements due to not providing a single pointer method that does not require a dragging movement</title>
<link rel="stylesheet" type="text/css" href="../../css/editors.css"/>
</head>
<body>
<h1>Failure of Success Criterion 2.5.7 Dragging Movements due to not providing a single pointer method that does not require a dragging movement</h1>
<section id="meta">
<h2>Metadata</h2>
<p id="id"></p>
<p id="technology">failures</p>
<p id="type">failure</p>
</section>
<section id="applicability">
<h2>Applicability</h2>
<p>Content using any technology which supports pointer input.</p>
</section>
<section id="description">
<h2>Description</h2>
<p>The objective of this failure is to avoid situations in which people with motor impairments who cannot operate content because the only way to actuate a function is by dragging a target element from its initial position to some other position. The failure occurs when there is no alternative single pointer input available to actuate the function. The alternative may involve a series of single pointer interactions (for example, activating a target to be moved; opening a dropdown menu; and selecting a drop destination from the list of menu items offered).</p>
</section>
<section id="examples">
<h2>Examples</h2>
<section class="example" id="example-1">
<h3>List re-ordering</h3>
<p>A list of items can be re-ordered by picking up an item and dragging it upwards or downwards. Other elements move dynamically to open a gap where the picked-up target can be dropped. There is no alternative way to re-order the list that can be executed via a <a>single pointer</a> input.</p>
</section>
<section class="example" id="example-2">
<h3>Kanban board</h3>
<p>In a Kanban implementation for process management, tasks can be dragged horizontally across from one ‘swimming lane’ to another in order to change the status of tasks (for example, to change the status of a task from “in process” to “completed”). There is no alternative way to move targets between lanes that can be executed via a <a>single pointer</a> input.</p>
</section>
</section>
<section id="tests">
<h2>Tests</h2>
<section class="test-procedure">
<h3>Procedure</h3>
<ol>
<li>Check the interface for the presence of functions triggered by <a>dragging movements</a></li>
<li>Check that there is a <a>single pointer</a> input alternative to operate the same function</li>
</ol>
</section>
<section class="test-results">
<h3>Expected Results</h3>
<ul>
<li>If #2 is false, then this failure condition applies and the content fails this Success Criterion.</li>
</ul>
</section>
</section>
<section id="related">
<h2>Related Techniques</h2>
<ul>
</ul>
</section>
<section id="resources">
<h2>Resources</h2>
<ul>
</ul>
</section>
</body>
</html>