Skip to content

Commit 611ca28

Browse files
committed
[css-grid] Whoops, nope, order-modified *document* order. Order-modified grid order doesn't even exist until *after* auto-placement.
1 parent 7550131 commit 611ca28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2910,7 +2910,7 @@ 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-
Note: The <a>auto-placement algorithm</a> works with the <a>grid items</a> in <a>order-modified grid order</a>,
2913+
Note: The <a>auto-placement algorithm</a> works with the <a>grid items</a> in <a>order-modified document order</a>,
29142914
not their original document order.
29152915

29162916
0. <strong>Generate anonymous grid items</strong>

0 commit comments

Comments
 (0)