Re: Change in process?

Witte Carsten wrote:
> 
> Hi Checkers. ;)
> 
> Some time ago I ported a good deal of mz homepage to xhtml/css and I sure
> took some pround in doing so. At least enough to add "Valiedated..." buttons
> to my pages. Those I linked to the respective validators as "Check referred"
> and happly checked it a dozend times...
> 
> Now, some weeks later I changed a small part of a page and--just to be on
> the safe side--validated it again. The XHTML check went fine, CSS failed
> with "Please, validate your XML document first! Line 1, Column 3..." I
> changed no nothing within the document tags, just body stuff. Anyway, if I
> validate my .css directly, it works out fine, too. Mark, questionable: ?
> 
> What I'm talking about:
> Page : http://www.carsti.de/dhome.html
> XHTML: http://validator.w3.org/check/referer
> CSS  : http://jigsaw.w3.org/css-validator/check/referer
> 
> So, wazzup? :)

Misunderstanding from the XHTML 1.0. Change the following rule:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                      "DTD/xhtml1-transitional.dtd">
to
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Philippe

Received on Friday, 11 May 2001 09:03:14 UTC