[css3-color] Fractional values for HSL

The spec doesn't seem to mention: are fractional values allowed in HSL 
notation?  For example if I have a color hsl(210,50%,40%) and want one 
at one third of the level can I use hsl(210,50%,13.3%)?  Is it actually 
going to be any different to hsl(210,50%,13%)?

Firefox and Opera seem to handle it fine, but I'm not sure if they're 
just rounding things internally or something.

Rob

Received on Tuesday, 4 January 2011 15:21:59 UTC