WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: can a figure be included within a listitem tag?

for

From: jp Jamous
Date: Aug 25, 2023 1:17PM


As far as HTML is concerned, it is not a violation. We put spans as well as links in list items. That is fine to add an image.

Where it might be an inconvenience to screen readers is if it is not silent. For example, having a role="presentation". Screen readers would want to announce it along with whatever else you want to add into that list item. Just be cautious of that part so the speech is not too verbose, because it would be considered as a decorative image.