On Mon, Dec 22, 2008 at 01:19:07AM +0000, corvid wrote:
You know how for image redirections and 404s, nothing at all happens? User's mind: "I didn't get the image. Dillo must be broken."
(or the address can't resolve, or content-type doesn't match...)
So I tried making something recently that shows, e.g., [404] as the alt text. In this form it's probably wrong in a design sense because cache probably isn't allowed to call image, but maybe it'll prompt some discussion...
That reminds me of a related issue. Display of alt text works fine if width or height of an image is unspecified, but looks weird e.g. with images that have width=1. Any idea how to handle that? Should we ignore width/height in case we are showing the alt text? Cheers, Johannes