You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
group occurs one or more times, separated by comma tokens.
193
193
</ul>
194
194
195
-
<p>For repeated component values (indicated by ''*'', ''+'', or ''#''), UAs must support at least 30 repetitions of the component.</p>
195
+
<p>For repeated component values (indicated by ''*'', ''+'', or ''#''), UAs must support at least 30 repetitions of the component. If a property value contains more than the supported number of repetitions, the declaration must be ignored as if it were invalid.</p>
196
196
197
197
<h3id="component-whitespace">
198
198
Component values and white space</h3>
@@ -426,7 +426,7 @@ <h3 id="integers">
426
426
<p>Properties may restrict the integer value to some range.
427
427
If the value is outside the allowed range, the declaration is invalid
428
428
and must be <ahref="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
429
-
For unrestricted values, UAs must support at least up to ±2<sup>30</sup>.</p>
429
+
For unrestricted values, UAs must support at least up to ±2<sup>30</sup>; unsupported values must be clamped to the closest supported value.</p>
430
430
431
431
<h3id="numbers">
432
432
Numbers: the ''<number>'' type</h3>
@@ -443,7 +443,7 @@ <h3 id="numbers">
443
443
<p>Properties may restrict the number value to some range.
444
444
If the value is outside the allowed range, the declaration is invalid
445
445
and must be <ahref="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
446
-
For unrestricted values, UAs must support at least up to ±2<sup>30</h3>.</p>
446
+
For unrestricted values, UAs must support at least up to ±2<sup>30</h3>; unsupported values must be clamped to the closest supported value.</p>
447
447
448
448
<h3id="percentages">
449
449
Percentages: the ''<percentage>'' type</h3>
@@ -467,7 +467,7 @@ <h3 id="percentages">
467
467
<p>Properties may restrict the percentage value to some range.
468
468
If the value is outside the allowed range, the declaration is invalid
469
469
and must be <ahref="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
470
-
For unrestricted values, UAs must support at least up to ±2<sup>30</h3>%.</p>
470
+
For unrestricted values, UAs must support at least up to ±2<sup>30</h3>%; unsupported values must be clamped to the closest supported value.</p>
471
471
472
472
<h2id="lengths">
473
473
Distance Units: the ''<length>'' type</h2>
@@ -968,7 +968,7 @@ <h3 id="calc">
968
968
and table cells in both auto and fixed layout tables MAY be treated as if
969
969
'auto' had been specified.</p>
970
970
971
-
<p>UAs must support ''calc()'' expressions of at least 30 terms, where each ''number'', ''dimension'', or ''percentage'' is a term.</p>
971
+
<p>UAs must support ''calc()'' expressions of at least 30 terms, where each ''number'', ''dimension'', or ''percentage'' is a term. If a ''calc()'' expression contains more than the supported number of terms, it must be treated as if it were invalid.</p>
0 commit comments