Re: [selectors api] test suite red values

On Sun, 19 Jul 2009 08:05:32 +0000 (UTC), Ian Hickson <ian@hixie.ch> wrote:
> On Sat, 18 Jul 2009, Kartikaya Gupta wrote:
> > 
> > I was wondering if the test suite for selectors-api to could be modified 
> > to include "#FF0000" (uppercase) as a valid red value in addition to 
> > "(255, 0, 0)", "#ff0000", and "red". This doesn't seem to be specced 
> > anywhere, and our implementation retuns uppercase for hex colors, so 
> > some of the tests are failing even though we support the functionality.
> 
> In fact according to this, uppercase is the only correct serialisation:
> 
>    http://dev.w3.org/csswg/cssom/#css-value
> 
> (We really should find someone to maintain that draft and publish it.)
> 

Hmm, I missed that, thanks. I would still like to see the test suite updated, though; this draft hasn't been touched in a really long time, and I don't think the selectors-api test suite should rely on it excessively in its current state.

kats

Received on Monday, 20 July 2009 13:20:22 UTC