File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<pre class='metadata'>
44Shortname : css-flexbox
55Level : 1
6- Status : LCWD
7- Deadline : 2014-10-25
6+ Status : ED
87Group : csswg
98ED : http://dev.w3.org/csswg/css-flexbox/
109TR : http://www.w3.org/TR/css-flexbox-1/
@@ -1709,14 +1708,16 @@ The 'flex-basis' property</h4>
17091708 The advantage of this is primarily that ''auto'' means “automatic”
17101709 both when it is specified for 'flex-basis' and when it is pulled in from 'width' /'height' .
17111710 It has the disadvantage (due to back-compat concerns) that the 'flex' shorthand had to be tweaked
1712- to expand ''flex: auto'' to ''flex: auto main-size'' rather than to ''flex: 1 auto'' .
1713- It is the currently-implemented option, but may be unshippable due to back-compat constraints.
1711+ to expand ''flex: auto'' to ''flex: 1 main-size'' rather than to ''flex: 1 auto'' .
1712+ This fix is currently implemented in WebKit and Gecko,
1713+ but may be unshippable due to back-compat constraints.
17141714 <dt> ''auto'' for size lookup; ''content'' <sup> 1</sup> for automatic sizing
17151715 <dd>
17161716 The advantage of this is that it will not break existing content:
17171717 a 'flex-basis' keyword for automatic sizing did not exist in the original CR,
17181718 so this option adds a new keyword but does not rename existing functionality.
1719- It therefore avoids the ''flex: auto'' ≠ ''flex: 1 auto'' inequality.
1719+ It therefore avoids the ''flex: auto'' ≠ ''flex: 1 auto'' inequality,
1720+ but maintains the ''flex-basis: auto'' ≠ ''width: auto'' inequality.
17201721 </dl>
17211722
17221723 The CSSWG is waiting for feedback from implementers on this issue.
You can’t perform that action at this time.
0 commit comments