|
|
|
|
|
by moss
5934 days ago
|
|
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. I can make sense of the IE bug: "" doesn't start with a protocol, like "http://, 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. 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? (Safari and Chrome admittedly use the same rendering engine, but still, Firefox doesn't.) |
|