File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3853,7 +3853,9 @@ Grid Sizing Algorithm</h3>
38533853 depends on the <a>block size</a> of its <a>grid area</a> .
38543854 Examples include wrapped column <a>flex containers</a> (''flex-flow: column wrap'' ),
38553855 <a>orthogonal flows</a> ('writing-mode' ),
3856- and <a spec=css-multicol>multi-column containers</a> .
3856+ <a spec=css-multicol>multi-column containers</a> ,
3857+ and items with an aspect-ratio (or with a child with an aspect ratio)
3858+ whose size depends on the size of the row.
38573859 </div>
38583860
38593861 <li>
Original file line number Diff line number Diff line change @@ -4412,7 +4412,9 @@ Grid Sizing Algorithm</h3>
44124412 depends on the <a>block size</a> of its <a>grid area</a> .
44134413 Examples include wrapped column <a>flex containers</a> (''flex-flow: column wrap'' ),
44144414 <a>orthogonal flows</a> ('writing-mode' ),
4415- and <a spec=css-multicol>multi-column containers</a> .
4415+ <a spec=css-multicol>multi-column containers</a> ,
4416+ and items with an aspect-ratio (or with a child with an aspect ratio)
4417+ whose size depends on the size of the row.
44164418 </div>
44174419
44184420 <li>
You can’t perform that action at this time.
0 commit comments