File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1742,10 +1742,11 @@ Range Checking</h4>
1742
1742
and therefore out-of-range values do not cause the declaration to become invalid.
1743
1743
However, the value resulting from an expression
1744
1744
must be clamped to the range allowed in the target context.
1745
- Clamping is performed on computed values to the extent possible,
1746
- and also on used values
1745
+ Clamping is performed on <a> computed values</a> to the extent possible,
1746
+ and also on <a> used values</a>
1747
1747
if computation was unable to sufficiently simplify the expression
1748
1748
to allow range-checking.
1749
+ (Clamping is not performed on <a>specified values</a> .)
1749
1750
1750
1751
Note: This requires all contexts accepting ''calc()''
1751
1752
to define their allowable values as a closed (not open) interval.
Original file line number Diff line number Diff line change @@ -1882,10 +1882,11 @@ Range Checking</h4>
1882
1882
and therefore out-of-range values do not cause the declaration to become invalid.
1883
1883
However, the value resulting from an expression
1884
1884
must be clamped to the range allowed in the target context.
1885
- Clamping is performed on computed values to the extent possible,
1886
- and also on used values
1885
+ Clamping is performed on <a> computed values</a> to the extent possible,
1886
+ and also on <a> used values</a>
1887
1887
if computation was unable to sufficiently simplify the expression
1888
1888
to allow range-checking.
1889
+ (Clamping is not performed on <a>specified values</a> .)
1889
1890
1890
1891
Note: This requires all contexts accepting ''calc()''
1891
1892
to define their allowable values as a closed (not open) interval.
You can’t perform that action at this time.
0 commit comments