We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pending-substitution values must be serialized as the empty string, if an API allows them to be observed.
https://drafts.csswg.org/css-variables/#substitution-in-shorthands
Authors do trip over this behavior sometimes (https://issues.chromium.org/issues/40804066), and it's not ideal for cases where round-tripping via text is crucial, like serializing to MHTML.
Can we somehow expose the pending-substitution value? E.g.:
border-width: shorthand(border, 1px var(--x) black);
The text was updated successfully, but these errors were encountered:
Duplicate of #8055 ?
Sorry, something went wrong.
Technically a separate request, but close enough to be worth deduping. I'll move the comment over to there.
No branches or pull requests
https://drafts.csswg.org/css-variables/#substitution-in-shorthands
Authors do trip over this behavior sometimes (https://issues.chromium.org/issues/40804066), and it's not ideal for cases where round-tripping via text is crucial, like serializing to MHTML.
Can we somehow expose the pending-substitution value? E.g.:
The text was updated successfully, but these errors were encountered: