Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensures <img> elements have alternate text or a role of none or presentation: A11y_debug-adapter-protocol_AI4W #509

Closed
ManishaC1 opened this issue Oct 15, 2024 · 1 comment
Assignees

Comments

@ManishaC1
Copy link

ManishaC1 commented Oct 15, 2024

"Please do not close this bug. This bug should only be closed by TCS, C+AI Accessibility tester after verification of the fix"

Check out Accessibility Insights! - Identify accessibility bugs before check-in and make bug fixing faster and easier."

Github Tags: #A11yMAS; #A11ySev2; #A11yTCS; #AI4W; #Benchmark; #ChromiumEdge; #DesktopWeb; #FTP; #WCAG 1.1.1; #image-alt; #Win11; #P2_debugadapterprotocol_Web_Sep2021; #Visual Studio Code Client; #Closed;

Environment Details:

Application Name: Debug Adapter Protocol Page
#URL: https://microsoft.github.io/debug-adapter-protocol/specification
Windows 11 Enterprise Version 23H2 OS build 22631.4317
Chromium Edge Version 129.0.2792.89 (Official build) (64-bit)

Repro Steps:

  1. Launch the url: https://microsoft.github.io/debug-adapter-protocol/overview
  2. Run accessibility insights for web and see the results.

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: Specification - Overview - https://microsoft.github.io/debug-adapter-protocol/overview

Element path: img[src$="init-launch.svg"]

Snippet: <img src="./img/init-launch.svg" width="100%"

How to fix:

Fix any of the following:

Element does not have an alt attribute
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element's default semantics were not overridden with role="none" or role="presentation"

Environment: Microsoft Edge version 129.0.0.0

====

This accessibility issue was found using Accessibility Insights for Web 2.44.0 (axe-core 4.9.1), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.

WCAG Reference:

https://www.w3.org/WAI/WCAG21/Understanding/non-text-content

Attachment:

Image

@PoojaNamde
Copy link

#Closed; #Regressed:12-03-24;

Closing this bug as tracking under new service tree id.
Tracking bug id: microsoft/monaco-editor#4770

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants