You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As already mentioned in #4477, <alpha-value> is redundant with <cmyk-component>, because both are effectively defined as <number [0.0, 1.0]> | <percentage>. Since color() shall allow either type as well #3450, it would make sense to have a single value type <color-component> for all of these, even if we can never have a generic <number-percentage> type in css-value.
The text was updated successfully, but these errors were encountered:
As already mentioned in #4477,
<alpha-value>
is redundant with<cmyk-component>
, because both are effectively defined as<number [0.0, 1.0]> | <percentage>
. Sincecolor()
shall allow either type as well #3450, it would make sense to have a single value type<color-component>
for all of these, even if we can never have a generic<number-percentage>
type in css-value.The text was updated successfully, but these errors were encountered: