- From: Philippe Le Hegaret <plh@w3.org>
- Date: Thu, 29 Mar 2001 23:10:18 -0500
- To: Steve Linberg <slinberg@crocker.com>
- Cc: www-validator-css@w3.org
Steve Linberg wrote: > > Folks, > > I'm trying to validate this document: > > <http://dav.literacytent.org/dav_info.html> > > The CSS validator tells me that I have to validate the XML. > > <http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fdav.literacytent.org%2Fdav_info.html&warning=1&profile=css2> > > The w3 HTML validator tells me the document is clean XHTML 1.0 strict. The CSS and HTML validator are not in sync regarding XHTML validation. Hope to be able to resolve next week. In your HTML document, replace the line <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> with <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Philippe
Received on Thursday, 29 March 2001 23:10:31 UTC