Don’t: hide everything in alt
alt="Chart q1 18 q2 28 q3 39 q4 52 green bars..."Long alt is difficult to navigate, reference, and reuse.
Images · Concept
Name the image and its main takeaway briefly, then place the complete explanation or data nearby.
The principle
A short alternative identifies the chart. A long description communicates the relationships, values, and conclusions needed for the same task.
Complete pattern
The visible summary helps everyone. The table supplies exact values and remains available to screen readers, zoom users, search, and copy-and-paste.
Resolved issues rose from 18 in Q1 to 28 in Q2, 39 in Q3, and 52 in Q4. The largest increase was 13 issues between Q3 and Q4.
| Quarter | Issues |
|---|---|
| Q1 | 18 |
| Q2 | 28 |
| Q3 | 39 |
| Q4 | 52 |
Do / Don’t
Neither a filename nor a paragraph crammed into an alt attribute gives people a practical route through complex content.
alt="Chart q1 18 q2 28 q3 39 q4 52 green bars..."Long alt is difficult to navigate, reference, and reuse.
alt="Issues resolved increased every quarter"
<p>Summary…</p>
<table>Exact values…</table>Keep a concise equivalent with the image and full information in structured HTML.
Decision path