Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[css-values-5] Typo
  • Loading branch information
cdoublev authored Jun 9, 2025
commit 11e7b651899c62ae98c8dd2e0e2db47719fdd33d
2 changes: 1 addition & 1 deletion css-values-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ Global Syntax of the *-interpolate() family</h3>
<<progress-source>> && [ by <<easing-function>> ]?
&& <<easing-function>>? && <<segment-options>>?,
<<input-position>>{1,2} : <<output-value>> ,
[ [ <<easing-function>> || <<segment-options>> , ]? <<input-position>>{1,2} : <<output-value>> ]*
[ [ <<easing-function>> || <<segment-options>> ]? , <<input-position>>{1,2} : <<output-value>> ]#?
)
</pre>

Expand Down