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

WCAG 1.1.1: Images must have alternate text (img) #544

Open
OmgImAlexis opened this issue Nov 6, 2019 · 0 comments
Open

WCAG 1.1.1: Images must have alternate text (img) #544

OmgImAlexis opened this issue Nov 6, 2019 · 0 comments

Comments

@OmgImAlexis
Copy link
Contributor

OmgImAlexis commented Nov 6, 2019

Issue

Images must have alternate text (image-alt)

Target application

Tower/Dashboard

Element path

#vm-57f356ed-2b31-9509-75ac-9945d4fea617 > img

Snippet

<img src="/plugins/dynamix.vm.manager/templates/images/windows.png" class="img">

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 or the title attribute is empty
  Element's default semantics were not overridden with role="presentation"
  Element's default semantics were not overridden with role="none"

Environment

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

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

1 participant