-
Notifications
You must be signed in to change notification settings - Fork 661
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
[css-fonts-4] linkable definition of palette-mix() function (not <palette-mix()> type) #9969
Labels
Comments
foolip
added a commit
to mdn/browser-compat-data
that referenced
this issue
Feb 16, 2024
This entry effectively represents the ability to animate font-palette. The Chrome version is from this chromestatus entry: https://chromestatus.com/feature/5177171439517696 BCD currently represents functions both under css.types and under specific properties that accept those functions are values. Since palette-mix() can so far only be used for font-palette, put it there. The spec URL is not ideal: w3c/csswg-drafts#9969
I think
|
ddbeck
pushed a commit
to mdn/browser-compat-data
that referenced
this issue
Feb 18, 2024
This entry effectively represents the ability to animate font-palette. The Chrome version is from this chromestatus entry: https://chromestatus.com/feature/5177171439517696 BCD currently represents functions both under css.types and under specific properties that accept those functions are values. Since palette-mix() can so far only be used for font-palette, put it there. The spec URL is not ideal: w3c/csswg-drafts#9969
cdoublev
added a commit
to cdoublev/csswg-drafts
that referenced
this issue
Feb 19, 2024
Yes, sure. #9976 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<palette-mix()>
with angle brackets around it is used in the definition offont-palette
's value, and I take the angle brackets and URL to mean it's a type, no thepalette-mix()
function itself.I would like there to be a linkable definition of the function, similar to for
color-mix()
:https://drafts.csswg.org/css-fonts-4/#funcdef-palette-mix (does not exist)
https://drafts.csswg.org/css-color-5/#funcdef-color-mix (exists)
I suspect that it did work in @drott's #9282, but @cdoublev's #9381 removed it as duplicate. To avoid flipping back and forth, I'm filing an issue instead of sending a PR.
The text was updated successfully, but these errors were encountered: