Skip to content

Commit 979567d

Browse files
committed
[css-position-3] Define the initial fixed containing block, and its relationship with the ICB. #11602
1 parent 8c092ad commit 979567d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-position-3/Overview.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ Containing Blocks of Positioned Boxes</h3>
289289
'transform', 'will-change', 'contain'&hellip;
290290

291291
If no ancestor establishes one,
292-
the [=fixed positioning containing block=] is:
292+
the box's [=fixed positioning containing block=]
293+
is the <dfn export>initial fixed containing block</dfn>:
293294

294295
* in [=continuous media=],
295296
the [=layout viewport=]
@@ -311,6 +312,10 @@ Containing Blocks of Positioned Boxes</h3>
311312
that extend outside the [=layout viewport=]/[=page area=]
312313
cannot be scrolled to
313314
and will not print.
315+
316+
The [=initial fixed containing block=]
317+
is the parent of the [=initial containing block=]
318+
in the [=containing block chain=].
314319
</dl>
315320

316321
<div class="example">

0 commit comments

Comments
 (0)