Skip to content

Commit da98b8f

Browse files
committed
[css-grid][editorial] Add mention of aspect-ratio to the note listing possible causes for running steps 3/4 of Grid Layout. w3c#6356
1 parent c184924 commit da98b8f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

css-grid-1/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

css-grid-2/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)