File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments