[Bug 1173] Invalid xHTML in CSS validator, but Valid in xHTML Validator?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1173





------- Comment #5 from ville.skytta@iki.fi  2006-03-11 10:43 -------
The CSS validator already detects if the validated document is XHTML, and ends
the img element with "/>" if it is.  For non-XHTML documents it uses the plain
">" which is the right thing to do.  Compare for example:

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.w3.org&usermedium=all
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.yahoo.com&usermedium=all

Received on Saturday, 11 March 2006 10:43:25 UTC