We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ab94c commit 3e8f5c9Copy full SHA for 3e8f5c9
1 file changed
css-values/Overview.bs
@@ -1562,9 +1562,12 @@ Serialization</h4>
1562
1563
To serialize a ''calc()'' value:
1564
1565
- 1. Simplify the expression by
1566
- resolving all multiplications and divisions,
1567
- and combining compatible units.
+ 1. Simplify the expression by:
+
+ * Replacing nested ''calc()'' values with parentheses containing their contents
1568
+ * Resolving all multiplications and divisions
1569
+ * Combining compatible units
1570
1571
(Which units are compatible can vary based on what stage of the value computation pipeline it's in.
1572
For example, as a specified value, ''px'' and ''em'' are incompatible;
1573
as a computed value, they're compatible.)
0 commit comments