File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -516,27 +516,29 @@ Masonry Cross Direction: the 'masonry-fill' property</h4>
516
516
517
517
<pre class=propdef>
518
518
Name : masonry-fill
519
- Value : normal | reverse
519
+ Value : tie-start | tie-end
520
520
Initial : normal
521
521
Inherited : no
522
522
Applies to : [=masonry containers=]
523
523
Computed value : as specified
524
524
Animation type : discrete
525
525
</pre>
526
526
527
- 'masonry-fill' determines what direction auto-placed items are laid out in
528
- when multiple tracks are tied for “shortest”.
527
+ Auto-placed [=masonry items=] are always placed
528
+ in whichever track is least filled at that moment.
529
+ When there are ties for "least filled",
530
+ 'masonry-fill' determines which track to choose.
529
531
530
532
<dl dfn-for=masonry-fill dfn-type=value>
531
- : <dfn>normal </dfn>
533
+ : <dfn>tie-start </dfn>
532
534
::
533
535
Ties are broken
534
- by filling the startmost track
536
+ by putting the item in the start-most tied position.
535
537
536
- : <dfn>reverse </dfn>
538
+ : <dfn>tie-end </dfn>
537
539
::
538
540
Ties are broken
539
- by filling the endmost track .
541
+ by putting the item in the end-most tied position .
540
542
</dl>
541
543
542
544
<h4 id=masonry-flow>
You can’t perform that action at this time.
0 commit comments