AVT - Hyperlinks must contain link text or an image with alt text.

Summary

Hyperlinks must contain link text or an image with alt text.

Steps to reproduce

GitLab->CI/CD->Jobs

What is the expected correct behavior?

Assistive technologies must be able to gather information about user interface controls in page content. Without this information, users are unable to determine the purpose of a link. Use link text within the <a> element, or the 'alt' attribute on an image of the link to convey this information to users.

Possible fixes

Add title attribute for the <a> element, or the 'alt' attribute on an image

For example:

  <a title="Print this page" href="print.htm"><img src="img.png" alt="Print this page"></a> 

Relevant screenshots

@sharonchen @carmacleod

Edited by 🤖 GitLab Bot 🤖