Text over images (use-text-instead)

Information that can be visually presented as text is implemented as text rather than images


SVG text as image:

This <img> element loads an <SVG> that contains visible text. Because the <SVG> is referenced as an image source rather than embedded as inline HTML, the text cannot be selected, resized, or customized by the user. This fails WCAG 1.4.5 (Images of Text).


Accessibility Matters

Note: Impossible to automatically test. Requires human or AI inspection to determine whether an external or data-embedded SVG contains visible text that should instead be implemented as real, selectable HTML content.

axe detected: none  |  QualWeb detected: none