4
4
Shortname : css-flexbox
5
5
Level : 1
6
6
Status : CR
7
- Date : 2015 -01-05
8
- Deadline : 2015 -05-31
7
+ Date : 2016 -01-05
8
+ Deadline : 2016 -05-31
9
9
Work Status : Testing
10
10
Group : csswg
11
11
ED : http://dev.w3.org/csswg/css-flexbox/
@@ -2722,15 +2722,15 @@ Intrinsic Sizes</h3>
2722
2722
The <a>intrinsic sizing</a> of a <a>flex container</a> is used
2723
2723
to produce various types of content-based automatic sizing,
2724
2724
such as shrink-to-fit logical widths (which use the ''fit-content'' formula)
2725
- and content-based logical heights (which use the <a>max-content main size</a> ).
2725
+ and content-based logical heights (which use the <a>max-content size</a> ).
2726
2726
2727
2727
2728
2728
See [[!CSS3-SIZING]] for a definition of the terms in this section.
2729
2729
2730
2730
<h4 id='intrinsic-main-sizes'>
2731
2731
Flex Container Intrinsic Main Sizes</h4>
2732
2732
2733
- The <dfn> max-content main size</dfn > of a <a>flex container</a>
2733
+ The <strong> <a> max-content</a> <a> main size</a > of a <a>flex container</a> </strong >
2734
2734
is the smallest size the <a>flex container</a> can take
2735
2735
while maintaining the <a>max-content contributions</a> of its <a>flex items</a> :
2736
2736
@@ -2759,8 +2759,8 @@ Flex Container Intrinsic Main Sizes</h4>
2759
2759
largest sum of the afore-calculated sizes of all items within a single line.
2760
2760
</ol>
2761
2761
2762
- The <dfn> min-content main size</dfn > of a <em> <a>single-line</a> </em> flex container
2763
- is calculated identically to the <a>max-content main size</a> ,
2762
+ The <strong> <a> min-content</a> <a> main size</a> </strong > of a <em> <a>single-line</a> </em> flex container
2763
+ is calculated identically to the <a>max-content</a> <a> main size</a> ,
2764
2764
except that the <a>flex item’s</a> <a>min-content contribution</a> is used
2765
2765
instead of its <a>max-content contribution</a> .
2766
2766
However, for a <em> <a>multi-line</a> </em> container,
@@ -2770,12 +2770,12 @@ Flex Container Intrinsic Main Sizes</h4>
2770
2770
<h4 id='intrinsic-cross-sizes'>
2771
2771
Flex Container Intrinsic Cross Sizes</h4>
2772
2772
2773
- The <dfn> min-content cross size</dfn> and <dfn >max-content cross size</dfn > of a <em> <a>single-line</a> </em> <a>flex container</a>
2774
- is the largest <a>min-content contribution</a> or <a>max-content contribution</a> (respectively)
2773
+ The <strong> <a> min-content</a> / <a >max-content</a> <a> cross size</a> </strong > of a <em> <a>single-line</a> </em> <a>flex container</a>
2774
+ is the largest <a>min-content contribution</a> / <a>max-content contribution</a> (respectively)
2775
2775
of its <a>flex items</a> .
2776
2776
2777
2777
For a <em> <a>multi-line</a> </em> <a>flex container</a> ,
2778
- the <a>min-content cross size </a> /<a>max-content cross size</a>
2778
+ the <a>min-content</a> /<a>max-content</a> <a> cross size</a>
2779
2779
is the sum of the flex line cross sizes
2780
2780
resulting from sizing the flex container under a <a>cross-axis</a> <a>min-content constraint</a> /<a>max-content constraint</a> (respectively).
2781
2781
However, if the <a>flex container</a> is ''flex-flow: column wrap;'' ,
@@ -3462,7 +3462,7 @@ Substantive Changes and Bugfixes</h4>
3462
3462
Correct errors in <a>flex container</a> main-axis intrinsic sizing.
3463
3463
(<a href="https://drafts.csswg.org/css-flexbox/issues-lc-20150514#issue-1">Issue 1</a> )
3464
3464
<blockquote>
3465
- <p> The <a>max-content main size</a> of a <a>flex container</a>
3465
+ <p> The <a>max-content</a> <a> main size</a> of a <a>flex container</a>
3466
3466
is the smallest size the <a>flex container</a> can take
3467
3467
while maintaining the <a>max-content contributions</a> of its <a>flex items</a> :</p>
3468
3468
<ol>
@@ -3483,18 +3483,18 @@ Substantive Changes and Bugfixes</h4>
3483
3483
(<a href="https://drafts.csswg.org/css-flexbox/issues-lc-20150514#issue-12">Issue 12</a> )
3484
3484
<blockquote>
3485
3485
<del>
3486
- <p> The <a>min-content cross size</a> and <a>max-content cross size</a> of a flex container
3486
+ <p> The <a>min-content</a> <a> cross size</a> and <a>max-content</a> <a> cross size</a> of a flex container
3487
3487
are the <a>cross size</a> of the flex container
3488
3488
after performing layout into the given available <a>main-axis</a> space and infinite available <a>cross-axis</a> space.</p>
3489
3489
</del>
3490
3490
3491
3491
<ins>
3492
- <p> The <a>min-content cross size </a> and <a>max-content cross size</a> of a <em> <a>single-line</a> </em> <a>flex container</a>
3493
- is the largest <a>min-content contribution</a> or <a>max-content contribution</a> (respectively)
3492
+ <p> The <a>min-content</a> / <a>max-content</a> <a> cross size</a> of a <em> <a>single-line</a> </em> <a>flex container</a>
3493
+ is the largest <a>min-content contribution</a> / <a>max-content contribution</a> (respectively)
3494
3494
of its <a>flex items</a> .</p>
3495
3495
3496
3496
<p> For a <em> <a>multi-line</a> </em> <a>flex container</a> ,
3497
- the <a>min-content cross size </a> /<a>max-content cross size</a>
3497
+ the <a>min-content</a> /<a>max-content</a> <a> cross size</a>
3498
3498
is the sum of the flex line cross sizes
3499
3499
resulting from sizing the flex container under a <a>cross-axis</a> <a>min-content constraint</a> /<a>max-content constraint</a> (respectively).
3500
3500
However, if the <a>flex container</a> is ''flex-flow: column wrap;'' ,
@@ -4128,15 +4128,15 @@ Substantive Changes and Bugfixes</h4>
4128
4128
Intrinsic Sizes</h3>
4129
4129
-->
4130
4130
<p>
4131
- The <a>max-content main size</a> of a <a>flex container</a>
4131
+ The <a>max-content</a> <a> main size</a> of a <a>flex container</a>
4132
4132
is the sum of the flex container's items' <a>max-content contributions</a> in the <a>main axis</a> .
4133
- The <a>min-content main size</a> of a <a>single-line</a> flex container
4133
+ The <a>min-content</a> <a> main size</a> of a <a>single-line</a> flex container
4134
4134
is the sum of the flex container's items' <a>min-content contributions</a> in the <a>main axis</a> ;
4135
4135
for a <a>multi-line</a> container,
4136
4136
it is the largest of those contributions.
4137
4137
4138
4138
<p>
4139
- The <a>min-content cross size</a> and <a>max-content cross size</a> of a flex container
4139
+ The <a>min-content</a> <a> cross size</a> and <a>max-content</a> <a> cross size</a> of a flex container
4140
4140
are the <a>cross size</a> of the flex container
4141
4141
after performing layout into the given available <a>main-axis</a> space
4142
4142
and infinite available <a>cross-axis</a> space.
0 commit comments