How to prevent screen reader from reading src attribute from img tag in IE
问题 I am facing a very straight forward problem with screen readers in IE9 or below. When the screen reader looks at an image tag, which has the src attribute, it reads the content of the src . Even if the alt attribute is present, it reads the contents inside the src . To be perfectly clear: this only happens in IE 9 or below Here is a very simple example of my code: <img src="http://placehold.it/100x100" alt="some image"/> I don't understand why this is happening. Any help on how to get around