[csswg-drafts] Pull Request: [css-fonts-4] Make color interpolation method optional in palette-mix()

cdoublev has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-fonts-4] Make color interpolation method optional in palette-mix() ==
`<color-interpolation-method>` is defined as optional in prose for [`<palette-mix()>`](https://drafts.csswg.org/css-fonts-4/#typedef-font-palette-palette-mix):

  > When not specified otherwise the <color-interpolation-method> is in oklab as recommended by CSS Color 5 ยง 7.1 Color Space for Interpolation.

But not in its value definition:

  > `palette-mix(<color-interpolation-method> , [ [normal | light | dark | <palette-identifier> | <palette-mix()> ] && <percentage [0,100]>? ]#{2})`

I suppose this is an oversight.

See https://github.com/w3c/csswg-drafts/pull/9376


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 19 September 2023 03:56:54 UTC