Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ Serialization</h4>
For example, ''calc(20px + 30px)'' would serialize as ''calc(50px)'' as a specified value,
or as ''50px'' as a computed value.

A value like ''calc(20px + 0%)'' would serialize as ''calc(20px + 0%)'',
A value like ''calc(20px + 0%)'' would serialize as ''calc(0% + 20px)'',
maintaining both terms in the serialized value.
(It's important to maintain zero-valued terms,
so the ''calc()'' doesn't suddenly "change shape" in the middle of a transition
Expand Down