Skip to content

Commit afeb410

Browse files
committed
[css-grid-3] Tweak wording and expand note about dense packing empty spaces.
1 parent 5fce4e7 commit afeb410

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-grid-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ Grid Lanes Layout and Placement Algorithm</h3>
869869

870870
<li>
871871
If the [=grid lanes container=] uses ''item-pack/dense'' packing,
872-
and there exists skipped empty space in the layout
872+
and there exists skipped spaces in the layout
873873
(e.g. due to spanning items)
874874
into which the item, as it is sized now,
875875
could have fit if it were placed earlier,
@@ -881,11 +881,11 @@ Grid Lanes Layout and Placement Algorithm</h3>
881881
Rewind the [=auto-placement cursor=] and the [=running position=]
882882
to their values before this item’s placement.
883883

884-
Items that <em>visually</em> intrude into preceding empty spaces
884+
Note: Items that <em>visually</em> intrude into preceding empty spaces
885885
(via negative margins, ''position: relative'', transforms, etc.),
886886
do not affect the size of those empty spaces.
887-
<span class=note>Later items might get placed in those spaces
888-
and visually overlap these previous items.</span>
887+
Later items can get placed in those spaces
888+
and visually overlap these previous items.
889889

890890
Note: Dense packing both ignores the [=auto-placement cursor=] when backfilling,
891891
and does not update it after placement.

0 commit comments

Comments
 (0)