- From: Cyber Dog <cyberdog3k@gmail.com>
- Date: Thu, 3 Nov 2005 08:09:40 -0500
- To: www-validator-css@w3.org
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