We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c092ad commit 979567dCopy full SHA for 979567d
1 file changed
css-position-3/Overview.bs
@@ -289,7 +289,8 @@ Containing Blocks of Positioned Boxes</h3>
289
'transform', 'will-change', 'contain'…
290
291
If no ancestor establishes one,
292
- the [=fixed positioning containing block=] is:
+ the box's [=fixed positioning containing block=]
293
+ is the <dfn export>initial fixed containing block</dfn>:
294
295
* in [=continuous media=],
296
the [=layout viewport=]
@@ -311,6 +312,10 @@ Containing Blocks of Positioned Boxes</h3>
311
312
that extend outside the [=layout viewport=]/[=page area=]
313
cannot be scrolled to
314
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=].
319
</dl>
320
321
<div class="example">
0 commit comments