Re: XML error for css validation - validates for XHTML

* Jennifer Kucich wrote:
>When I run the html validator (http://validator.w3.org/) on:
>http://itv.engineering.ucdavis.edu it validates as xhtml 1.0 transitional.
>But when I try to run the css validator
>(http://jigsaw.w3.org/css-validator/) I get this error:

>Anyone know what this means? Is this an error in our code or a glitch in the
>css validator?

As the MarkupValidator points out, its XML support is limited. You have

  type="text/javascript"language="JavaScript" 

in line 24/25 this is not allowed in XML/XHTML documents, there must be
a space before "language=".

Received on Monday, 2 August 2004 18:51:54 UTC