Z403: MISSING_ALT¶
-
Severity: Error
Penalty: 0.0 points | Category:
general -
Remediation & Opt-In
Auto-Fixable: No | Opt-In: No
Rationale¶
This accessibility rule is triggered when an HTML or Markdown image tag (such as  or <img src="...">) lacks descriptive alternative text (alt). Accessible image captions are required for screen readers.
How to Fix¶
Inspect the flagged location in the Markdown file and update the content or configuration:
-
Failing Pattern (Triggers Z403)
-
Passing Pattern (Resolves Z403)
Configuration¶
Reference¶
See the Finding Codes Index for finding code details.