Re: Attributes with no value

At 4:02 PM -0500 11/8/00, pdf@bizfon.com wrote:
><img alt="" src="someimage.gif">
>would be replaced with:
><img alt src="someimage.gif">
>
>It seems to me that instead of being invalid, this should be considered as an
>attribute with no value (the same as alt="").

Actually, an attribute alone means the same thing as attr="attr",
so <img alt> means the same as <img alt="alt">.

Doesn't it?  If I've misunderstood attribute minimization, someone
else can feel free to step in to correct me.

--Kynn
-- 
Kynn Bartlett <kynn@idyllmtn.com>
http://www.kynn.com/

Received on Thursday, 9 November 2000 13:20:17 UTC