What the components handle
Image component
- Proper <img> element semantics for content images
- Default empty alt="" (decorative) - images are hidden from screen readers by default
- Screen reader access when meaningful alt text is provided
DecorationImage component
- Decorative images are automatically hidden from screen readers
What you need to provide
For Image component
- Provide descriptive alt text when the image conveys essential information that is not available in the written text alongside the image.
For DecorationImage component
- Use the showOverlay prop when needed to improve text readability