File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments