Skip to content

Commit 998aba4

Browse files
committed
[css-values-5] <size-query> should be <mf-name> #11120
1 parent adbec23 commit 998aba4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

css-values-5/Overview.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -882,13 +882,14 @@ Container Query Progress Values: the ''container-progress()'' notation</h3>
882882
The syntax of ''container-progress()'' is defined as follows:
883883

884884
<pre class=prod>
885-
<dfn><<container-progress()>></dfn> = container-progress(<<size-feature>> [ of <<container-name>> ]?, <<calc-sum>>, <<calc-sum>>)
885+
<dfn><<container-progress()>></dfn> = container-progress(<<mf-name>> [ of <<container-name>> ]?, <<calc-sum>>, <<calc-sum>>)
886886
</pre>
887887

888-
where the optional <<container-name>> component specifies
888+
where <<mf-name>> represents a [=size feature=]
889+
and the optional <<container-name>> component specifies
889890
the named containers to consider when selecting a container
890-
to resolve against.
891-
The value of the <<size-feature>> is the [=progress value=],
891+
to resolve them against.
892+
The value of the [=size feature=] is the [=progress value=],
892893
and the two calculations are the [=progress start value=] and [=progress end value=],
893894
respectively.
894895

@@ -907,7 +908,7 @@ Container Query Progress Values: the ''container-progress()'' notation</h3>
907908
''container-progress()'' resolves its <<size-feature>> query
908909
against the [=small viewport size=].
909910

910-
Note: ''media-progress()'' is <em>not</em> a [=math function=];
911+
Note: ''container-progress()'' is <em>not</em> a [=math function=];
911912
it's just a function that evaluates to a <<number>>.
912913

913914

0 commit comments

Comments
 (0)