You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by "Karr, David" <da...@attws.com> on 2002/11/01 23:25:33 UTC

Attribute "lowsrc" of "html:img" is non-compliant?

What is the "lowsrc" attribute of the "html:img" tag?  Is that supposed to render a lower-precision version of the image?  This attribute is not defined in the HTML 4.01 spec.  I don't even find this in the description at <http://www.htmlhelp.com> which often lists some attributes that it states are browser-dependent.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Attribute "lowsrc" of "html:img" is non-compliant?

Posted by Bill Chmura <Bi...@Explosivo.com>.
Quoteth from:
http://hawk.fab2.albany.edu/shadow/kneejerk.htm

The focal point in this real-life adventure is what I have come to think
of as "the dreaded LOWSRC." LOWSRC is an attribute, an HTML extension
supported by Netscape Navigator as part of the IMG tag. It allows a
low-resolution image to load as a visual placeholder while the rest of
the page is downloaded, and then IMG overwrites it with the
higher-resolution SRC file. In code, it looks like this in an example
from Netscape's Web site: 



-----Original Message-----
From: Karr, David [mailto:david.karr@attws.com] 
Sent: Friday, November 01, 2002 5:26 PM
To: struts-dev@jakarta.apache.org
Subject: Attribute "lowsrc" of "html:img" is non-compliant?


What is the "lowsrc" attribute of the "html:img" tag?  Is that supposed
to render a lower-precision version of the image?  This attribute is not
defined in the HTML 4.01 spec.  I don't even find this in the
description at <http://www.htmlhelp.com> which often lists some
attributes that it states are browser-dependent.

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>