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
I was going over the list of changes in css-color-5 and I noticed that only hsl and hwb have channel keywords in RCS that have percentage values.
Both however also allow number values as regular arguments.
In css-color-5 these are both valid and equal :
hwb(90deg 25% 25%)
hwb(90deg 25 25)
@svgeesus is there a reason not to give the channel keywords the number type?
That would make these two color functions more consistent with every other color function.