File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2745,11 +2745,11 @@ Calculating With Intrinsic Sizes: the ''calc-size()'' function</h2>
2745
2745
<pre class=prod>
2746
2746
<dfn function lt="calc-size()"><calc-size()></dfn> = calc-size( <<calc-size-basis>> , <<calc-sum>> )
2747
2747
2748
- <dfn><calc-size-basis></dfn> = [ <<intrinsic- size-keyword>> | <<calc-size()>> | any | <<calc-sum>> ]
2748
+ <dfn><calc-size-basis></dfn> = [ <<size-keyword>> | <<calc-size()>> | any | <<calc-sum>> ]
2749
2749
</pre>
2750
2750
2751
- The <dfn><intrinsic- size-keyword></dfn> production
2752
- matches any [=intrinsic size=] keywords allowed in the context.
2751
+ The <dfn><size-keyword></dfn> production
2752
+ matches any sizing keywords allowed in the context.
2753
2753
For example, in 'width' ,
2754
2754
it matches ''width/auto'' , ''width/min-content'' , ''width/stretch'' , etc.
2755
2755
You can’t perform that action at this time.
0 commit comments