Skip to content

Commit 856392f

Browse files
committed
Rewrite flex's computed value to be more abstract to properly capture what's intended.
1 parent aa5f935 commit 856392f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,9 +1194,9 @@ <h2 id=flexibility><span class=secno>7. </span> Flexibility: the &lsquo;<a
11941194
<tr>
11951195
<th>Computed Value:
11961196

1197-
<td>for &lsquo;<code class=css>none</code>&rsquo;, &lsquo;<code
1198-
class=css>0 0 auto</code>&rsquo;. For all other values, the specified
1199-
value, with relative lengths converted to absolute lengths.
1197+
<td>Two integers for positive and negative flex, and either an absolute
1198+
length (if &lt;preferred-size> is given as a &lt;length>) or the
1199+
specified value for &lt;preferred-size>.
12001200

12011201
<tr>
12021202
<th>Media:
@@ -2640,9 +2640,9 @@ <h2 class=no-num id=property>Property index</h2>
26402640

26412641
<td>no
26422642

2643-
<td>for &lsquo;none&rsquo;, &lsquo;0 0 auto&rsquo;. For all other
2644-
values, the specified value, with relative lengths converted to
2645-
absolute lengths.
2643+
<td>Two integers for positive and negative flex, and either an absolute
2644+
length (if &lt;preferred-size> is given as a &lt;length>) or the
2645+
specified value for &lt;preferred-size>.
26462646

26472647
<td>visual
26482648

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ <h2 id='flexibility'>
587587
<td>no
588588
<tr>
589589
<th>Computed Value:
590-
<td>for ''none'', ''0 0 auto''. For all other values, the specified value, with relative lengths converted to absolute lengths.
590+
<td>Two integers for positive and negative flex, and either an absolute length (if &lt;preferred-size> is given as a &lt;length>) or the specified value for &lt;preferred-size>.
591591
<tr>
592592
<th>Media:
593593
<td>visual

0 commit comments

Comments
 (0)