Bug in the validator?

Hi there,

I just thought I'd pass along something that *may* be a bug.

For a valid HTML 4.01 Transitional document with the following CSS links:

<link rel="stylesheet" type="text/css" href="print.css" media="Print">
<link rel="stylesheet" type="text/css" href="screen.css" media="Screen">

I get the following errors:
> * Line: -1 
> 
> unrecognized media Print
>
> * Line: -1 
> 
> unrecognized media Screen

When I changed media to 'print' & 'screen' instead of 'Print' & 'Screen', it
was fine. Isn't HTML 4.01 Transitional case insensitive?

The document in question is located at:

<http://www.shef.ac.uk/~phil/>

Off to fix the CSS document now!

Best,

Ray
_____________________________________________________
Argument from Design-Web & Multimedia
ray@ardes.com | http://www.ardes.com/

Received on Thursday, 11 July 2002 18:09:24 UTC