SVG text alternative (svg)

<svg> need a <title> (or aria-label/aria-labelledby); adding a description (via <desc> or aria-describedby) is recommended. Decorative SVGs should use aria-hidden="true" or role="presentation" instead.

This SVG violation has a non descriptive title. Please note that aria-label or aria-labelledby can be used instead.

Non-descriptive text alternative:

This meaningful <svg> element has a non-descriptive <title>:

Star

Above <svg> has "Star" <title>

Note: Impossible to implement because it requires using AI / human to determine whether the SVG element is truly informative, and then ensuring that it does text alternative is descriptive.

axe detected: none  |  QualWeb detected: none