Skip to content

Commit fbf5cdf

Browse files
committed
[css-sizing-4] Fix Bikeshed errors
1 parent 941b722 commit fbf5cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-sizing-4/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ New Sizing Values: the ''stretch'', ''fit-content'', and ''contain'' keywords</h
100100

101101
<pre class="propdef partial">
102102
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
104104
</pre>
105105

106106
<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
113113
<dt><dfn>fit-content</dfn>
114114
<dd>
115115
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'')).
117117

118118
<dt><dfn>contain</dfn>
119119
If the box has a [=preferred aspect ratio=],
120120
applies [=contain-fit sizing=],
121121
attempting to fit into the box’s constraints
122122
while maintaining its [=preferred aspect ratio=] insofar as possible.
123-
See [[contain-fit-sizing]].
123+
See [[#contain-fit-sizing]].
124124

125125
If the box has no [=preferred aspect ratio=],
126126
applies [=stretch-fit sizing=].

0 commit comments

Comments
 (0)