Direct answer
Informative images need concise alternatives, decorative images need an empty alt attribute, and rendered dimensions should reserve stable space.
Why this area matters
Missing alternatives hide information from assistive technology. Missing dimensions and oversized assets can also create layout and performance problems.
Repair workflow
- Decide whether each image is informative, functional, or decorative.
- Write alternatives for the image’s purpose, not every visual detail.
- Reserve width, height, or aspect ratio.
- Use responsive sources appropriate to the rendered size.
Verification checklist
- Navigate with images unavailable or a screen reader.
- Confirm decorative images use alt="".
- Check layout stability and responsive source selection.
Exact findings explained
Images lack alt attributes
One or more images provide no alternative-text decision at all.
What to doDescribe informative images and set an explicit empty alt on decorative images.
How to verifyInspect every flagged image and confirm its alt choice matches its purpose.
All image alternatives are empty
Several images are marked decorative, which may hide useful information.
What to doReview whether any image communicates content, a destination, or a function.
How to verifyUse the page without images and confirm no meaning is lost.
Image alternatives are verbose
Some alt values are long enough to duplicate surrounding explanation.
What to doState the image’s essential purpose concisely and move complex detail into visible text.
How to verifyRead the alt alongside nearby text and remove repetition.
Images lack stable dimensions
Rendered width or height evidence is missing for some images.
What to doProvide intrinsic dimensions or a stable aspect ratio in the layout.
How to verifyReload under network throttling and confirm content does not jump as images appear.