From e48d39ec6552b26b013dac2cdcdeac6ecf484ab6 Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Mon, 18 Jul 2022 15:57:36 -0700 Subject: [PATCH] Copy tweaks --- src-docs/src/views/image/image_example.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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{' '}