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
In the current CSS Color 5 draft's color-adjust() function, https://drafts.csswg.org/css-color-5/#coloradjust, only 0 or 1 color-adjusters are allowed per the grammar. While clearly one could nest color-adjust() calls, it seems like it would be more consistent with color-mix() to allow multiple adjusters (within the picked colorspace).
The text was updated successfully, but these errors were encountered:
Can the HTTParchive data help us here? see how often there's multiple adjustments?
or, I do like the idea of shipping the feature, that requires nesting for multiple adjustments, now and adding sugar later.
In the current CSS Color 5 draft's color-adjust() function, https://drafts.csswg.org/css-color-5/#coloradjust, only 0 or 1 color-adjusters are allowed per the grammar. While clearly one could nest color-adjust() calls, it seems like it would be more consistent with color-mix() to allow multiple adjusters (within the picked colorspace).
The text was updated successfully, but these errors were encountered: