|
1 | 1 | <div class="sc-body">
|
2 |
| - <p>Check if the publication - not the reading system - requires the user to log in to perform any actions |
3 |
| - (e.g., completing an embedded quiz).</p> |
4 |
| - <p>If yes, the login process cannot require the user to perform a <a |
5 |
| - href="https://www.w3.org/TR/WCAG22/#dfn-cognitive-function-test">cognitive function test</a> (e.g., |
6 |
| - remember a password or repeat a gesture pattern) unless one of the following is true:</p> |
7 |
| - <ul> |
8 |
| - <li>there is an alternative means of logging in that does not require such a test;</li> |
9 |
| - <li>there is a mechanism to help the user perform the test (e.g., if a reading system allows users to |
10 |
| - store and fill in login information);</li> |
11 |
| - <li>the cognitive function test only requires the user to recognize an object (e.g., to select an image |
12 |
| - of a car or motorcycle);</li> |
13 |
| - <li>the cognitive function test only requires the user to recognize non-textual content that the user |
14 |
| - provided (e.g., an image or audio clip they uploaded as part of creating their account).</li> |
15 |
| - </ul> |
| 2 | + <p>Check if the publication contains any multi-step processes — typically this will |
| 3 | + require a scripted form that the user completes over a series of steps.</p> |
| 4 | + <p>If the publication contains such a process, and it requires the user to re-input information |
| 5 | + from an earlier step (e.g., their username or address), the repeated information either needs |
| 6 | + to be autopopulated for the user or a means of selecting the previously entered information |
| 7 | + needs to be provided for this success criterion to pass.</p> |
| 8 | + <p class="sc-note">Note: Multi-step processes that require users to re-input information are |
| 9 | + rarely found in EPUB publications. This success criterion primarily targets ecommerce and |
| 10 | + similar web sites that collect user information over a series of steps, typically broken |
| 11 | + over multiple form submissions to a server (e.g., first the shipping address is collected |
| 12 | + and then the billing address, which could be the same).</p> |
16 | 13 | </div>
|
0 commit comments