@@ -4025,8 +4025,6 @@ With a Grid Container as Parent</h3>
4025
4025
is determined as if it were the sole grid item
4026
4026
in a <a>grid area</a>
4027
4027
whose edges coincide with the content edges of the <a>grid container</a> .
4028
- However, if the <a>grid container</a> parent is also the generator of the absolutely positioned element's <a>containing block</a> ,
4029
- instead use the <a>grid area</a> determined in [[#abspos-items]] .
4030
4028
4031
4029
Note: Note that this position is affected by the values of 'justify-self' and 'align-self' on the child,
4032
4030
and that, as in most other layout models,
@@ -5491,6 +5489,20 @@ Changes since the <a href="https://www.w3.org/TR/2020/CRD-css-grid-2-20201218/">
5491
5489
<a href="http://www.w3.org/TR/css-grid-1/#change-2016-stretch-algo">earlier change</a>
5492
5490
to better incorporate ''justify-content/stretch'' handling into the algorithm.
5493
5491
(<a href="https://github.com/w3c/csswg-drafts/issues/5966">Issue 5966</a> )
5492
+
5493
+ <li id="change-2020-static-position">
5494
+ Remove [=static position=] sensitivity to the [=grid-placement properties=] ,
5495
+ relying always on the [=grid container=] [=content box=] .
5496
+ (<a href="https://github.com/w3c/csswg-drafts/issues/7661">Issue 7661</a> )
5497
+ <blockquote>
5498
+ <p> The <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">static position</a> [[!CSS2]]
5499
+ of an absolutely-positioned child of a <a>grid container</a>
5500
+ is determined as if it were the sole grid item
5501
+ in a <a>grid area</a>
5502
+ whose edges coincide with the content edges of the <a>grid container</a> .
5503
+ <del> However, if the <a>grid container</a> parent is also the generator of the absolutely positioned element's <a>containing block</a> ,
5504
+ instead use the <a>grid area</a> determined in [[#abspos-items]] .</del>
5505
+ </blockquote>
5494
5506
</ul>
5495
5507
5496
5508
<h3 id="changes-202008">
0 commit comments