We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447e791 commit 44ab94cCopy full SHA for 44ab94c
1 file changed
css-values/Overview.bs
@@ -30,6 +30,7 @@ Ignored Vars: Cn+1, n
30
spec: css-backgrounds-3; type: type; text: <position>
31
spec: css21; type: property; text: border-collapse
32
spec: css-color-4; type: value; text: currentcolor
33
+spec: css-cascade-4; type: at-rule; text: @import
34
</pre>
35
<style>
36
code, small { white-space: nowrap }
@@ -1572,7 +1573,8 @@ Serialization</h4>
1572
1573
(Terms with a value of zero <strong>must</strong> be preserved in this summation.)
1574
1575
2. If the result is a single value,
- serialize as that value,
1576
+ clamp the value to the range allowed in the target context,
1577
+ then serialize as that value,
1578
discarding the ''calc()'' wrapper.
1579
1580
3. Otherwise, serialize as a ''calc()'' containing the summation,
0 commit comments