Skip to content

Commit 264fce1

Browse files
committed
Specify that flex-basis:auto computes to the main size property.
--HG-- extra : rebase_source : 63d506223ecb8b6819607b2a73c43d10678f6bd7
1 parent 04f1b9e commit 264fce1

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,8 @@ <h3 id=flex-components><span class=secno>7.1. </span> Components of
15941594
<tr>
15951595
<th>Computed Value:
15961596

1597-
<td>an absolute length, or a percentage or a keyword as specified
1597+
<td>an absolute length, or a percentage or a keyword as specified, but
1598+
see text for &lsquo;<code class=css>auto</code>&rsquo;
15981599

15991600
<tr>
16001601
<th>Media:
@@ -1620,8 +1621,8 @@ <h3 id=flex-components><span class=secno>7.1. </span> Components of
16201621

16211622
<p> If the <var>&lt;&apos;width&apos;></var> component is &lsquo;<code
16221623
class=css>auto</code>&rsquo; on a child of a <a
1623-
href="#flexbox"><i>flexbox</i></a>, the used <a href="#flex-basis"><i>flex
1624-
basis</i></a> is the computed value of the <a
1624+
href="#flexbox"><i>flexbox</i></a>, the computed value of <a
1625+
href="#flex-basis0"><i>flex-basis</i></a> is the computed value of the <a
16251626
href="#main-size-property"><i>main size property</i></a>.
16261627

16271628
<h2 id=alignment><span class=secno>8. </span> Alignment</h2>
@@ -3126,7 +3127,8 @@ <h2 class=no-num id=property>Property index</h2>
31263127

31273128
<td>no
31283129

3129-
<td>an absolute length, or a percentage or a keyword as specified
3130+
<td>an absolute length, or a percentage or a keyword as specified, but
3131+
see text for &lsquo;auto&rsquo;
31303132

31313133
<td>visual
31323134

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ <h3 id='flex-components'>
10321032
<td>no
10331033
<tr>
10341034
<th>Computed Value:
1035-
<td>an absolute length, or a percentage or a keyword as specified
1035+
<td>an absolute length, or a percentage or a keyword as specified, but see text for ''auto''
10361036
<tr>
10371037
<th>Media:
10381038
<td>visual
@@ -1050,7 +1050,7 @@ <h3 id='flex-components'>
10501050

10511051
<p>
10521052
If the <var>&lt;&apos;width&apos;></var> component is ''auto'' on a child of a <i>flexbox</i>,
1053-
the used <i>flex basis</i> is the computed value of the <i>main size property</i>.
1053+
the computed value of <i>flex-basis</i> is the computed value of the <i>main size property</i>.
10541054

10551055
<h2 id='alignment'>
10561056
Alignment</h2>

0 commit comments

Comments
 (0)