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 is missing a text alternative like title, aria-label or aria-labelledby

Missing text alternative:

This <svg> element has no text alternative:

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 have title, aria-label or aria-labelledby.

axe detected: 1.1.1  |  QualWeb detected: 1.1.1