Best Practice 1.2 – Avoid images of text (Advanced level)
Where possible, do not use images to display textual information. Accessibility tools like screen readers cannot read the text encapsulated inside an image unless a text alternative is provided for the image.
Before Rectification![]() The workshop detail above is a graphical image. It cannot be read by screen readers. |
After Rectification![]() The above workshop detail presented in text format. It can be read correctly by screen readers. |
W3C WCAG Reference: 1.4.5 Images of Text