@@ -100,7 +100,7 @@ New Sizing Values: the ''stretch'', ''fit-content'', and ''contain'' keywords</h
100
100
101
101
<pre class="propdef partial">
102
102
Name : width, height, inline-size, block-size, min-width, min-height, min-inline-size, min-block-size, max-width, max-height, max-inline-size, max-block-size
103
- Values : stretch | fit-content | contain
103
+ New Values : stretch | fit-content | contain
104
104
</pre>
105
105
106
106
<dl dfn-type=value dfn-for="width, height, inline-size, block-size, min-width, min-height, min-inline-size, min-block-size, max-width, max-height, max-inline-size, max-block-size">
@@ -113,14 +113,14 @@ New Sizing Values: the ''stretch'', ''fit-content'', and ''contain'' keywords</h
113
113
<dt> <dfn>fit-content</dfn>
114
114
<dd>
115
115
Essentially ''fit-content(stretch)''
116
- i.e. min(''max-content'' , max(''min-content'' , ''stretch'' )).
116
+ i.e. min(''width/ max-content'' , max(''width/ min-content'' , ''width/ stretch'' )).
117
117
118
118
<dt> <dfn>contain</dfn>
119
119
If the box has a [=preferred aspect ratio=] ,
120
120
applies [=contain-fit sizing=] ,
121
121
attempting to fit into the box’s constraints
122
122
while maintaining its [=preferred aspect ratio=] insofar as possible.
123
- See [[contain-fit-sizing]] .
123
+ See [[# contain-fit-sizing]] .
124
124
125
125
If the box has no [=preferred aspect ratio=] ,
126
126
applies [=stretch-fit sizing=] .
0 commit comments