RE: [css-color] Have you considered standardizing a rgba(#RRGGBB, <alpha-value>) notation?

± On the other hand, we could go the calc route and require a space, so that
± "adjust-alpha(red, 50%)" would set the alpha to 50%, but "adjust-alpha(red,
± + 50%)" would make the alpha 50% larger.  Seems kinda clumsy, though.

Dropping the comma is also an option. 
adjust-alpha(red + 50%) vs adjust-alpha(red, 50%)

Received on Thursday, 9 May 2013 20:15:47 UTC