Skip to content

Commit b176e36

Browse files
committed
[css-grid-3] Remove definite-first ordering. #10260 #9988
1 parent 3a76454 commit b176e36

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

css-grid-3/Overview.bs

+2-5
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,11 @@ repeat(auto-fit)</h3>
238238
<h3 id="masonry-layout-algorithm">
239239
Masonry Layout Algorithm</h3>
240240

241-
Items are placed in [=order-modified document order=],
242-
but items with a definite placement are placed
243-
before items with an indefinite position (as in regular grid layout).
241+
Items are placed in [=order-modified document order=].
244242

245243
For each of the tracks in the [=grid axis=],
246244
keep a <dfn>running position</dfn> initialized to zero.
247-
First for each item with a definite placement in the [=grid axis=],
248-
then for each item with an indefinite placement:
245+
First for each item:
249246
<ol>
250247
<li>
251248
If the item has an definite placement in the [=grid axis=],

0 commit comments

Comments
 (0)