More information about the Underscore mailing list

[_] css on, images off

Alastair Campbell us at alastc.com
Mon Dec 4 23:30:21 GMT 2006

Pete Fairhurst wrote:
> I haven't legitimately identified a use
> for CSS Image Replacement over inline images for years now.

Got to agree, I don't know which user group it's supposed to help, and
it certainly doesn't help development.

The main group that inline images are difficult for (even with
appropriate alternative text) is those with mild to moderately impaired
vision, as images aren't easily expanded.

The only difference between replacing and inline images is that for 
images replacement, you *could* turn off styles to get the text. But 
people generally don't know how to do that, so it isn't really an advantage.

Done in what seems like the obvious way (display: none),
image-replacement can make the text invisible to screen reader users as
well.

What were the advantages again?

-Alastair