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