We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76714af commit 11d14edCopy full SHA for 11d14ed
1 file changed
css-grid-3/Overview.bs
@@ -1196,6 +1196,11 @@ Baseline Alignment</h3>
1196
and the last baseline set from the lowest [=alignment baseline=]
1197
among the [=grid items=] placed last in each track.
1198
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
+
1204
1205
<h2 id="pagination">
1206
Fragmentation</h2>
0 commit comments