BotFramework-WebChat icon indicating copy to clipboard operation
BotFramework-WebChat copied to clipboard

Issues with Non-Supported/Prohibited ARIA Attributes in Bot Framework

Open octsdamas opened this issue 1 year ago • 0 comments

Is it an issue related to Adaptive Cards?

No.

What is the PWD impact?

During an accessibility audit, the following issues with ARIA attributes were found:

  • aria-labelledby on Non-Semantic Elements:

Issue: aria-labelledby is used on non-semantic elements like

, which may cause assistive technologies to read the content instead of the attribute’s value. Recommendation: Use semantic elements (e.g.,

octsdamas avatar Nov 29 '24 01:11 octsdamas