Alt Text Accessibility Audit Report
File: test.jsx
Generated: 2026-03-10T02:05:05.039Z
Total images: 12
Summary
| Severity | Count |
|---|---|
| π΄ Critical | 3 |
| π High | 7 |
| π‘ Medium | 2 |
| π’ Good | 0 |
Issues
Issues are ordered from most severe to least severe.
Fix #1 β π΄ Critical
| Field | Value |
|---|---|
| Fix # | 1 |
| File | test.jsx |
| Line | 8 |
| Severity | π΄ Critical |
| Current alt | (empty) |
| Suggested alt | (no change needed) |
Image tag:
<img src={heroImage} alt="" className="w-full object-cover" loading="lazy" />
Reason: Alt text is missing or empty. Screen readers cannot describe this image.
Fix #2 β π΄ Critical
| Field | Value |
|---|---|
| Fix # | 2 |
| File | test.jsx |
| Line | 14 |
| Severity | π΄ Critical |
| Current alt | (missing) |
| Suggested alt | (no change needed) |
Image tag:
<img src="/icons/arrow-right.svg" />
Reason: Alt text is missing or empty. Screen readers cannot describe this image.
Fix #10 β π΄ Critical
| Field | Value |
|---|---|
| Fix # | 10 |
| File | test.jsx |
| Line | 70 |
| Severity | π΄ Critical |
| Current alt | (empty) |
| Suggested alt | (no change needed) |
Image tag:
<img src="/decorative-line.svg" alt="" aria-hidden="true" />
Reason: Alt text is missing or empty. Screen readers cannot describe this image.
Fix #3 β π High
| Field | Value |
|---|---|
| Fix # | 3 |
| File | test.jsx |
| Line | 22 |
| Severity | π High |
| Current alt | image1 |
| Suggested alt | (no change needed) |
Image tag:
<img src="/products/air-max-1.jpg" alt="image1" data-testid="product-img" />
Reason: Generic alt text βimage1β is not descriptive. Use text that conveys the image content or function.
Fix #4 β π High
| Field | Value |
|---|---|
| Fix # | 4 |
| File | test.jsx |
| Line | 28 |
| Severity | π High |
| Current alt | pic |
| Suggested alt | (no change needed) |
Image tag:
<img src="/products/air-max-2.jpg" alt="pic" />
Reason: Generic alt text βpicβ is not descriptive. Use text that conveys the image content or function.
Fix #5 β π High
| Field | Value |
|---|---|
| Fix # | 5 |
| File | test.jsx |
| Line | 34 |
| Severity | π High |
| Current alt | picture |
| Suggested alt | (no change needed) |
Image tag:
<Image src={getAvatar(user.id)} alt="picture" width={48} height={48} />
Reason: Generic alt text βpictureβ is not descriptive. Use text that conveys the image content or function.
Fix #6 β π High
| Field | Value |
|---|---|
| Fix # | 6 |
| File | test.jsx |
| Line | 42 |
| Severity | π High |
| Current alt | company-logo.png |
| Suggested alt | (no change needed) |
Image tag:
<img src="/assets/company-logo.png" alt="company-logo.png" />
Reason: Alt text looks like a filename (βcompany-logo.pngβ). Describe the image content for screen reader users.
Fix #7 β π High
| Field | Value |
|---|---|
| Fix # | 7 |
| File | test.jsx |
| Line | 48 |
| Severity | π High |
| Current alt | img |
| Suggested alt | (no change needed) |
Image tag:
<img src="/blog/header-image.webp" alt="img" role="presentation" />
Reason: Generic alt text βimgβ is not descriptive. Use text that conveys the image content or function.
Fix #11 β π High
| Field | Value |
|---|---|
| Fix # | 11 |
| File | test.jsx |
| Line | 76 |
| Severity | π High |
| Current alt | photo |
| Suggested alt | (no change needed) |
Image tag:
<img src="/photo.jpg" alt="photo" />
Reason: Generic alt text βphotoβ is not descriptive. Use text that conveys the image content or function.
Fix #12 β π High
| Field | Value |
|---|---|
| Fix # | 12 |
| File | test.jsx |
| Line | 82 |
| Severity | π High |
| Current alt | graphic |
| Suggested alt | (no change needed) |
Image tag:
<img src="/graphic" alt="graphic" />
Reason: Generic alt text βgraphicβ is not descriptive. Use text that conveys the image content or function.
Fix #8 β π‘ Medium
| Field | Value |
|---|---|
| Fix # | 8 |
| File | test.jsx |
| Line | 56 |
| Severity | π‘ Medium |
| Current alt | Sarah Chen, CEO of Acme Corp |
| Suggested alt | (no change needed) |
Image tag:
<img src="/team/ceo.jpg" alt="Sarah Chen, CEO of Acme Corp" />
Reason: (no reason provided)
Fix #9 β π‘ Medium
| Field | Value |
|---|---|
| Fix # | 9 |
| File | test.jsx |
| Line | 62 |
| Severity | π‘ Medium |
| Current alt | Chart showing Q3 revenue growth of 24% |
| Suggested alt | (no change needed) |
Image tag:
<img src="/chart.png" alt="Chart showing Q3 revenue growth of 24%" />
Reason: (no reason provided)