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

Accesible auth: removing 'text' from the content-recognition #2624

Merged
merged 2 commits into from Aug 23, 2022
Merged
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
6 changes: 2 additions & 4 deletions guidelines/sc/22/accessible-authentication.html
Expand Up @@ -5,17 +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> (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: The cognitive function test asks the user to recognize objects, or to recognize content that the user provided to the website.</p>
<p>Exception: The cognitive function test asks the user to recognize objects, or to recognize non-text content that 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">Objects and content for the exception may be represented by images, 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>