Skip to content

Commit 3695eff

Browse files
committed
[css-values-4] animation-iteration-count uses 'infinite', not 'infinity'. #7204
1 parent 32ae780 commit 3695eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4363,7 +4363,7 @@ Range Checking</h3>
43634363
Note: By definition,
43644364
±∞ are outside the allowed range for any property,
43654365
and will clamp to the minimum/maximum value allowed.
4366-
Even for properties that explicitly allow ''infinity'' as a keyword value,
4366+
Even properties that can explicitly represent infinity as a keyword value,
43674367
such as 'animation-iteration-count',
43684368
will end up clamping ±∞,
43694369
as [=math functions=] can't resolve to keyword values;

0 commit comments

Comments
 (0)