Skip to content

Commit 5666cec

Browse files
committed
[css-values-5] Switch *progress() to commas. w3c#10489
1 parent d3a2d3b commit 5666cec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-values-5/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ Calculated Progress Values: the ''progress()'' notation</h3>
811811
The syntax of ''progress()'' is defined as follows:
812812

813813
<pre class=prod>
814-
<dfn id=typedef-progress-fn><<progress()>></dfn> = progress(<<calc-sum>> from <<calc-sum>> to <<calc-sum>>)
814+
<dfn id=typedef-progress-fn><<progress()>></dfn> = progress(<<calc-sum>>, <<calc-sum>>, <<calc-sum>>)
815815
</pre>
816816

817817
where the first, second, and third <<calc-sum>> values represent
@@ -848,7 +848,7 @@ Media Query Progress Values: the ''media-progress()'' notation</h3>
848848
The syntax of ''media-progress()'' is defined as follows:
849849

850850
<pre class=prod>
851-
<dfn><<media-progress()>></dfn> = media-progress(<<mf-name>> from <<calc-sum>> to <<calc-sum>>)
851+
<dfn><<media-progress()>></dfn> = media-progress(<<mf-name>>, <<calc-sum>>, <<calc-sum>>)
852852
</pre>
853853

854854
where the value of the [=media feature=] corresponding to <<mf-name>>
@@ -881,7 +881,7 @@ Container Query Progress Values: the ''container-progress()'' notation</h3>
881881
The syntax of ''container-progress()'' is defined as follows:
882882

883883
<pre class=prod>
884-
<dfn><<container-progress()>></dfn> = container-progress(<<size-feature>> [ of <<container-name>> ]? from <<calc-sum>> to <<calc-sum>>)
884+
<dfn><<container-progress()>></dfn> = container-progress(<<size-feature>> [ of <<container-name>> ]?, <<calc-sum>>, <<calc-sum>>)
885885
</pre>
886886

887887
where the optional <<container-name>> component specifies

0 commit comments

Comments
 (0)