We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61fd1ce + e20824b commit 9a6c7b7Copy full SHA for 9a6c7b7
css-values-4/Overview.bs
@@ -2442,7 +2442,7 @@ Serialization</h4>
2442
For example, ''calc(20px + 30px)'' would serialize as ''calc(50px)'' as a specified value,
2443
or as ''50px'' as a computed value.
2444
2445
- A value like ''calc(20px + 0%)'' would serialize as ''calc(20px + 0%)'',
+ A value like ''calc(20px + 0%)'' would serialize as ''calc(0% + 20px)'',
2446
maintaining both terms in the serialized value.
2447
(It's important to maintain zero-valued terms,
2448
so the ''calc()'' doesn't suddenly "change shape" in the middle of a transition
0 commit comments