Re: CSS validator bugs

Keryx Web wrote:

> foo {
>    color: pink;
> }
> 
> And many other legitimate color names.

"pink" is not a valid colour name in CSS.

<http://www.w3.org/TR/CSS21/syndata.html#color-units>
<http://www.w3.org/TR/2008/WD-css3-color-20080721/#html4>

Nor is it valid in HTML 4.01:

<http://www.w3.org/TR/html401/types.html#h-6.5>

The validator is correctly rejecting it.

-- 
David Woolley
Emails are not formal business letters, whatever businesses may want.
RFC1855 says there should be an address here, but, in a world of spam,
that is no longer good advice, as archive address hiding may not work.

Received on Friday, 4 September 2009 21:06:35 UTC