Skip to content

Commit d778758

Browse files
committed
[css-grid] Add issues for additional grid-auto-flow values, per WG resolution.
1 parent 70d5ad8 commit d778758

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

css-grid/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,6 +2404,10 @@ <h3 id=grid-auto-flow-property><span class=secno>6.3. </span> Automatic
24042404
turn, adding new columns as necessary.
24052405
</dl>
24062406

2407+
<p class=issue> Add a value for stacking items on top of each other?
2408+
2409+
<p class=issue> Add a value for flowing items together into a single slot?
2410+
24072411
<p> Auto-placement takes <a href="#grid-item"><i>grid items</i></a> in
24082412
<a href="#order"><code class=property>order</code></a>’-modified
24092413
document order.

css-grid/Overview.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,12 @@ <h3 id="grid-auto-flow-property">
18521852
adding new columns as necessary.
18531853
</dl>
18541854

1855+
<p class='issue'>
1856+
Add a value for stacking items on top of each other?
1857+
1858+
<p class='issue'>
1859+
Add a value for flowing items together into a single slot?
1860+
18551861
<p>
18561862
Auto-placement takes <i>grid items</i> in 'order'-modified document order.
18571863

0 commit comments

Comments
 (0)