44Shortname : css-flexbox
55Level : 1
66Status : CR
7- Date : 2015 -01-05
8- Deadline : 2015 -05-31
7+ Date : 2016 -01-05
8+ Deadline : 2016 -05-31
99Work Status : Testing
1010Group : csswg
1111ED : http://dev.w3.org/csswg/css-flexbox/
@@ -2722,15 +2722,15 @@ Intrinsic Sizes</h3>
27222722 The <a>intrinsic sizing</a> of a <a>flex container</a> is used
27232723 to produce various types of content-based automatic sizing,
27242724 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> ).
27262726
27272727
27282728 See [[!CSS3-SIZING]] for a definition of the terms in this section.
27292729
27302730<h4 id='intrinsic-main-sizes'>
27312731Flex Container Intrinsic Main Sizes</h4>
27322732
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 >
27342734 is the smallest size the <a>flex container</a> can take
27352735 while maintaining the <a>max-content contributions</a> of its <a>flex items</a> :
27362736
@@ -2759,8 +2759,8 @@ Flex Container Intrinsic Main Sizes</h4>
27592759 largest sum of the afore-calculated sizes of all items within a single line.
27602760 </ol>
27612761
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> ,
27642764 except that the <a>flex item’s</a> <a>min-content contribution</a> is used
27652765 instead of its <a>max-content contribution</a> .
27662766 However, for a <em> <a>multi-line</a> </em> container,
@@ -2770,12 +2770,12 @@ Flex Container Intrinsic Main Sizes</h4>
27702770<h4 id='intrinsic-cross-sizes'>
27712771Flex Container Intrinsic Cross Sizes</h4>
27722772
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)
27752775 of its <a>flex items</a> .
27762776
27772777 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>
27792779 is the sum of the flex line cross sizes
27802780 resulting from sizing the flex container under a <a>cross-axis</a> <a>min-content constraint</a> /<a>max-content constraint</a> (respectively).
27812781 However, if the <a>flex container</a> is ''flex-flow: column wrap;'' ,
@@ -3462,7 +3462,7 @@ Substantive Changes and Bugfixes</h4>
34623462 Correct errors in <a>flex container</a> main-axis intrinsic sizing.
34633463 (<a href="https://drafts.csswg.org/css-flexbox/issues-lc-20150514#issue-1">Issue 1</a> )
34643464 <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>
34663466 is the smallest size the <a>flex container</a> can take
34673467 while maintaining the <a>max-content contributions</a> of its <a>flex items</a> :</p>
34683468 <ol>
@@ -3483,18 +3483,18 @@ Substantive Changes and Bugfixes</h4>
34833483 (<a href="https://drafts.csswg.org/css-flexbox/issues-lc-20150514#issue-12">Issue 12</a> )
34843484 <blockquote>
34853485 <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
34873487 are the <a>cross size</a> of the flex container
34883488 after performing layout into the given available <a>main-axis</a> space and infinite available <a>cross-axis</a> space.</p>
34893489 </del>
34903490
34913491 <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)
34943494 of its <a>flex items</a> .</p>
34953495
34963496 <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>
34983498 is the sum of the flex line cross sizes
34993499 resulting from sizing the flex container under a <a>cross-axis</a> <a>min-content constraint</a> /<a>max-content constraint</a> (respectively).
35003500 However, if the <a>flex container</a> is ''flex-flow: column wrap;'' ,
@@ -4128,15 +4128,15 @@ Substantive Changes and Bugfixes</h4>
41284128 Intrinsic Sizes</h3>
41294129 -->
41304130 <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>
41324132 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
41344134 is the sum of the flex container's items' <a>min-content contributions</a> in the <a>main axis</a> ;
41354135 for a <a>multi-line</a> container,
41364136 it is the largest of those contributions.
41374137
41384138 <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
41404140 are the <a>cross size</a> of the flex container
41414141 after performing layout into the given available <a>main-axis</a> space
41424142 and infinite available <a>cross-axis</a> space.
0 commit comments