Skip to content

Commit c41e212

Browse files
committed
[css-values-5] intrinsic-size-keyword -> size-keyword #10967
1 parent 640e1c0 commit c41e212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-values-5/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,11 +2745,11 @@ Calculating With Intrinsic Sizes: the ''calc-size()'' function</h2>
27452745
<pre class=prod>
27462746
<dfn function lt="calc-size()">&lt;calc-size()></dfn> = calc-size( <<calc-size-basis>>, <<calc-sum>> )
27472747
2748-
<dfn>&lt;calc-size-basis></dfn> = [ <<intrinsic-size-keyword>> | <<calc-size()>> | any | <<calc-sum>> ]
2748+
<dfn>&lt;calc-size-basis></dfn> = [ <<size-keyword>> | <<calc-size()>> | any | <<calc-sum>> ]
27492749
</pre>
27502750

2751-
The <dfn>&lt;intrinsic-size-keyword></dfn> production
2752-
matches any [=intrinsic size=] keywords allowed in the context.
2751+
The <dfn>&lt;size-keyword></dfn> production
2752+
matches any sizing keywords allowed in the context.
27532753
For example, in 'width',
27542754
it matches ''width/auto'', ''width/min-content'', ''width/stretch'', etc.
27552755

0 commit comments

Comments
 (0)