Skip to content

Commit 0f62c04

Browse files
cdoublevfantasai
authored andcommitted
[css-values-5] Define the appropriate components as optional
1 parent 46e0719 commit 0f62c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ Representing Interpolation Progress: the <<progress>> type</h3>
698698

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

704704
where:

0 commit comments

Comments
 (0)