@@ -440,11 +440,11 @@ Flex Layout Box Model and Terminology</h2>
440
440
<dt class='size'> main size
441
441
<dt class='size'> main size property
442
442
<dd>
443
- A <a>flex item </a> ’s width or height ,
443
+ The width or height of a <a>flex container </a> or <a>flex item</a> ,
444
444
whichever is in the <a>main dimension</a> ,
445
- is the item' s <dfn lt="main size|main-size">main size</dfn> .
446
- The <a>flex item</a> ’s <dfn lt="main size property|max main size property|min main size property">main size property</dfn> is
447
- either the 'width' or 'height' property,
445
+ is that box’ s <dfn lt="main size|main-size">main size</dfn> .
446
+ Its <dfn lt="main size property|max main size property|min main size property">main size property</dfn> is
447
+ thus either its 'width' or 'height' property,
448
448
whichever is in the <a>main dimension</a> .
449
449
</dl>
450
450
@@ -465,11 +465,12 @@ Flex Layout Box Model and Terminology</h2>
465
465
<dt class='size'> cross size
466
466
<dt class='size'> cross size property
467
467
<dd>
468
- The width or height of a <a>flex item</a> ,
468
+ The width or height of a <a>flex container</a> or <a>flex item</a> ,
469
469
whichever is in the <a>cross dimension</a> ,
470
- is the item's <dfn lt="cross size | cross-size">cross size</dfn> .
471
- The <dfn lt="cross size property|max cross size property|min cross size property">cross size property</dfn> is
472
- whichever of 'width' or 'height' that is in the <a>cross dimension</a> .
470
+ is that box’s <dfn lt="cross size | cross-size">cross size</dfn> .
471
+ Its <dfn lt="cross size property|max cross size property|min cross size property">cross size property</dfn> is
472
+ thus either its 'width' or 'height' property,
473
+ whichever is in the <a>cross dimension</a> .
473
474
</dl>
474
475
475
476
Additional sizing terminology used in this specification
@@ -3460,6 +3461,9 @@ Substantive Changes and Bugfixes</h4>
3460
3461
<h4 id="change-201605-clarify">
3461
3462
Clarifications</h4>
3462
3463
<ul>
3464
+ <li> Made sure that <a>main size</a> and <a>cross size</a> are defined
3465
+ for <a>flex containers</a> as well as for <a>flex items</a> .
3466
+ (<a href="https://github.com/w3c/csswg-drafts/issues/981">Issue 981</a> )
3463
3467
</ul>
3464
3468
3465
3469
<h3 id="changes-20160301">
0 commit comments