Skip to content

Commit

Permalink
[css-values-5] Define the appropriate components as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoublev authored and fantasai committed Sep 13, 2024
1 parent 46e0719 commit 0f62c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-values-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ Representing Interpolation Progress: the <<progress>> type</h3>

Its syntax is defined as follows:
<pre class=prod>
<<progress>> = [ <<percentage>> | <<number>> | <<'animation-timeline'>> ]? && by <<easing-function>>
<<progress>> = [ <<percentage>> | <<number>> | <<'animation-timeline'>> ] && [ by <<easing-function>> ]?
</pre>

where:
Expand Down

0 comments on commit 0f62c04

Please sign in to comment.