File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4641,7 +4641,7 @@ Range Checking</h3>
4641
4641
4642
4642
Parse-time range-checking of values is not performed within [=math functions=] ,
4643
4643
and therefore out-of-range values do not cause the declaration to become invalid.
4644
- However, the value resulting from an expression
4644
+ However, the value resulting from a [=top-level calculation=]
4645
4645
must be clamped to the range allowed in the target context.
4646
4646
Clamping is performed on <a>computed values</a> to the extent possible,
4647
4647
and also on <a>used values</a>
@@ -5189,6 +5189,9 @@ Recent Changes</h3>
5189
5189
(<a href="https://github.com/w3c/csswg-drafts/issues/8532">Issue 8532</a> )
5190
5190
<li> Clarified that fully omitted ''mix()'' arguments are valid.
5191
5191
(<a href="https://github.com/w3c/csswg-drafts/issues/8556">Issue 8556</a> )
5192
+ <li> Clarified that range clamping happens specifically to [=top-level calculations=]
5193
+ (rather than the unclear term "expressions").
5194
+ (<a href="https://github.com/w3c/csswg-drafts/issues/8158">Issue 8158</a> )
5192
5195
</ul>
5193
5196
5194
5197
Substantial changes since <a href="https://www.w3.org/TR/2021/WD-css-values-4-20211016/">16 October 2021 WD</a> :
You can’t perform that action at this time.
0 commit comments