microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
477 stars 206 forks source link

[Programmatic Access- Make Code]: Feedback image does not have alternate text or role. #5224

Closed Yamini234u closed 1 year ago

Yamini234u commented 1 year ago

User Experiences:

The visually impaired users will be impacted and will not be able to get the image information if the screen reader does not announce the alternate text. NoteUser credentials should NOT be included in the bug.

Repro Steps:

  1. Open URL: https://arcade.makecode.com/--skillmap#docs:/skillmap/racer
  2. “MakeCode Arcade” page will open.
  3. Run AI for Web tool.
  4. Verify the issue.

Actual Result:

Issue: Feedback image does not have alternate text or role.

Expected Result:

Solution: Feedback image should have alternate text or role.

Title:

Ensures elements have alternate text or a role of none or presentation (img)

Issue:

Ensures elements have alternate text or a role of none or presentation (image-alt - https://accessibilityinsights.io/info-examples/web/image-alt)

Target application:

MakeCode Skill Map - https://arcade.makecode.com/--skillmap#docs:/skillmap/racer

Element path:

usabilla_live_button_container_iframe408539975;img

Snippet:

<img src="https://d6tizftlrpuof.cloudfront.net/themes/production/microsoft-makecode-button-0d6cc51ea768382662bd0c886e916545.png" width="35" height="110"> `

How to fix

MAS Reference:

MAS 1.1.1 – Non-text Content

Reference Links:

Test Environment:

Yamini234u commented 1 year ago

Accessibility, #A11yMAS,#A11ySev2,#HCL-MakeCode-Sep21,#HCL , WCP , Closed

Yamini234u commented 1 year ago

Closing this bug as duplicate bug has been logged: https://github.com/microsoft/pxt-arcade/issues/4938.