Outline is drawn incorrectly on Chrome if outline-style is set to “solid” (and not “auto”)
I am seeing this behavior for Chrome on a Mac (haven't tested it on Windows yet). Also, as this work is for a chrome extension, I am okay with getting a solution that is relevant for Chrome only (does not have to work cross-browser for now). Issue: The browser seems to be drawing the "outline" differently around elements depending on whether the outline-style is "auto" or not. When drawing an outline around an tag that is the parent of an "img", for something like this: <a href="image.com"> <img class="profile_photo_img" src="imageSrc.jpeg" width="50" alt="Steve Jobs" height="50"> </a> If the