Skip to content

Commit bd0c969

Browse files
committed
[css-sizing-3] Drop stray reference to stretch keyword, mention origins of box-sizing and min-*:auto
1 parent 0657297 commit bd0c969

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-sizing-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1358,9 +1358,9 @@ Additions since CSS Level 2</h3>
13581358
to the various automatic and content-based sizing algorithms,
13591359
the following new features have been added since [[CSS2]]:
13601360
<ul>
1361-
<li>The 'box-sizing' property
1362-
<li>The ''width/min-content'', ''width/max-content'', ''width/stretch'', and ''width/fit-content()'' values of the [=sizing properties=].
1363-
<li>The ''min-width/auto'' initial value of the 'min-width' and 'min-height' properties.
1361+
<li>The 'box-sizing' property (originally defined in [[CSS-UI-3]], then moved here).
1362+
<li>The ''width/min-content'', ''width/max-content'', and ''width/fit-content()'' values of the [=sizing properties=].
1363+
<li>The ''min-width/auto'' initial value of the 'min-width' and 'min-height' properties (originally defined in [[CSS-FLEXBOX-1]], then moved here).
13641364
</ul>
13651365

13661366
<h2 class=no-num id="acknowledgments">

0 commit comments

Comments
 (0)