We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a76454 commit b176e36Copy full SHA for b176e36
css-grid-3/Overview.bs
@@ -238,14 +238,11 @@ repeat(auto-fit)</h3>
238
<h3 id="masonry-layout-algorithm">
239
Masonry Layout Algorithm</h3>
240
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).
+ Items are placed in [=order-modified document order=].
244
245
For each of the tracks in the [=grid axis=],
246
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:
+ First for each item:
249
<ol>
250
<li>
251
If the item has an definite placement in the [=grid axis=],
0 commit comments