Tag spaching

Andy Hull and I resolved his problem (he didn't copy the list
apparently).  The CSS validator was complaining when tags werent
properly whitespaced:

<img src="image.gif"alt="text"/>

while adding proper spacing fixed the problem:

<img src="image.gif" alt="text" />

But apparently (and I verified this), the HTML validator passed the
non-spaced tags without issue.  I'm not sure who is at fault with
this, is the HTML validator missing it, or is the CSS validator too
strict?  Where should a bug report be filed?

Received on Thursday, 3 November 2005 13:09:47 UTC