Outline of Image Alt Text Decision Making Flowchart
Top of flowchart begins with the question: "Is the image clickable?"
- If ‘Yes” then it is a functional image.
- Button image. Alt text should describe the action being performed, e.g., Search or Submit.
<input type="image" src="search-icon.svg" alt="Search" />
- Link image. Alt text should match the title of the destination page.
<a href="https://www.unimelb.edu.au">
<img src="logo.svg" alt="The University of Melbourne homepage">
</a>
- Button image. Alt text should describe the action being performed, e.g., Search or Submit.
- If “No” to image clickable, then question: “Does the image contain text?”
- If “Yes”, then it is an image of text. Alt text should match the text in the image.
<img src="open-day.jpg" alt="Open Day">
- If “No”, then question: “Does the image contain content?”
- If “No”, then the image is decorative. Alt text should be left blank.
<img src="background-red.gif" alt="">
- If “Yes”, then question: “Is the image content repeated in body text?”
- If “Yes”, then the image can be treated as decorative. Alt text should be left blank.
- If “No”, then question: “Is the image a photo?”
- If “Yes”, then it is an informative image. Alt text should capture why the image was chosen.
<img src="campus.jpg" alt="A group of students sitting and chatting on the South Lawn">
- If “No”, then it is a complex image. Complex images include graphs, charts or diagrams. Alt text should provide a short description of the image and a detailed description should be provided elsewhere on the page or via a link.
<img src="graph.gif" alt="Bar chart showing Annual inflation from 2000 to 2021" longdesc="annual-inflation.html">
<a href="annual-inflation.html">Annual inflation 2000 - 2021</a>
- If “Yes”, then it is an informative image. Alt text should capture why the image was chosen.
- If “No”, then the image is decorative. Alt text should be left blank.
- If “Yes”, then it is an image of text. Alt text should match the text in the image.
Need web help?
All websites and applications which form part of the University web presence are expected to be compliant with the W3C's Web Accessibility Guidelines (WCAG) 2.2 AA guidelines.
Get web accessibility help