Skip to content

Commit 11d14ed

Browse files
committed
[css-grid-3][editorial] Add a note clarifying the meaning of 'placement' wrt baseline positioning. w3c#13165
1 parent 76714af commit 11d14ed

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css-grid-3/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,11 @@ Baseline Alignment</h3>
11961196
and the last baseline set from the lowest [=alignment baseline=]
11971197
among the [=grid items=] placed last in each track.
11981198

1199+
Note: Whether an item is “first” or “last” depends only on placement
1200+
(including ''grid-auto-flow/dense'' packing adjustments),
1201+
and is not affected by its actual position on the page,
1202+
e.g. negative margins or [=relative positioning=] are not considered.
1203+
11991204

12001205
<h2 id="pagination">
12011206
Fragmentation</h2>

0 commit comments

Comments
 (0)