From 89dc49a2bb0b5add125b15c391adcf06d85bab98 Mon Sep 17 00:00:00 2001 From: ehind67 <59381927+ehind67@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:14:15 -0500 Subject: [PATCH 1/4] Update o7p03-supported-choice.html Fixed https://github.com/w3c/coga/issues/324 based on COGA review and suggestion - run on sentence (too many 'or's) --- design-guide/o7p03-supported-choice.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/design-guide/o7p03-supported-choice.html b/design-guide/o7p03-supported-choice.html index 7b8387ff..39657d9d 100644 --- a/design-guide/o7p03-supported-choice.html +++ b/design-guide/o7p03-supported-choice.html @@ -92,9 +92,8 @@
Examples
Warnings about any changes or risks. For example: From 540b273656161ac1774546e67478d66c782ffb67 Mon Sep 17 00:00:00 2001 From: ehind67 <59381927+ehind67@users.noreply.github.com> Date: Tue, 25 Feb 2025 21:07:17 -0500 Subject: [PATCH 2/4] Update o4p06-clear-labels.html for https://github.com/w3c/coga/issues/318 4.5.6.4 More Details reads: "These assistive technologies often do not read WAI-ARIA [wai-aria-1.2] or titles." Is the "titles" the title attribute in HTML? If yes, it should be "title attributes (HTML)" rather than "titles". If no, additional word(s) must be added to "titles" so that readers can understand what "titles" is. --- design-guide/o4p06-clear-labels.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design-guide/o4p06-clear-labels.html b/design-guide/o4p06-clear-labels.html index a60b27ee..2d9f3be8 100644 --- a/design-guide/o4p06-clear-labels.html +++ b/design-guide/o4p06-clear-labels.html @@ -79,7 +79,7 @@
More Details

Many people with cognitive and learning disabilities use web extensions and simple text-to-speech. These assistive technologies often do - not read WAI-ARIA [[wai-aria-1.2]] or titles. Until that changes, or an + not read WAI-ARIA [[wai-aria-1.2]] or title attributes (HTML). Until that changes, or an extension displays them, labels should not rely on these attributes for people with cognitive and learning disabilities.

From d2a29cd079543c09f3d9ac41cdd8e65559077d7c Mon Sep 17 00:00:00 2001 From: ehind67 <59381927+ehind67@users.noreply.github.com> Date: Wed, 26 Feb 2025 22:16:51 -0500 Subject: [PATCH 3/4] Update o6p04-voice-menus.html Previous link was to a deprecated paper: https://w3c.github.io/coga/issue-papers/voice-menus.html Current link replaced: https://w3c.github.io/coga/issue-papers/Conversational-Voice-Systems.html --- design-guide/o6p04-voice-menus.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design-guide/o6p04-voice-menus.html b/design-guide/o6p04-voice-menus.html index be7e66fd..44c7e407 100644 --- a/design-guide/o6p04-voice-menus.html +++ b/design-guide/o6p04-voice-menus.html @@ -244,7 +244,7 @@
More Details

See - Voice Menu Systems issue paper for a full discussion. From 0b81c7ae6a9c731ba2618fb2ba8d0127700f3432 Mon Sep 17 00:00:00 2001 From: ehind67 <59381927+ehind67@users.noreply.github.com> Date: Wed, 26 Feb 2025 22:31:50 -0500 Subject: [PATCH 4/4] Update o7p06-supported-wayfinding.html From bug https://github.com/w3c/coga/issues/307 - incorrect user story adjusted https://www.w3.org/TR/coga-usable/#provide-help-with-directions-pattern is linked to the Help user story https://www.w3.org/TR/coga-usable/#help-user-story when it should probably be https://www.w3.org/TR/coga-usable/#directions-user-story --- design-guide/o7p06-supported-wayfinding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design-guide/o7p06-supported-wayfinding.html b/design-guide/o7p06-supported-wayfinding.html index 21768ba7..de3c4b80 100644 --- a/design-guide/o7p06-supported-wayfinding.html +++ b/design-guide/o7p06-supported-wayfinding.html @@ -18,7 +18,7 @@

User Need

Related User Story: - Help. + Directions.