botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

[Doc-Schema] [Accessibility] `imageAltText` is defined but not used in places where `image` is used

Open compulim opened this issue 3 years ago • 0 comments

Version

Current version of schema.

Describe the bug

In the schema section imageAltText, it stated how image, imageAltText and title is defined.

However, in the card actions (Message Back, IM Back, Post Back, etc), only image and title are used. imageAltText is not used in any part of the schema.

I believe imageAltText should be used in where image is used.

To Reproduce

(No repro steps for docs)

Expected behavior

The imageAltText field should be used in place where the image field is used, such as Message Back, IM Back, Post Back, where they all have the image fields.

Screenshots

No screenshots for doc issues.

Additional context

No additional context.

Tracking Status

Dotnet SDK TODO

  • [ ] PR
  • [ ] Merged

Javascript SDK TODO

  • [ ] PR
  • [ ] Merged

Python SDK TODO

  • [ ] PR
  • [ ] Merged

Java SDK TODO

  • [ ] PR
  • [ ] Merged

Samples TODO

  • [ ] PR
  • [ ] Merged

Docs TODO

  • [ ] PR
  • [ ] Merged

Tools TODO

  • [ ] PR
  • [ ] Merged

compulim avatar Jul 25 '22 17:07 compulim