Skip to content

Commit

Permalink
adding alt and role to img element (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner authored and RobbieTheWagner committed Aug 12, 2019
1 parent d1baf6f commit f61ab45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3>Example</h3>
</p>
</div>
<div>
<img src="./sheep.svg"/>
<img src="./sheep.svg" alt="" role="presentation" />
</div>
</div>
</div>
Expand Down

0 comments on commit f61ab45

Please sign in to comment.