Skip to content

Commit 96a187c

Browse files
committed
Added reference to percentage in css3-value. Added issue about
stretching margins for distributing blocks vertically.
1 parent 95edabe commit 96a187c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

css3-box/Overview.src.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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]] &ndash;
139139
definitions of value types <dfn><var>&lt;number&gt;</var></dfn>,
140+
<dfn><var>&lt;percentage&gt;</var></dfn>,
140141
<dfn><var>&lt;angle&gt;</var></dfn> and
141142
<dfn><var>&lt;length&gt;</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>&lt;stretch&gt;</var> = fill( [ <var>&lt;length&gt;</var> | <var>&lt;percentage&gt;</var> ] )</pre>
1512+
</div>
15041513
<p>These properties set the thickness of the <em>margin area</em>. The value
15051514
may be negative.
15061515

0 commit comments

Comments
 (0)