Skip to content

Commit 0ef829e

Browse files
committed
[css-flexbox] Fix typo, clarify status of issue.
--HG-- extra : rebase_source : 0c4bada82396766b50c8e2a62e016b327b6796c8
1 parent 3cc6cab commit 0ef829e

2 files changed

Lines changed: 208 additions & 167 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<pre class='metadata'>
44
Shortname: css-flexbox
55
Level: 1
6-
Status: LCWD
7-
Deadline: 2014-10-25
6+
Status: ED
87
Group: csswg
98
ED: http://dev.w3.org/csswg/css-flexbox/
109
TR: 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'' &ne; ''flex: 1 auto'' inequality.
1719+
It therefore avoids the ''flex: auto'' &ne; ''flex: 1 auto'' inequality,
1720+
but maintains the ''flex-basis: auto'' &ne; ''width: auto'' inequality.
17201721
</dl>
17211722

17221723
The CSSWG is waiting for feedback from implementers on this issue.

0 commit comments

Comments
 (0)