WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: alt text not clear!

for

From: JP Jamous
Date: Feb 9, 2017 11:01PM


It sure is. Even if they used aria-label="Description", it violates the fact that an <img> should have a nullified alt tag.

Using aria-label in this case is like taking an extra trip through a much longer path. Whereas, alt="Description" goes right through the shortest path. If the image is a decorative image, then alt="" should be present.