question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Accessibility - CardActions not supporting alt text for images and buttons.

See original GitHub issue

Screenshots

image

Version

Microsoft Bot Framework v4: Microsoft.Bot.Builder 4.6.2 Nuget package

Describe the bug

Through Accessibility Scan, we have received the following issues where we could not found a solution to implement using Bot Framework PromptOptions: Issue description: Ensures elements have alternate text or a role of none or presentation Issue description: Ensures buttons have discernible text These issues occurred where we have created suggested action items (like thumbs up/down, create a ticket, etc) using the PromptOptions class in Microsoft.Bot.Builder.Dialogs. Using the PromptActions, we see that there is no way to add alt text to an image or a button. Can you please advise on how to achieve accessibility on the PromptOptions in Web Chat?

[Bug]

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:20 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
cleemullinscommented, Apr 1, 2020

@murcinar We have (as @cwhitten has already said) the work agreed upon - we just haven’t had a chance to book it out yet. I’ll update this issue once we assign this to a release.

0reactions
compulimcommented, Jul 31, 2020

I think we are not punting this one. As Chris didn’t tag it as R11 during our last run.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Accessibility: Image Alt text best practices
When using image alt text, it should not include: "picture of"; "image of". Screen readers automatically announce an image as an image. So...
Read more >
Image buttons must have alternate text | Axe Rules
Check that all images used as buttons have accessible alternate text. How to add alt text to an image. Using an alt attribute...
Read more >
Tips and Tricks | Web Accessibility Initiative (WAI)
If they appear to have no informative value and aren't links or buttons, ... The alt text should be the most concise description...
Read more >
Card
<mat-card> is a content container for text, photos, and actions in the context of a single subject.
Read more >
Cards v2 | Google Chat
Because Chat app cards have no toolbar, cardActions[] is not supported by Chat ... The first is a blue text button and the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found