Re: css validator broken?

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