Test-shadow bug in Jigsaw

I get the following error message when validating my CSS files:

Value Error : text-shadow Property text-shadow doesn't exist : black  
0.2em 0.2em 0.2em

The page in question is:

http://jigsaw.w3.org/css-validator/validator?uri=http://www.xingfu.se/ 
blogge/

The relevant code is:

h2 {
	text-shadow: black 0.2em 0.2em 0.2em;
}

This is perfectly valid CSS.

Received on Monday, 16 April 2007 11:40:17 UTC