1.4.9 - Images of Text (No Exception) - AAA
Intent
Use actual text instead of images of text.
This criterion closely aligns with 1.4.5 Images of Text - AA; only the requirements are more strict.
Images of Text
Some users need to have text in a certain font family, font size, letter spacing, line spacing, or color so they can read it well. When using images of text, none of this can be adjusted by users. Users who want to magnify or enlarge images would see it blurry or pixelated. Also, images are slower to download than text.
Exceptions
For this criterion, you can use images of text when the image is:
- Decorative: Where the image of text serves a purely decorative purpose without conveying essential information.
- Essential: Where a specific presentation of text is crucial, such as in logos or branding.
- Non-Text-Centric: Where the image includes text but primarily consists of significant other visual content, such as graphs, screenshots, and diagrams that convey information visually beyond the text itself.
Comparison with the Previous Criterion
The difference between 1.4.5 and 1.4.9 criteria is that you cannot use images of text even in situations where the visual effect cannot be achieved with HTML and CSS, or where the image of text can be visually customized to the user's requirements, as was permissible under 1.4.5.
Examples
Correct Usage
The following example shows the correct usage or implementation of accessibility.
Example 1: Accessible Event Flyer
An event flyer is created using HTML and CSS, allowing text like date, time, and location to be resized and recolored according to user preferences, rather than as a static image.
Incorrect Usage
The following example shows incorrect usage or implementation of accessibility.
Example 1: Important Information in an Image
A web page displays its contact information as an image containing fancy-styled text. This method does not allow users to adjust the text properties, such as font family, font size, or color, potentially making the information inaccessible to those with visual impairments.
Test Your Knowledge
How can you make an infographic accessible if it contains images of text?
To make an infographic accessible, provide a text-based version of all the content that is presented within the infographic. This can include a descriptive summary or a detailed textual alternative that covers all the information and data conveyed in the infographic. When a text-based version is present, the infographic becomes a decorative content.