Re: [cssom] serializing <color>

On Tue, Feb 16, 2010 at 10:50 AM, Anne van Kesteren <annevk@opera.com> wrote:
> I see. I don't really see how the CSSOM works well for editing except simple
> things, and those things would not be hindered much by normalizing <color>
> values. Editors can always provide an option to see the various ways you can
> express that <color>. The same goes for debuggers I think.

Fwiw, Chrome4's DOM Inspector lets you toggle between all the
different color notations as you wish.  I can specify white in my CSS,
and then toggle it #fff, then to #ffffff, to rgb(255,255,255), to
hsl(0,100%,100%), and then back to white.

~TJ

Received on Tuesday, 16 February 2010 17:39:07 UTC