File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -238,14 +238,11 @@ repeat(auto-fit)</h3>
238238<h3 id="masonry-layout-algorithm">
239239Masonry 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=] ,
You can’t perform that action at this time.
0 commit comments