Skip to content

Commit 907fcd8

Browse files
danielsakhapovfantasai
authored andcommitted
[css-values-5] Fix progress-function() definition to use commas #10489
As per #10489, the progress notation functions don't use `from` and `to` anymore and go with commas instead, but this progress-function() definition hasn't been changed, hence the fix.
1 parent e82ece6 commit 907fcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-5/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ Interpolation Progress Functional Notations</h2>
773773
following a common syntactic pattern:
774774

775775
<pre class=prod>
776-
<var ignore>progress-function</var>() = <var ignore>progress-function</var>( <var ignore>progress value</var> from <var ignore>start value</var> to <var ignore>end value</var> )
776+
<var ignore>progress-function</var>() = <var ignore>progress-function</var>( <var ignore>progress value</var>, <var ignore>start value</var>, <var ignore>end value</var> )
777777
</pre>
778778

779779
Each resolves to a <<number>>

0 commit comments

Comments
 (0)