Skip to content

Commit 319c92e

Browse files
committed
[css-flexbox] Define inflexible
1 parent e106376 commit 319c92e

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

css-flexbox/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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'>
14741477
The '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

css-flexbox/issues-cr-20160301.bsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0121.html
1717
Response: https://lists.w3.org/Archives/Public/www-style/2016Apr/0037.html
1818
Changes: https://hg.csswg.org/drafts/rev/88ade2efb4e8
1919
Closed: Accepted
20+
Verified: https://lists.w3.org/Archives/Public/www-style/2016Apr/0038.html
2021
Resolved: Editorial
2122
----
2223
Issue 3.
@@ -91,3 +92,11 @@ Response: https://lists.w3.org/Archives/Public/www-style/2016Mar/0439.html
9192
Closed: Accepted
9293
Resolved: 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+
----

0 commit comments

Comments
 (0)