Closed
Description
color()
= color( [ <ident>?
[ <number>+ | <string> ]
[ / <alpha-value> ]? ]# , <color>? )
This allows either a named color or a tuple of unit-less numbers to identify or specify a color within a custom color space. Wouldnʼt it be useful to also support <percentage>
(or <alpha-value>
= <cmyk-component>
) and <angle>
(or <hue>
) for custom color components since try are used in predefined color notations?
See #4477 for CIE lightness as a percentage.