Skip to content

Commit d3a2d3b

Browse files
committed
[css-values-5] Media features, not queries, used in media-progress() w3c#10966
1 parent a58e0af commit d3a2d3b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-values-5/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -848,14 +848,15 @@ 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(<<media-feature>> from <<calc-sum>> to <<calc-sum>>)
851+
<dfn><<media-progress()>></dfn> = media-progress(<<mf-name>> from <<calc-sum>> to <<calc-sum>>)
852852
</pre>
853853

854-
where the value of the <<media-feature>> is the [=progress value=],
854+
where the value of the [=media feature=] corresponding to <<mf-name>>
855+
is the [=progress value=],
855856
and the two calculations are the [=progress start value=] and [=progress end value=],
856857
respectively.
857858

858-
The specified [=media query=] must be a valid “range” type query,
859+
The specified [=media feature=] must be a valid “range” type feature,
859860
and the specified [=progress start value=] and [=progress end value=]
860861
must be valid values for the specified [=media query=],
861862
or else the function is invalid.

0 commit comments

Comments
 (0)