- From: Brad Kemper <brad.kemper@gmail.com>
 - Date: Fri, 10 May 2013 12:19:27 -0700
 - To: Sam L'ecuyer <sam@cateches.is>
 - Cc: "Tab Atkins Jr." <jackalmage@gmail.com>, Sebastian Zartner <sebastianzartner@gmail.com>, François REMY <francois.remy.dev@outlook.com>, Lea Verou <lea@w3.org>, Jake Archibald <jaffathecake@gmail.com>, Šime Vidas <sime.vidas@gmail.com>, www-style list <www-style@w3.org>
 
On May 10, 2013, at 11:13 AM, "Sam L'ecuyer" <sam@cateches.is> wrote:
> 
>> .foo {
>>   color: #ff4500; 
>>   color-adjust: saturation - 20%;
>> }
>> .bar {
>>   background-color: orangered; 
>>   color-adjust: luminance 50%;
>>   background-color, box-shadow, border-color;
>> }
> 
> Just to make sure, the color-adjust prop would take a list?
> 
> `color-adjust: saturation - 20%, lightness * 1.2, alpha * .7;` should be legal.
Yeah, that's a good point. 
Received on Friday, 10 May 2013 19:20:14 UTC