text-shadow bug?

"S. D. Salyer" <[email protected]> Mon, 15 Oct 2012 15:35:43 -0400
Newsgroups gmane.org.w3c.validator.css
Message-ID <CAB1mCuu4OUkxzOZHjPWtn+uE_u0jiyptumY-dUKwfg+ivmZNyA@mail.gmail.com>
Hello,

I have in my CSS text-shadow properties with percentages for length such as:

text-shadow: 50% 50% 15% #c0c0c0;

The Validator suggests these are incorrect:

Value Error : text-shadow<http://jigsaw.w3.org/css-validator/nulltext.html#propdef-text-shadow>
50%
is not a color value : 50% 50% 15% #c0c0c0

I'm not sure if the percentages are throwing it off, or if the problem is
the color code coming at the end instead of the beginning.  The CSS3
Specification states that the color can come before or after the shadow
lengths.

I hope this information is helpful.  I apologize if the error is on my side.

Sincerely,

S. D. Salyer