Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to add example of a cognitive function test #2609

Merged
merged 5 commits into from Aug 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -5,6 +5,6 @@ <h4>Accessible Authentication (No Exception)</h4>
<p class="conformance-level">AAA</p>
<p class="change">New</p>

<p>For each step in an authentication process that relies on a <a>cognitive function test</a>, at least one other authentication method is available that does not rely on a cognitive function test, or a mechanism is available to assist the user in completing the cognitive function test.</p>
<p>For each step in an authentication process that relies on a <a>cognitive function test</a> (such as remembering a password or solving a puzzle), at least one other authentication method is available that does not rely on a cognitive function test, or a mechanism is available to assist the user in completing the cognitive function test.</p>

</section>
12 changes: 9 additions & 3 deletions guidelines/sc/22/accessible-authentication.html
Expand Up @@ -5,9 +5,15 @@ <h4>Accessible Authentication</h4>
<p class="conformance-level">AA</p>
<p class="change">New</p>

<p>For each step in an authentication process that relies on a <a>cognitive function test</a>, at least one other authentication method is available that does not rely on a cognitive function test, or a mechanism is available to assist the user in completing the cognitive function test.</p>
<p>For each step in an authentication process that relies on a <a>cognitive function test</a> (such as remembering a password or solving a puzzle), at least one other authentication method is available that does not rely on a cognitive function test, or a mechanism is available to assist the user in completing the cognitive function test.</p>
<p>Exception: When the cognitive function test is to recognize objects, or content the user provided to the website.</p>
<p class="note">Objects and content for the exception may be represented by images, text, video, or audio.</p>
<p class="note">Examples of mechanisms include: 1) support for password entry by password managers to address the memorization cognitive function test, and 2) copy and paste to help address the transcription cognitive function test.</p>
<p class="note">Objects and content for the exception may be represented by images, text, video or audio.</p>
<div class="note">Examples of mechanisms that satisfy this criterion include:
<ol>
<li>support for password entry by password managers to reduce memory need, and</li>
<li>copy and paste to reduce the cognitive burden of re-typing.</li>
</ol>
</div>


</section>
3 changes: 1 addition & 2 deletions understanding/22/accessible-authentication-no-exception.html
Expand Up @@ -20,8 +20,7 @@ <h2>Accessible Authentication Success Criteria text</h2>
<p class="conformance-level">AAA</p>


<p>For each step in an authentication process that relies on a <a>cognitive function test</a>, at least one other authentication method is available that does not rely on a cognitive function test, or a mechanism is available to assist the user in completing the cognitive function test.</p>
<p class="note">Note: Examples of mechanisms include: 1) support for password entry by password managers to address the memorization cognitive function test, and 2) copy and paste to help address the transcription cognitive function test.</p>
<p>For each step in an authentication process that relies on a <a>cognitive function test</a> (such as remembering a password or solving a puzzle), at least one other authentication method is available that does not rely on a cognitive function test, or a mechanism is available to assist the user in completing the cognitive function test.</p>

</blockquote>
<h2>Cognitive function test definition</h2>
Expand Down
12 changes: 8 additions & 4 deletions understanding/22/accessible-authentication.html
Expand Up @@ -19,11 +19,15 @@ <h2>Accessible Authentication Success Criteria text</h2>
<blockquote>
<p class="conformance-level">AA</p>


<p>For each step in an authentication process that relies on a <a>cognitive function test</a>, at least one other authentication method is available that does not rely on a cognitive function test, or a mechanism is available to assist the user in completing the cognitive function test.</p>
<p>Exception: When the cognitive function test is to recognize objects, or content the user provided to the website.</p>
<p>For each step in an authentication process that relies on a <a>cognitive function test</a> (such as remembering a password or solving a puzzle), at least one other authentication method is available that does not rely on a cognitive function test, or a mechanism is available to assist the user in completing the cognitive function test.</p>
<p>Exception: When the cognitive function test is to recognize objects, or content the user provided to the website.</p>
<p class="note">Objects and content for the exception may be represented by images, text, video or audio.</p>
<p class="note">Examples of mechanisms include: 1) support for password entry by password managers to address the memorization cognitive function test, and 2) copy and paste to help address the transcription cognitive function test.</p>
<div class="note">Examples of mechanisms that satisfy this criterion include:
<ol>
<li>support for password entry by password managers to reduce memory need, and</li>
<li>copy and paste to reduce the cognitive burden of re-typing.</li>
</ol>
</div>

</blockquote>
<h2>Cognitive function test definition</h2>
Expand Down