From c47616c38799203219af20e2a81d1aad6e9f4ccd Mon Sep 17 00:00:00 2001 From: Alastair Campbell Date: Fri, 12 Aug 2022 16:31:31 +0100 Subject: [PATCH 1/4] editorial update to accessible-auth exception --- guidelines/sc/22/accessible-authentication.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guidelines/sc/22/accessible-authentication.html b/guidelines/sc/22/accessible-authentication.html index 65935fb051..e33aa52df2 100644 --- a/guidelines/sc/22/accessible-authentication.html +++ b/guidelines/sc/22/accessible-authentication.html @@ -6,7 +6,9 @@

Accessible Authentication

New

For each step in an authentication process that relies on a cognitive function test, 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.

-

Exception: When the cognitive function test is to recognize objects, or content the user provided to the website.

+ +

Exception: The cognitive function tests ask the user to recognize content that the user provided to the website or to recognize common objects.

+

Objects and content for the exception may be represented by images, text, video or audio.

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.

From ca34db027d5c3cc3a290b51ec44e3997b3c0887a Mon Sep 17 00:00:00 2001 From: Alastair Campbell Date: Sun, 14 Aug 2022 23:40:23 +0100 Subject: [PATCH 2/4] Removed 'common' This came up before, it's better not to use 'common', otherwise we need to define that. --- guidelines/sc/22/accessible-authentication.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/sc/22/accessible-authentication.html b/guidelines/sc/22/accessible-authentication.html index e33aa52df2..193a6e1358 100644 --- a/guidelines/sc/22/accessible-authentication.html +++ b/guidelines/sc/22/accessible-authentication.html @@ -7,7 +7,7 @@

Accessible Authentication

For each step in an authentication process that relies on a cognitive function test, 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.

-

Exception: The cognitive function tests ask the user to recognize content that the user provided to the website or to recognize common objects.

+

Exception: The cognitive function tests ask the user to recognize content that the user provided to the website or to recognize objects.

Objects and content for the exception may be represented by images, text, video or audio.

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.

From a60fd721612e541fbf17780c616eb037dd5ff322 Mon Sep 17 00:00:00 2001 From: Alastair Campbell Date: Wed, 17 Aug 2022 12:02:03 +0100 Subject: [PATCH 3/4] Tobias' suggestion --- guidelines/sc/22/accessible-authentication.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/sc/22/accessible-authentication.html b/guidelines/sc/22/accessible-authentication.html index 193a6e1358..d560e9feb2 100644 --- a/guidelines/sc/22/accessible-authentication.html +++ b/guidelines/sc/22/accessible-authentication.html @@ -7,7 +7,7 @@

Accessible Authentication

For each step in an authentication process that relies on a cognitive function test, 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.

-

Exception: The cognitive function tests ask the user to recognize content that the user provided to the website or to recognize objects.

+

Exception: The cognitive function test asks the user to recognize objects or to recognize content that the user provided to the website.

Objects and content for the exception may be represented by images, text, video or audio.

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.

From 4045042646df8da277f385b291ac8dd7fbc72d09 Mon Sep 17 00:00:00 2001 From: Alastair Campbell Date: Fri, 19 Aug 2022 18:09:49 +0100 Subject: [PATCH 4/4] Adding comma --- guidelines/sc/22/accessible-authentication.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/sc/22/accessible-authentication.html b/guidelines/sc/22/accessible-authentication.html index d560e9feb2..18b82159f7 100644 --- a/guidelines/sc/22/accessible-authentication.html +++ b/guidelines/sc/22/accessible-authentication.html @@ -7,7 +7,7 @@

Accessible Authentication

For each step in an authentication process that relies on a cognitive function test, 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.

-

Exception: The cognitive function test asks the user to recognize objects or to recognize content that the user provided to the website.

+

Exception: The cognitive function test asks the user to recognize objects, or to recognize content that the user provided to the website.

Objects and content for the exception may be represented by images, text, video or audio.

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.