Skip to content

Commit b3dc88e

Browse files
committed
[css-grid] Add some issues about placement wording.
1 parent 6aac30e commit b3dc88e

2 files changed

Lines changed: 115 additions & 95 deletions

File tree

css-grid/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,9 @@ Sizing Auto-generated Rows and Columns: the 'grid-auto-rows' and 'grid-auto-colu
15291529
stacked atop one another.
15301530
(This happens even if the auto-placed item is greater than 1×1,
15311531
even if doing so would cause it to overlap explicitly-placed <a>grid items</a>.)
1532+
1533+
Issue: Need to clarify what "placed there" means.
1534+
(See the <a>auto-placement algorithm</a> for details.)
15321535
</dl>
15331536

15341537
Note: A future level of this module is expected to add a value that flows auto-positioned items together into a single “default” cell.
@@ -2323,6 +2326,10 @@ Grid Item Placement Algorithm</h3>
23232326
</ol>
23242327
</dl>
23252328

2329+
Issue: This needs to be setting up the containing block for the item,
2330+
not explicitly positioning the item's edges.
2331+
(Alignment properties can change where in the specified area it actually sits.)
2332+
23262333
If 'grid-auto-flow' specifies the ''dense'' keyword,
23272334
reset the <a>auto-placement cursor</a> to 1/1 each time an item is placed.
23282335
</ol>

0 commit comments

Comments
 (0)