Skip to content

Commit ea51d0c

Browse files
authored
[scroll-animations-1] Keyframes percentages must be between 0% and 100% #8552
1 parent a4bb6db commit ea51d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scroll-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ spec: cssom-view-1; type: dfn;
834834
The CSS ''@keyframes'' rule is extended thus:
835835

836836
<pre class="prod">
837-
<<keyframe-selector>> = from | to | <<percentage>> | <<timeline-range-name>> <<percentage>>
837+
<<keyframe-selector>> = from | to | <<percentage [0,100]>> | <<timeline-range-name>> <<percentage>>
838838
</pre>
839839

840840
where <<timeline-range-name>> is the [=CSS identifier=]

0 commit comments

Comments
 (0)