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 title attribute:

This image inside a link uses an empty title attribute, which fails to provide an accessible name for the link:


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

axe detected: 2.4.4  |  QualWeb detected: 2.4.4