BotFramework-WebChat
BotFramework-WebChat copied to clipboard
[Programmatic Access - BOT Framework - Carousel response ]: Ensures elements with ARIA roles have all required ARIA attributes
User Experience:
Users who depend on screen readers will be impacted if aria rolesare not defined on the elements. Screen readers will not announce the information correctly and users will not get the proper information of the controls.
Repro Steps:
- Open URL: Web Chat: Full-featured bundle (microsoft.github.io)
- Web chat bundle will open.
- Navigate on the web chat bot and enter "carousel" keyword in Type your message box, then select send button.
- Cards related to the keyword will appear, navigate on the cards.
- Verify the issue.
Actual Result:
Ensures elements with ARIA roles have all required ARIA attributes Screen reader is announcing information as "Attachment details about image 1".
Expected Result:
Required ARIA attribute not present: aria-level
Issue:
Ensures elements with ARIA roles have all required ARIA attributes (aria-required-attr - https://accessibilityinsights.io/info-examples/web/aria-required-attr)
Target application:
Web Chat: Full-featured bundle - https://microsoft.github.io/BotFramework-WebChat/01.getting-started/a.full-bundle/
Element path:
li:nth-child(1) > .webchat__bubble.webchat__bubble--nub-on-top.webchat--css-ezira-1qo0vqe > .webchat__bubble__content > .webchat--css-ezira-1kac3oh.webchat__adaptive-card-renderer > .ac-adaptiveCard.ac-container > .ac-container[dir="ltr"] > .ac-textBlock[role="heading"]
Snippet:
#A11yMAS;#A11ySev3;#HCL;#MAS4.1.2;#Accessibility;#Win11-Chrome;#BotFrameworkWebChat-Jul22;
This is fixed in 4.15.3. It repros on 4.15.2.