Re: alt image replacement and replacement style

> >    <p>External image</p>
>
> I wish that, if the image has width and height specified : <p><img
> src="x.png" alt="External image" width="X" height="Y"></p>, the
> replacement would be <p><span style="width: Xpx; height: Ypx;
> owerflow: auto;">External image</span></p>, plus a indication that
> there is an missing image (a background image ?).
>
> The idea is to preseve the layout of the page if the image is missing.

But isn't the layout of a page already "preserved" when image
measurements have been specified (so one way user agents deal w/
missing images is to keep the specified space and indicate the text
alternative)? On the other hand, what about "object" [1] anyway?


[1] http://dev.w3.org/cvsweb/~checkout~/html5/spec/Overview.html?rev=1.1186#the-object

-- 
Jens Meiert
http://meiert.com/en/

Received on Tuesday, 5 August 2008 07:23:47 UTC