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
ChrisBAshton and dr3 authored Dec 18, 2018
1 parent fb20cfb commit 3c3c6d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/components/psammead-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ const Wrapper = (src, alt, width, height) => (

## Accessibility notes

This component requires an alt tag to give context of the image to users of Assistive Technology.
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.

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

## Contributing

Expand Down

0 comments on commit 3c3c6d3

Please sign in to comment.