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