@@ -3903,6 +3903,12 @@ Subgrids</h2>
3903
3903
The 'overflow' property does apply to <a>subgrids</a> ,
3904
3904
so that overflowing contents of the subgrid can be scrolled into view.
3905
3905
(Note: the act of scrolling does not affect layout.)
3906
+
3907
+ <li id="subgrid-relpos">
3908
+ [=Relative positioning=] applies to <a>subgrids</a> as normal,
3909
+ and shifts the box and its content together as usual.
3910
+ (Note: Relative positioning takes place after alignment,
3911
+ and does not affect track sizing.)
3906
3912
</ul>
3907
3913
3908
3914
<!--
@@ -5393,6 +5399,18 @@ Changes</h2>
5393
5399
Changes since the <a href="https://www.w3.org/TR/2020/CRD-css-grid-2-20201218/">18 December 2020 CR</a></h3>
5394
5400
5395
5401
<ul class="non-normative">
5402
+ Clarified how [=relative positioning=] applies to [=subgrids=] .
5403
+ (<a href="https://github.com/w3c/csswg-drafts/issues/7123">Issue 7123</a> )
5404
+ <blockquote>
5405
+ <ul>
5406
+ <li>
5407
+ <ins> [=Relative positioning=] applies to <a>subgrids</a> as normal,
5408
+ and shifts the box and its content together as usual.
5409
+ (Note: Relative positioning takes place after alignment,
5410
+ and does not affect track sizing.)</ins>
5411
+ </ul>
5412
+ </blockquote>
5413
+
5396
5414
<li id="change-2020-flex-intrinsic-ratios">
5397
5415
Changed intrinsic track space distribution <a href="#algo-spanning-flex-items">across flexible tracks</a>
5398
5416
for flex sums between zero and one to interpolate
0 commit comments