File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1525,7 +1525,10 @@ The 'flex' Shorthand</h3>
15251525 relative to the rest of the <a>flex items</a> in the flex container
15261526 when negative free space is distributed.
15271527 When omitted, it is set to ''1'' .
1528- The <a>flex shrink factor</a> is multiplied by the <a>flex basis</a> when distributing negative space.
1528+
1529+ Note: The <a>flex shrink factor</a> is multiplied by the <a>flex base size</a> when distributing negative space.
1530+ This distributes negative space in proportion to how much the item is able to shrink,
1531+ so that e.g. a small item won't shrink to zero before a larger item has been noticeably reduced.
15291532
15301533 <dt> <dfn><<'flex-basis'>></dfn>
15311534 <dd>
@@ -1542,7 +1545,8 @@ The 'flex' Shorthand</h3>
15421545 If the specified 'flex-basis' is ''flex-basis/auto'' ,
15431546 the used <a>flex basis</a> is the computed value of the flex item’s <a>main size property</a> .
15441547 If that value is itself ''width/auto'' ,
1545- then the used <a>flex basis</a> is automatically-determined based on its content (i.e. ''content'' ).
1548+ then the used <a>flex basis</a> is automatically-determined based on its content
1549+ (i.e. sized as for ''content'' ).
15461550
15471551 <dt> <dfn>none</dfn>
15481552 <dd>
Original file line number Diff line number Diff line change 11Draft: http://www.w3.org/TR/2014/WD-css-flexbox-1-20140925/
22Title: CSS Flexible Box Layout Level 1
33
4+ Overflow issues for next DoC:
5+ - https://lists.w3.org/Archives/Public/www-style/2015Feb/0377.html
6+ https://lists.w3.org/Archives/Public/www-style/2015Feb/0428.html
7+ Request for clarification
8+ - https://lists.w3.org/Archives/Public/www-style/2015Feb/0411.html
9+ Compat risk warning
10+ - https://lists.w3.org/Archives/Public/www-style/2015Feb/0255.html
11+ True shrinkwrapping. More of a Sizing issue.
12+ - https://lists.w3.org/Archives/Public/www-style/2015Feb/0299.html
13+ Bunch of stuff to reject/defer
14+
415----
516Issue 1.
617Summary: Use preferred size instead of max-content size
@@ -122,7 +133,7 @@ Summary: 'order' should affect speech/navigation order
122133From: Bo Campbell
123134Comment: https://lists.w3.org/Archives/Public/www-style/2015Jan/0119.html
124135Response: https://lists.w3.org/Archives/Public/www-style/2015Jan/0121.html
125- Open: Rejected, but still under discussion by WG.
136+ Closed: Rejected, but still under discussion by WG.
126137----
127138Issue 17.
128139Summary: Forced flex line breaking controls
You can’t perform that action at this time.
0 commit comments