Image missing alt attribute
Verdict and Severity
User Impact
Screen reader users hear the filename instead of image description.
Evidence
- Expected Behavior
- Every <img> must have an alt attribute.
- Actual Behavior
- <img> has no alt attribute.
Why It Matters
An <img> has no alt attribute. Screen readers announce the filename.
Recommendation
Add alt="descriptive text" or alt="" for decorative images.
Validation Steps
- Focus image with screen reader — description should be announced
Standards Mapping
Confidence and Caveats
Deterministic check: alt attribute absent.