Given the long-standing problem with VoiceOver / Safari which requires role=img on img elements this is potentially harmful. For example, validator.w3.org/nu warns about this: ``` <img src='file.svg' alt='Image description' role='img' > ``` Fixing the warning makes the image less accessible to VO users. Yes, VoiceOver / Safari shouldn't be doing this, but it has for at least 3 years and Apple seem resistant to changing this.