Skip to content

Commit

Permalink
[css-values-5] <size-query> should be <mf-name> #11120
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Nov 1, 2024
1 parent adbec23 commit 998aba4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions css-values-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -882,13 +882,14 @@ Container Query Progress Values: the ''container-progress()'' notation</h3>
The syntax of ''container-progress()'' is defined as follows:

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

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

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

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


Expand Down

0 comments on commit 998aba4

Please sign in to comment.