Re: Image-dislay status media query for reducing reflows

> But this fallback you mention has to be achieved within the HTML file,  
> imagine doing this for every img element, how it would increase the file  
> sizes.

alt attributes are mandatory.  How is:

<a src"/replacement_text/help.png" href="help.html">Help</a>

significantly more verbose than:

<a href="help.html"><img src="/replacement_text/help.png" alt="Help></a>

Received on Friday, 1 July 2005 21:52:59 UTC