@@ -548,9 +548,8 @@ Interpolation Progress Functional Notations</h2>
548
548
is equal to, less than, or greater than
549
549
the shared value.
550
550
551
- In either case, the result is a <<number>> ,
552
- [=made consistent=] with the [=consistent type=]
553
- of the three arguments.
551
+ Note: The return value is a plain <<number>> ,
552
+ not [=made consistent=] with its arguments by default.
554
553
</div>
555
554
556
555
The resulting number can then be input into other calculations,
@@ -583,7 +582,8 @@ Calculated Progress Values: the ''progress()'' notation</h3>
583
582
or else the function is invalid.
584
583
585
584
The result will be a <<number>> ,
586
- determined by [=calculating a progress function=] .
585
+ determined by [=calculating a progress function=] ,
586
+ then [=made consistent=] with the [=consistent type=] of its arguments.
587
587
588
588
ISSUE: Do we need a ''percent-progress()'' notation,
589
589
or do enough places auto-convert that it's not necessary?
@@ -616,8 +616,10 @@ Media Query Progress Values: the ''media-progress()'' notation</h3>
616
616
The specified [=media query=] must be a valid “range” type query,
617
617
and the specified [=progress start value=] and [=progress end value=]
618
618
must be valid values for the specified [=media query=] ,
619
- and must have a [=consistent type=] ,
620
619
or else the function is invalid.
620
+ Units in the [=progress start value=] and [=progress end value=]
621
+ are interpreted as specified for the [=media feature=]
622
+ (rather than as specified by the context the function is used in).
621
623
622
624
The result will be a <<number>> ,
623
625
determined by [=calculating a progress function=] .
@@ -647,9 +649,12 @@ Container Query Progress Values: the ''container-progress()'' notation</h3>
647
649
must be valid values for the specified <<size-feature>> ,
648
650
and must have a [=consistent type=] ,
649
651
or else the function is invalid.
652
+ Units in the [=progress start value=] and [=progress end value=]
653
+ are interpreted as specified for the [=size feature=]
654
+ (rather than as specified by the context the function is used in).
650
655
651
656
The result will be a <<number>> ,
652
- [=made consistent=] with the [=consistent type=] of the arguments .
657
+ determined by [=calculating a progress function=] .
653
658
654
659
If no appropriate containers are found,
655
660
''container-progress()'' resolves its <<size-feature>> query
0 commit comments