Images · Concept

Give complex images two levels of meaning.

Name the image and its main takeaway briefly, then place the complete explanation or data nearby.

The principle

Complex image principle

A short alternative identifies the chart. A long description communicates the relationships, values, and conclusions needed for the same task.

Complete pattern

Summary first. Data on demand.

The visible summary helps everyone. The table supplies exact values and remains available to screen readers, zoom users, search, and copy-and-paste.

Quarterly accessibility issues resolvedResolved issues increased each quarter, from 18 in quarter one to 52 in quarter four.Q1Q2Q3Q418283952
Quarterly accessibility issues resolved. The team’s output rose every quarter and nearly tripled by Q4.

Long description and values

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.

Show the data table
Issues resolved by quarter
QuarterIssues
Q118
Q228
Q339
Q452

Do / Don’t

Match detail to the task.

Neither a filename nor a paragraph crammed into an alt attribute gives people a practical route through complex content.

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.

Do: layer the information

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

Choose the needed depth.

  1. Identify the purpose: trend, comparison, process, map, or exact data.
  2. Write a brief name and essential takeaway.
  3. Provide all task-relevant relationships and values in nearby HTML or a clearly linked description.
  4. Use headings, lists, and tables so the description is navigable.
  5. Check that the page still communicates the same conclusion when the image is unavailable.