Skip to content

Commit 57daf1c

Browse files
committed
[css-flexbox] Make informative statement informative and more explanatory.
1 parent 1d4e059 commit 57daf1c

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

css-flexbox/issues-lc-20140925.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Draft: http://www.w3.org/TR/2014/WD-css-flexbox-1-20140925/
22
Title: 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
----
516
Issue 1.
617
Summary: Use preferred size instead of max-content size
@@ -122,7 +133,7 @@ Summary: 'order' should affect speech/navigation order
122133
From: Bo Campbell
123134
Comment: https://lists.w3.org/Archives/Public/www-style/2015Jan/0119.html
124135
Response: 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
----
127138
Issue 17.
128139
Summary: Forced flex line breaking controls

0 commit comments

Comments
 (0)