Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions understanding/22/accessible-authentication-no-exception.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Cognitive function test definition</h2>
<li>transcription, such as typing in characters;</li>
<li>remembering or transcribing a word;</li>
<li>recognizing a picture, phrase or sound the website provided</li>
<li>recognizing a common object</li>
<li>recognizing an object</li>
<li>use of correct spelling;</li>
<li>performing calculations;</li>
<li>solving of puzzles.</li>
Expand All @@ -43,7 +43,7 @@ <h2>Cognitive function test definition</h2>
<section id="intent">
<h2>Intent of Accessible Authentication (No Exception)</h2>

<p>The purpose of this Success Criterion is to ensure there is an accessible, easy-to-use, and secure method to log in, access content, and undertake tasks. This criterion is the same as <a href="accessible-authentication">Accessible Authentication</a> but without the exceptions for common objects and user-provided content.</p>
<p>The purpose of this Success Criterion is to ensure there is an accessible, easy-to-use, and secure method to log in, access content, and undertake tasks. This criterion is the same as <a href="accessible-authentication">Accessible Authentication</a> but without the exceptions for objects and user-provided content.</p>

<p>The scenarios where the two exceptions might apply are authentication mechanisms which:</p>
<ul>
Expand Down
10 changes: 5 additions & 5 deletions understanding/22/accessible-authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h2>Accessible Authentication Success Criteria text</h2>


<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 common objects or content the user provided to the website.</p>
<p class="note">Common objects and content for the exception may be represented by images, text, video or audio.</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>

</blockquote>
Expand All @@ -34,7 +34,7 @@ <h2>Cognitive function test definition</h2>
<li>transcription, such as typing in characters;</li>
<li>remembering or transcribing a word;</li>
<li>recognizing a picture, phrase or sound the website provided</li>
<li>recognizing a common object</li>
<li>recognizing an object</li>
<li>use of correct spelling;</li>
<li>performing calculations;</li>
<li>solving of puzzles.</li>
Expand All @@ -43,7 +43,7 @@ <h2>Cognitive function test definition</h2>
</section>

<section id='exception'>
<p>While websites that use the recognition of common objects or content provided by the user the exception pass this SC, they do not fully support the cognitive accessibility community and should be avoided if possible. Refer to the level AAA understanding document for guidance to be fully inclusive and accessible. This includes recognizing a picture. </p>
<p>While websites that use the recognition of objects or content provided by the user the exception pass this SC, they do not fully support the cognitive accessibility community and should be avoided if possible. Refer to the level AAA understanding document for guidance to be fully inclusive and accessible. This includes recognizing a picture. </p>
</section>

<section id="intent">
Expand Down Expand Up @@ -71,7 +71,7 @@ <h2>Intent of Accessible Authentication</h2>

<p>Copy and paste can be relied on to avoid transcription. Users can copy their login credentials from a local source (such as a standalone third-party password manager) and paste it into the username and password fields on a login form, or into a web-based command line interfaces asking for a password. Blocking people from pasting into authentication fields, or using a different format between the copied text and the input field (for example, "Enter the 3rd, 4th, and 6th character of your password"), would force the user to transcribe information and therefore fail this criterion, unless another method is available.</p>

<p>If a <a href="https://www.w3.org/TR/turingtest/">CAPTCHA</a> is used as part of an authentication process, there must be a method that does not include a cognitive function test. If the test is based on something the website has set such as remembering or transcribing a word, or recognizing a picture the website provided, that would be a cognitive functional test. Recognizing common objects, or a picture the user has provided is a cognitive function test, however, it is excepted at the AA level. Some forms of object recognition may require an understanding of a particular culture. For example, taxis can appear differently in different locales. This is an issue for many people, including people with disabilities, but it is not considered an accessibility-specific issue.</p>
<p>If a <a href="https://www.w3.org/TR/turingtest/">CAPTCHA</a> is used as part of an authentication process, there must be a method that does not include a cognitive function test. If the test is based on something the website has set such as remembering or transcribing a word, or recognizing a picture the website provided, that would be a cognitive functional test. Recognizing objects, or a picture the user has provided is a cognitive function test, however, it is excepted at the AA level. Some forms of object recognition may require an understanding of a particular culture. For example, taxis can appear differently in different locales. This is an issue for many people, including people with disabilities, but it is not considered an accessibility-specific issue.</p>

<p>Some CAPTCHAs and cognitive function tests used for authentication may only appear in certain situations, such as when ad blockers are present, or after repeated incorrect password entry. This criterion applies when these tests are used regardless of whether they are used every time or only triggered by specific scenarios.</p>

Expand Down