Skip to content

Commit 1fff61f

Browse files
committed
reorder new 3.3.7+ SCs
1 parent d0bafb7 commit 1fff61f

File tree

4 files changed

+38
-28
lines changed

4 files changed

+38
-28
lines changed

sc/en/sc-3.3.7.html

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<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 &#8212; 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>
1613
</div>

sc/en/sc-3.3.8.html

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<div class="sc-body">
2-
<p>The requirements for meeting this success criterion are the same as for <a href="#sc-3.3.7">3.3.7</a>
3-
except that no cognitive function tests are allowed (i.e., the exceptions are removed that allow tests
4-
that check the user's ability to identify objects or content they provided).</p>
5-
<p>Refer to <a href="#sc-3.3.7">3.3.7</a> for more information on checking this success criterion.</p>
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>
616
</div>

sc/en/sc-3.3.9.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
<div class="sc-body">
2-
2+
<p>The requirements for meeting this success criterion are the same as for <a href="#sc-3.3.8">3.3.8</a>
3+
except that no cognitive function tests are allowed (i.e., the exceptions are removed that allow tests
4+
that check the user's ability to identify objects or content they provided).</p>
5+
<p>Refer to <a href="#sc-3.3.8">3.3.8</a> for more information on checking this success criterion.</p>
36
</div>

sc/sc.php

+9-9
Original file line numberDiff line numberDiff line change
@@ -736,29 +736,29 @@ function __construct() {
736736
],
737737

738738
"sc-3.3.7" => [
739-
"ref" => "accessible-authentication",
739+
"ref" => "redundant-entry",
740740
"version" => "2.2",
741-
"level" => "aa",
741+
"level" => "a",
742742
"name" => [
743-
"en" => "Accessible Authentication"
743+
"en" => "Redundant Entry"
744744
]
745745
],
746746

747747
"sc-3.3.8" => [
748-
"ref" => "accessible-authentication-no-exception",
748+
"ref" => "accessible-authentication",
749749
"version" => "2.2",
750-
"level" => "aaa",
750+
"level" => "aa",
751751
"name" => [
752-
"en" => "Accessible Authentication (No Exception)"
752+
"en" => "Accessible Authentication"
753753
]
754754
],
755755

756756
"sc-3.3.9" => [
757-
"ref" => "redundant-entry",
757+
"ref" => "accessible-authentication-no-exception",
758758
"version" => "2.2",
759-
"level" => "a",
759+
"level" => "aaa",
760760
"name" => [
761-
"en" => "Redundant Entry"
761+
"en" => "Accessible Authentication (No Exception)"
762762
]
763763
],
764764

0 commit comments

Comments
 (0)