Re: [CSS4 color][CSS4 transition] color pre-multiplied vs non pre-multiplied

On 1/02/2013 2:25 PM, Rik Cabanier wrote:
> So, can we fix the spec?

Yes. Changing the part here [1] regarding example 23 and the second note 
that discusses premultiplied color space.

Giving an example of how to create a gradient from color to 
transparent-color like so:

   linear-gradient(red, rgba(255,0,0,0))

   linear-gradient(red, rgba(255,0,0,0) 50%, rgba(0,0,255,0) 50%, blue)


Possibly consider a new way to trigger transparent-color:

   linear-gradient(red, pre-transparent)

   linear-gradient(red, pre-transparent, blue)


> I volunteer to fix the implementation in FF and WK.


What would you fix in FF and what is WK?

I would volunteer to create examples for gradients.


Regarding transitioning of color. Maybe dealing with issue 7 [2]. If 
pre-transparent ever becomes a reality, then this is not an issue 
anymore and can be changed before transition is _un-prefixed_.


1. http://dev.w3.org/csswg/css3-images/#color-stop-syntax
2. http://dev.w3.org/csswg/css3-transitions/#animatable-types

-- 
Alan Gresley
http://css-3d.org/
http://css-class.com/

Received on Friday, 1 February 2013 04:31:43 UTC