As per recent change in HTML AAM / ARIA in HTML, images with an empty alt but another naming mechanism get a role of img, not presentation.
- This works both for
aria-label(ledby) and title, the other ways of naming images.
- TODO: check when these are empty whether UA still default to them.
As per recent change in HTML AAM / ARIA in HTML, images with an empty
altbut another naming mechanism get a role ofimg, notpresentation.aria-label(ledby)andtitle, the other ways of naming images.