@@ -1615,14 +1615,21 @@ <h3 id=flex-components><span class=secno>7.1. </span> Components of
16151615 class =property > flex-basis</ code > </ a > ’ property sets the < a
16161616 href ="#flex-basis "> < i > flex basis</ i > </ a > . Negative lengths are invalid.
16171617
1618- < p > If the < var > <'width' > </ var > component is ‘< a
1619- href =" #flex-item-align-auto " > < code class =css > auto</ code > </ a > ’ on a < a
1620- href =" #flexbox-item " > < i > flexbox item</ i > </ a > , the computed value of < a
1618+ < p > If the value is ‘< a href =" #flex-item-align-auto " > < code
1619+ class =css > auto</ code > </ a > ’ on a < a href =" #flexbox-item " > < i > flexbox
1620+ item</ i > </ a > , the computed value of < a
16211621 href ="#flex-basis0 "> < i > flex-basis</ i > </ a > is the computed value of the
16221622 element's < a href ="#main-size-property "> < i > main size property</ i > </ a > .
16231623 Otherwise, ‘< a href ="#flex-item-align-auto "> < code
16241624 class =css > auto</ code > </ a > ’ computes to itself.
16251625
1626+ < p > Like the ‘< code class =property > width</ code > ’ and ‘< code
1627+ class =property > height</ code > ’ properties, ‘< a
1628+ href ="#flex-basis0 "> < code class =property > flex-basis</ code > </ a > ’
1629+ determines the size of the content box, unless otherwise specified such as
1630+ by ‘< code class =property > box-sizing</ code > ’ < a href ="#CSS3UI "
1631+ rel =biblioentry > [CSS3UI]<!--{{CSS3UI}}--> </ a > .
1632+
16261633 < h2 id =alignment > < span class =secno > 8. </ span > Alignment</ h2 >
16271634
16281635 < p > After a flexbox's contents have finished their flexing and the
@@ -3054,6 +3061,16 @@ <h3 class=no-num id=informative>Other references</h3>
30543061 < dl class =bibliography >
30553062 < dt style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
30563063 <!---->
3064+
3065+ < dt id =CSS3UI > [CSS3UI]
3066+
3067+ < dd > Tantek Çelik. < a
3068+ href ="http://www.w3.org/TR/2012/WD-css3-ui-20120117/ "> < cite > CSS Basic
3069+ User Interface Module Level 3 (CSS3 UI).</ cite > </ a > 17 January 2012. W3C
3070+ Working Draft. (Work in progress.) URL: < a
3071+ href ="http://www.w3.org/TR/2012/WD-css3-ui-20120117/ "> http://www.w3.org/TR/2012/WD-css3-ui-20120117/</ a >
3072+ </ dd >
3073+ <!---->
30573074 </ dl >
30583075 <!--end-informative-->
30593076
0 commit comments