How to highlight images with empty `alt` attribute?
img[alt=""]:not([aria-hidden]), img:not([alt]) { outline: 5px solid #ff0000; }
July 31st, 2019
Highlight apply a red outline on all images with empty or missing alt attribute.
alt