mvdschee / web-accessibility

A Visual Studio Extension for Web accessibility
https://marketplace.visualstudio.com/items?itemName=MaxvanderSchee.web-accessibility
MIT License
70 stars 13 forks source link

alt={`${user}`} shows error #57

Open AnaBelenBernardez opened 1 year ago

AnaBelenBernardez commented 1 year ago

Code with expressions in the alt attribute shows an error: <img className="avatar" src={userAvatar} alt={${user} avatar} /> Error: Provide an alt text that describes the image, or alt="" if image is purely decorativeweb accessibility.