diff --git a/src/content/docs/en/guides/images.mdx b/src/content/docs/en/guides/images.mdx index 2fd08dc0f4eaa..7f70a4d19a88c 100644 --- a/src/content/docs/en/guides/images.mdx +++ b/src/content/docs/en/guides/images.mdx @@ -679,7 +679,7 @@ It returns an object with the following properties: Not all users can see images in the same way, so accessibility is an especially important concern when using images. Use the `alt` attribute to provide [descriptive alt text](https://www.w3.org/WAI/tutorials/images/) for images. -This attribute is required for the `` component. `` will throw an error if no alt text is provided. +This attribute is required for both the `` and `` components. If no alt text is provided, a helpful error message will be provided reminding you to include the `alt` attribute. If the image is merely decorative (i.e. doesn’t contribute to the understanding of the page), set `alt=""` so that screen readers know to ignore the image.