From 1934a1f312e3d88c68c7d5bdadf3fd4eedb5940c Mon Sep 17 00:00:00 2001 From: Vincent Smedinga Date: Tue, 26 Nov 2024 20:08:19 +0100 Subject: [PATCH] Make citation less verbose Co-authored-by: Aram <37216945+alimpens@users.noreply.github.com> --- packages/css/src/components/image/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/css/src/components/image/README.md b/packages/css/src/components/image/README.md index 2887af83b6..b8216c70fd 100644 --- a/packages/css/src/components/image/README.md +++ b/packages/css/src/components/image/README.md @@ -37,9 +37,8 @@ If the intrinsic dimensions of the source do not match an aspect ratio, the imag - [Alt Text: Not Always Needed](https://www.nngroup.com/articles/alt-text-usability/) (Nielsen Norman Group) - “Just like anyone else, what people want most is an easy path to accomplish basic tasks. - Adding alt text to every image does not automatically make webpage content easy to navigate and consume. - Screen-reader users navigate digital devices differently — they do not rely on visual information, + “Adding alt text to every image does not automatically make webpage content easy to navigate and consume. + Screen-reader users [...] do not rely on visual information, which means they are not interested in designers’ attempts to recreate visual experiences for them.” - [How to Write Good Alt Text](https://www.w3.org/WAI/tutorials/images/decision-tree/) (Web Accessibility Initiative)