[csswg-drafts] [css-fonts-4] error in example 81 for `@font-palette-values` (#7309)

jfkthame has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-fonts-4] error in example 81 for `@font-palette-values` ==
In the examples for the [`@font-palette-values` rule](https://drafts.csswg.org/css-fonts-4/#font-palette-values), I think Example 81 has a mistake: it includes the fragment
```
@font-palette-values --ToxicGreen {
  font-family: Bungeehee;
  base-palette: 7; /* This is Bungeehee’s green palette... */
  2: lime; /* ...except this is pink, which I overwrite to lime */
}
```
which (if I'm understanding correctly) is lacking an `override-colors` descriptor. (Perhaps it reflects an earlier version of the rule?)

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7309 using your GitHub account


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

Received on Wednesday, 25 May 2022 15:27:10 UTC