Skip to content

[css-fonts-4] error in example 81 for @font-palette-values #7309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jfkthame opened this issue May 25, 2022 · 1 comment
Closed

[css-fonts-4] error in example 81 for @font-palette-values #7309

jfkthame opened this issue May 25, 2022 · 1 comment

Comments

@jfkthame
Copy link
Contributor

In the examples for the @font-palette-values rule, 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?)

@cdoublev
Copy link
Collaborator

cdoublev commented Apr 17, 2023

(I was looking for related issues.) Fixed in 6644dc5 after #6916 (comment).

I guess it can be closed as Closed Accepted as Editorial but I would not be comfortable taking on this responsibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants