@@ -2910,18 +2910,13 @@ Grid Item Placement Algorithm</h3>
29102910 If it is instead set to ''grid-auto-flow/column'' ,
29112911 swap all mentions of rows and columns, inline and block, etc. in this algorithm.
29122912
2913- 0. <strong> Re-order the grid items
2914- (and any absolutely-positioned grid container children)
2915- according to their 'order' .</strong>
2916- The grid items with the lowest (most negative) 'order' values are first in the ordering.
2917- If multiple grid items share an 'order' value,
2918- they're ordered by document order.
2919- This effectively changes the order of their boxes in the box-tree,
2920- and how the rest of this algorithm deals with the generated grid items.
2921-
2922- Note: Absolutely-positioned children of a grid container
2923- do not participate in grid layout,
2924- but are reordered together with any <a>grid item</a> children.
2913+ Note: The <a>auto-placement algorithm</a> works with the <a>grid items</a> in <a>order-modified grid order</a> ,
2914+ not their original document order.
2915+
2916+ 0. <strong> Generate anonymous grid items</strong>
2917+ as described in [[#grid-items]] .
2918+ (Anonymous <a>grid items</a> are always auto-placed,
2919+ since their boxes can't have any <a>grid-placement properties</a> specified.)
29252920
29262921 1. <strong> Position anything that's not auto-positioned.</strong>
29272922
0 commit comments