@@ -823,7 +823,7 @@ Calculated Progress Values: the ''progress()'' notation
823
823
but must have a [=consistent type=]
824
824
or else the function is invalid.
825
825
826
- The result will be a <> ,
826
+ The value of ''progress()'' is a <> ,
827
827
determined by [=calculating a progress function=] ,
828
828
then [=made consistent=] with the [=consistent type=] of its arguments.
829
829
@@ -863,11 +863,12 @@ Media Query Progress Values: the ''media-progress()'' notation
863
863
must be valid values for the specified [=media query=] ,
864
864
and both [=calculation=] values must have a [=consistent type=] ,
865
865
or else the function is invalid.
866
- Units in the [=progress start value=] and [=progress end value=]
866
+
867
+ The [=progress start value=] and [=progress end value=] [=calculations=]
867
868
are interpreted as specified for the [=media feature=]
868
869
(rather than as specified by the context the function is used in).
869
870
870
- The result will be a <> ,
871
+ The value of ''media-progress()'' is a <> ,
871
872
determined by [=calculating a progress function=] .
872
873
873
874
Note: ''media-progress()'' is not a [=math function=] ;
@@ -901,17 +902,19 @@ Container Query Progress Values: the ''container-progress()'' notation
901
902
must be valid values for that [=size feature=] ,
902
903
and both [=calculation=] values must have a [=consistent type=] ,
903
904
or else the function is invalid.
904
- Units in the [=progress start value=] and [=progress end value=]
905
+ ''container-progress()'' is only valid in a property value context;
906
+ it cannot be used in, for example, a [=media query=] .
907
+
908
+ The [=progress start value=] and [=progress end value=] [=calculations=]
905
909
are interpreted as specified for the [=size feature=]
906
910
(rather than as specified by the context the function is used in).
907
-
908
- The result will be a <> ,
909
- determined by [=calculating a progress function=] .
910
-
911
911
If no appropriate containers are found,
912
912
''container-progress()'' resolves its <> query
913
913
against the [=small viewport size=] .
914
914
915
+ The value of ''media-progress()'' is a <> ,
916
+ determined by [=calculating a progress function=] .
917
+
915
918
Note: ''container-progress()'' is not a [=math function=] ;
916
919
it's just a function that evaluates to a <> .
917
920
0 commit comments