Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Update packages/components/psammead-image/README.md
Browse files Browse the repository at this point in the history
Co-Authored-By: dr3 <drew.mcmillan@bbc.co.uk>
  • Loading branch information
bcmn and dr3 authored Dec 18, 2018
1 parent 60ab1fc commit 9132a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/psammead-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Wrapper = (src, alt, width, height) => (

## Accessibility notes

This component requires an alt property to describe the image. This alt text is read by users of Assistive Technology, and indeed by anybody whose internet connection is so slow the browser decides to render the text instead of the image.
This component requires an alt property to describe the image. This alt text is crucial for users of Assistive Technology, and by any user whose internet connection is so slow the browser decides to render the text instead of the image.

Some images are purely presentational - even in these cases, an `alt` attribute must be passed, but the value would be an empty string "".

Expand Down

0 comments on commit 9132a73

Please sign in to comment.