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 aria-labelledby reference:

This image inside a link references an element using aria-labelledby="id1", but the referenced element is empty, resulting in no accessible name for the image link:


Note: Possible to detect automatically by checking for <a> elements that contain images with aria-labelledby pointing to an empty or non-existent element, and no other accessible name.

axe detected: 2.4.4  |  QualWeb detected: 2.4.4