From 7f81ce08247677ae0f3e6c5550f16a01e7755aaa Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 5 Aug 2022 10:39:17 -0400 Subject: [PATCH 1/2] CSR-437 accessibility fix Add tabindex to span so that screenreader reads copy. Add aria-label to list-button so that screenreader reads proper information. --- src/common-components/button-question/button-question.vue | 4 ++-- src/ux-components/list-button/list-button.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 5fbe03ac6..4d4519c44 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -2,7 +2,7 @@