Skip to content

Commit abaa58e

Browse files
committed
[css-position-3] Make top layer boxes use ICB as staticpos rectangle. #9939
1 parent 064f9f8 commit abaa58e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-position-3/Overview.bs

+5
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,9 @@ Calculating the Static Position and the “Static-Position Rectangle”</h4>
839839
Lastly, all ''margin/auto'' margins on the box itself
840840
are treated as zero.
841841

842+
Boxes in the [=top layer=] always use the [=initial containing block=]
843+
as their [=static-position rectangle=].
844+
842845
<h4 id="abspos-breaking" oldids="breaking">
843846
Fragmenting Absolutely-positioned Elements</h4>
844847

@@ -1704,6 +1707,8 @@ Acknowledgments</h2>
17041707
to, by default, constrain the box to its [=containing block=].
17051708
See [[#abspos-layout]].
17061709
(<a href="https://github.com/w3c/csswg-drafts/issues/10316">Issue 10316</a>)
1710+
<li>Specified the [=static-position rectangle=] of [=top layer boxes=] to be the [=initial containing block=].
1711+
(<a href="https://github.com/w3c/csswg-drafts/issues/9939">Issue 9939</a>)
17071712
<li>Clarified that the [=fixed positioning containing block=]
17081713
corresponds to the [=layout viewport=] (specifically) in [=continuous media=].
17091714
(<a href="https://github.com/w3c/csswg-drafts/issues/6453">Issue 6453</a>)

0 commit comments

Comments
 (0)