CSS error

Hi!

My mozilla debug build complained about this when viewing the CSS3 page:

CSS Error (http://www.w3.org/StyleSheets/Core/Traditional :192.23): 
Expected color but found 'fffffa'.  Error in parsing value for property 
'background'.  Declaration dropped.
CSS Error (http://www.w3.org/StyleSheets/Core/Traditional :196.23): 
Expected color but found 'fffffa'.  Error in parsing value for property 
'background'.  Declaration dropped.

This seem to come from:
 http://www.w3.org/StyleSheets/Core/Traditional
a:link    {
    background:    fffffa;
    }

a:visited    {
    background:    fffffa;
    }

Isn't it necessary for hex values to be prefixed by a '#'?

One might note that the CSS validator is perfectly happy about the file. :-)
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.w3.org%2FStyleSheets%2FCore%2FTraditional&warning=2&profile=css2&usermedium=all

          //Andreas

Received on Monday, 1 December 2003 13:23:17 UTC