Skip to content

Commit 3374b07

Browse files
committed
[css-position-3] Use the original (not grid-modified/anchor-modified) containing block for alignment safety. #10316
1 parent 05b9b2e commit 3374b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-position-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ Absolute Positioning Layout Model</h2>
908908
the box aligns at an "in-between" level of safety:
909909
it is ''unsafe''-aligned within its [=inset-modified containing block=],
910910
but shifted, if necessary, to not overflow
911-
the union of its [=absolute-position containing block=] and its [=inset-modified containing block=]--
911+
the union of its [=original containing block=] and its [=inset-modified containing block=]--
912912
unless it is larger than that rectangle, in which case it is start-aligned to it.
913913
</ol>
914914

0 commit comments

Comments
 (0)