@@ -20,13 +20,13 @@ To write effective alt text:
2020
2121Describe, plainly, the content of the image.
2222
23- Imagine that you were trying to describe it to someone who couldn't actually see the image for themselves.
23+ Imagine that you were trying to describe it to someone who could not actually see the image for themselves.
2424Write a meaningful description that suits the user's context.
2525
2626[#concise]
2727== Be Concise
2828
29- You don't need to describe every detail - unless there's important text that a user needs.
29+ You do not need to describe every detail - unless there's important text that a user needs.
3030
3131Give the most relevant, important details that a sighted user would get at a glance.
3232The alt text needs to provide this same information.
@@ -37,17 +37,17 @@ The alt text needs to provide this same information.
3737Make sure your alt text ends with a period after your last sentence.
3838
3939[#image-of]
40- == Don't Include "Image Of"
40+ == Do Not Include "Image Of"
4141
42- Don't start your alt text with the words " image of."
42+ Do not start your alt text with the words ` image of` .
4343
4444If you need to specify the type of image, such as a diagram or illustration, add that at the end of the alt text.
4545
46- Screen readers automatically add " image of."
46+ Screen readers automatically add ` image of` .
4747
4848[#icons]
49- == Don't Add Alt Text To Icons or Decorative Images
49+ == Do Not Add Alt Text To Icons or Decorative Images
5050
51- If the icon already has a text label, don't add alt text.
51+ If the icon already has a text label, do not add alt text.
5252
53- If the image is purely decorative and doesn't need to convey anything important to the user, don't add alt text.
53+ If the image is purely decorative and does not need to convey anything important to the user, do not add alt text.
0 commit comments