- From: Brad Kemper via GitHub <sysbot+gh@w3.org>
- Date: Thu, 21 Jul 2016 16:23:43 +0000
- To: public-css-archive@w3.org
@fantasai I really like your idea of using e.g. hsl (and presumably hwb, lab, lch, gray, etc.) as just another colorspace keyword in the color() value. It makes me wonder if we really need separate functions for hwb, lab, lch, gray, etc. In other words, why have `lab(50,80,160)` if you already have `color(lab 50,80,160)`? It would be one color function to rule them all! That would make the syntax very simple to remember, too, because it would be such a consistent way to write colors (even though it is a few extra characters). -- GitHub Notification of comment by bradkemper Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/266#issuecomment-234306952 using your GitHub account
Received on Thursday, 21 July 2016 16:23:51 UTC