Skip to content

[css-values-4] A small fix and some tweaks to calc serialization #11782

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

Merged
merged 11 commits into from
Feb 26, 2025
Prev Previous commit
Next Next commit
Update css-values-4/Overview.bs
  • Loading branch information
tabatkins authored Feb 26, 2025
commit 84798cd786d7d35cf1c686f0a1a7f0b510ff17ac
2 changes: 1 addition & 1 deletion css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5156,7 +5156,7 @@ Serialization</h3>
initially containing "(1 / ".

2. [=serialize a calculation tree|Serialize=] |root|'s child,
and append it to |s|.
and append it to |s|.

3. Append ")" to |s|,
then return it.
Expand Down