Skip to content

Commit cc97bde

Browse files
committed
[css-position-4] Specify that scrollable containing block exists on the root scroller too. w3c#10861
1 parent dd13427 commit cc97bde

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-position-4/Overview.bs

+6
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,12 @@ the [=scrollable containing block=] generated by an element
370370
is considered a child of the element's normal [=containing block=],
371371
and a parent of any containing blocks generated by its descendants.
372372

373+
This also applies to the [=root scroller=];
374+
a [=scrollable containing block=] that corresponds
375+
to the padding edges of the entire document
376+
is generated,
377+
and is considered a child of the [=initial containing block=].
378+
373379
The [=scrollable containing block=] is not used by default,
374380
but certain CSS features
375381
(such as 'position-area')

0 commit comments

Comments
 (0)