We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d3a98 commit 8e94821Copy full SHA for 8e94821
1 file changed
css-values/Overview.bs
@@ -1521,8 +1521,10 @@ Computed Value</h4>
1521
<h4 id='calc-range'>
1522
Range Checking</h4>
1523
1524
- The value resulting from an expression must be clamped to the
1525
- range allowed in the target context.
+ Parse-time range-checking of values is not performed within ''calc()'',
+ and therefore out-of-range values do not cause the declaration to become invalid.
1526
+ However, the used value resulting from an expression
1527
+ must be clamped to the range allowed in the target context.
1528
1529
Note: This requires all contexts accepting ''calc()''
1530
to define their allowable values as a closed (not open) interval.
0 commit comments