Skip to content

Commit 644b4ec

Browse files
committed
[css-flexbox-1] Remove explicit mention of 'inner' size from aspect-ratio calculation, so 'aspect-ratio' text can apply instead. #5246
1 parent b03800d commit 644b4ec

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

css-flexbox-1/Overview.bs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2555,7 +2555,7 @@ Line Length Determination</h3>
25552555
<li>a <a>definite</a> <a>cross size</a>,
25562556
</ul>
25572557
then the <a>flex base size</a> is calculated from
2558-
its <a lt="used value">used</a> <a lt="inner size">inner</a> <a>cross size</a>
2558+
its <a lt="used value">used</a> <a>cross size</a>
25592559
and the <a>flex item</a>’s intrinsic aspect ratio.
25602560

25612561
<li>
@@ -3756,6 +3756,17 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
37563756
</ul>
37573757
</del>
37583758
</blockquote>
3759+
3760+
<li id="change-2018-aspect-ratio-box">
3761+
Removed explicit mention of which box to use for calculating aspect-ratio,
3762+
to allow for behavior introduced by the new 'aspect-ratio' property in [[css-sizing-4]].
3763+
(<a href="https://github.com/w3c/csswg-drafts/issues/5246/">Issue 5246</a>)
3764+
3765+
<blockquote>
3766+
then the flex base size is calculated from
3767+
its used <del>inner</del> cross size
3768+
and the flex item’s intrinsic aspect ratio.
3769+
</blockquote>
37593770
</ul>
37603771

37613772
<h3 id="changes-20171016">

0 commit comments

Comments
 (0)