[A11y] [Issue 3] Need clear button labels within chat #3133
Labels
A11yHighImpact
High Impact Accessibility Bug
area-accessibility
blocked
currently prevented from making progress
bug
Indicates an unexpected problem or an unintended behavior.
external-adaptive-cards
external-healthbot
3 Severity 1 – Need clear button labels within chat
Background
After selecting the customer's location from combo box, new set of buttons appears, that announced as "Yes" and "No", with no other context. If user tries to navigate to the message above those buttons in browse mode, screen reader keeps getting kicked out of browse mode and screen reader users are unable to navigate to that message and read context of those buttons.
Expected
Investigation notes
We saw the accessible tree looks correct:
list
listitem
group
generic
"Bot CDC said, Where are you located? . Sent at April 30..."generic
x N (these are cosmetics, non-verbal)generic
"United States Outside the US"tabindex="0"
generic
button
"United States"generic
text
"United States"Need some more time to understand if the
role="group"
is related totabindex="0"
or not.[Bug]
The text was updated successfully, but these errors were encountered: