Accessible image links (image-links)

Image links include non-empty accessible names (via alt, aria-label, or aria-labelledby) that clearly describe the link's purpose or destination.


Empty accessible name:

This image inside a link has an empty alt attribute, causing the link to have no accessible name:


Note: Possible to detect automatically by checking for <a> elements that contain only images with an empty alt attribute and no other accessible name.

axe detected: 2.4.4  |  QualWeb detected: 2.4.4