File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1469,6 +1469,9 @@ Flexibility</h2>
14691469 A flex container distributes free space to its items (proportional to their <a>flex grow factor</a> ) to fill the container,
14701470 or shrinks them (proportional to their <a>flex shrink factor</a> ) to prevent overflow.
14711471
1472+ A <a>flex item</a> is <dfn>inflexible</dfn>
1473+ if both its 'flex-grow' and 'flex-shrink' values are zero,
1474+ and <dfn>flexible</dfn> otherwise.
14721475
14731476<h3 id='flex-property'>
14741477The 'flex' Shorthand</h3>
@@ -1718,7 +1721,7 @@ The 'flex-basis' property</h4>
17181721 For example, percentage values of 'flex-basis' are resolved against
17191722 the flex item's containing block (i.e. its <a>flex container</a> );
17201723 and if that containing block's size is <a>indefinite</a> ,
1721- 'flex-basis' becomes ''content'' .
1724+ the used value for 'flex-basis' is ''content'' .
17221725 As another corollary,
17231726 'flex-basis' determines the size of the content box,
17241727 unless otherwise specified
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0121.html
1717Response: https://lists.w3.org/Archives/Public/www-style/2016Apr/0037.html
1818Changes: https://hg.csswg.org/drafts/rev/88ade2efb4e8
1919Closed: Accepted
20+ Verified: https://lists.w3.org/Archives/Public/www-style/2016Apr/0038.html
2021Resolved: Editorial
2122----
2223Issue 3.
@@ -91,3 +92,11 @@ Response: https://lists.w3.org/Archives/Public/www-style/2016Mar/0439.html
9192Closed: Accepted
9293Resolved: Bugfix
9394----
95+ Issue 11.
96+ Summary: Define “inflexible”
97+ From: Christian Biesinger
98+ Comment: https://lists.w3.org/Archives/Public/www-style/2016Apr/0052.html
99+ Response:
100+ Closed: Accepted
101+ Resolved: Bugfix
102+ ----
You can’t perform that action at this time.
0 commit comments