Skip to content

Commit 0cd6a6b

Browse files
committed
[css-anchor-position-1] Use scrollable CB for position-area #10861
1 parent 8b60444 commit 0cd6a6b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,13 @@ what area of this [=position-area grid=] to lay out the positioned box in.
632632

633633
Values other than ''position-area/none'' have the following additional effects:
634634

635+
* The [=scrollable containing block=] is used in place of the [=local containing block=]
636+
where applicable,
637+
so that the entire [=scrollable overflow area=] (typically) is available
638+
for positioning.
639+
* Any ''top/auto'' [=inset properties=] resolve to ''0''.
635640
* The ''align-self/normal'' value for the [=self-alignment properties=]
636641
resolves to a corresponding value, see [[#position-area-alignment]].
637-
* Any ''top/auto'' [=inset properties=] resolve to ''0''.
638642

639643
<h4 id="position-area-grid-resolution">
640644
Resolving the Position Area Grid</h4>

0 commit comments

Comments
 (0)