diff --git a/src-docs/src/views/image/image_example.js b/src-docs/src/views/image/image_example.js index 721f7cdced2..20651afee76 100644 --- a/src-docs/src/views/image/image_example.js +++ b/src-docs/src/views/image/image_example.js @@ -71,12 +71,14 @@ export const ImageExample = {

This page has several examples of alt text written to aid screen reader users, as well as several examples of when not to - include alt text. When no meaningful description exists, or if the - image is adequately described by the surrounding text, it is - better to pass an empty {'""'} string instead. + include alt text. When an image is decorative, or if the image is + adequately described by surrounding text, it is better to pass an + empty {'""'} string instead.

- See{' '} + When an image is not already sufficiently described, the alt text + passed should help non-visual users understand the purpose of the + image within the context of the overall page. See{' '}