Re: Unclosed IMG tag bug?

The issue with the IMG element was:

<A><IMG alt="foo" src="foo"</A>

The closing > is missing in the IMG tag.

This is a form of shorttag which is valid 
but browsers don't like, so better not use it. 
It is called "closed start tag."

So there is no bug with the validator here.

See the HTML spec at the notes section:
http://www.w3.org/TR/REC-html40/appendix/notes.htmlh-B.3.7

Nir Dagan                            
Assistant Professor of Economics      
Universitat Pompeu Fabra
Barcelona (Spain)

email: nir.dagan@econ.upf.es
http://www.econ.upf.es/%7Edagan/

Received on Thursday, 6 August 1998 18:59:24 UTC