File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -882,13 +882,14 @@ Container Query Progress Values: the ''container-progress()'' notation</h3>
882882 The syntax of ''container-progress()'' is defined as follows:
883883
884884 <pre class=prod>
885- <dfn><<container-progress()>></dfn> = container-progress(<<size-feature >> [ of <<container-name>> ]?, <<calc-sum>> , <<calc-sum>> )
885+ <dfn><<container-progress()>></dfn> = container-progress(<<mf-name >> [ of <<container-name>> ]?, <<calc-sum>> , <<calc-sum>> )
886886 </pre>
887887
888- where the optional <<container-name>> component specifies
888+ where <<mf-name>> represents a [=size feature=]
889+ and the optional <<container-name>> component specifies
889890 the named containers to consider when selecting a container
890- to resolve against.
891- The value of the << size- feature>> is the [=progress value=] ,
891+ to resolve them against.
892+ The value of the [= size feature=] is the [=progress value=] ,
892893 and the two calculations are the [=progress start value=] and [=progress end value=] ,
893894 respectively.
894895
@@ -907,7 +908,7 @@ Container Query Progress Values: the ''container-progress()'' notation</h3>
907908 ''container-progress()'' resolves its <<size-feature>> query
908909 against the [=small viewport size=] .
909910
910- Note: ''media -progress()'' is <em> not</em> a [=math function=] ;
911+ Note: ''container -progress()'' is <em> not</em> a [=math function=] ;
911912 it's just a function that evaluates to a <<number>> .
912913
913914
You can’t perform that action at this time.
0 commit comments