From 1d6a36a79a6e34e58eaa6bf455b8966e35890f13 Mon Sep 17 00:00:00 2001 From: Katie Date: Fri, 29 Jul 2022 11:53:54 -0400 Subject: [PATCH] CSR-467 Edit aria-labels and what screenreader reads --- src/common-components/button-question/button-question.vue | 1 + .../list-button-horizontal/list-button-horizontal.vue | 2 +- src/ux-components/list-button/list-button.vue | 2 +- src/ux-components/list-card/list-card.vue | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 6848285b8..7fd3a4231 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -7,6 +7,7 @@
+ {{ questionText }} {{(isMultiSelect && answers && answers.length > 1) ? 'Select one or more options below.' : 'Select an option below.' }}
diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index 4c9670097..4e0def451 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -20,7 +20,7 @@