File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ <h2>Dependencies on other modules</h2>
137137 properties and values
138138 < li > < cite > CSS Values and Units Module</ cite > [[!CSS3VAL]] –
139139 definitions of value types < dfn > < var > <number></ var > </ dfn > ,
140+ < dfn > < var > <percentage></ var > </ dfn > ,
140141 < dfn > < var > <angle></ var > </ dfn > and
141142 < dfn > < var > <length></ var > </ dfn > ; defines the terms < dfn > computed
142143 value</ dfn > and < dfn > used value.</ dfn >
@@ -1501,6 +1502,14 @@ <h3>The margin properties</h3>
15011502 block</ em > is < em > horizontal,</ em > otherwise the height
15021503</ table >
15031504
1505+ < div class =issue >
1506+ < p > Add a stretch value to allow vertical distribution of blocks in a
1507+ fixed-height containing block? css3-flexbox currently (May 2012)
1508+ proposes to use ''auto'', but in normal flow we need something else,
1509+ because ''auto'' already means ''0'' there.
1510+
1511+ < pre class =prod > < var > <stretch></ var > = fill( [ < var > <length></ var > | < var > <percentage></ var > ] )</ pre >
1512+ </ div >
15041513< p > These properties set the thickness of the < em > margin area</ em > . The value
15051514may be negative.
15061515
You can’t perform that action at this time.
0 commit comments