[css3-text] negative blur radii for text-shadow

css3-background says that negative blur radii are not allowed for
box shadow (i.e., they're a parser error):
  # The third length is a blur radius. Negative values are not
  # allowed. If it is 0, the shadow is sharp, otherwise the larger
  # the value, the more the shadow is blurred. The exact algorithm
  # is not specified. 
  --http://dev.w3.org/csswg/css3-background/#the-box-shadow

I think css3-text should also say this for text-shadow somewhere in
http://dev.w3.org/csswg/css3-text/#text-shadow

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Thursday, 3 July 2008 21:31:24 UTC