My favorite thing about this article is that it made me stop and think through why the bug would actually exist in so many browsers.<p>I can make sense of the IE bug: "" doesn't start with a protocol, like "<a href="http://" rel="nofollow">http://</a>, so it's not a full URL. It doesn't start with "/", so it's not relative to the server root. Therefore, it must be a relative URL, and the browser tries to download the image named "" in the same directory as the page.<p>But the Safari and Chrome problem baffles me. To have happened in Safari, Chrome, and Firefox, it must be a pretty straightforward mistake, but I just can't see it. Anyone else have guesses?<p>(Safari and Chrome admittedly use the same rendering engine, but still, Firefox doesn't.)