Skip to content

Commit 8f60029

Browse files
committed
[css-position-3] Parallel notes wrt properties that create containing blocks. <https://lists.w3.org/Archives/Public/www-style/2020Apr/0021.html>
1 parent d682cc5 commit 8f60029

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

css-position-3/Overview.bs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,9 @@ Containing Blocks of Positioned Boxes</h3>
329329
the [=absolute positioning containing block=] is
330330
the [=initial containing block=].
331331

332-
Note: The 'position' property causes an element to establish an [=absolute positioning containing block=]
333-
for any value other than ''static'';
334-
other properties, such as 'contain',
335-
can also do so.
332+
Note: Properties that can cause a box to establish
333+
an [=absolute positioning containing block=] include
334+
'position', 'transform', 'will-change', 'contain'&hellip;
336335

337336
<dt id="fixed-cb">If the box has ''position: fixed'':
338337
<dd>
@@ -346,6 +345,10 @@ Containing Blocks of Positioned Boxes</h3>
346345
the [=viewport=] in the case of [=continuous media=],
347346
or the [=page area=] in the case of [=paged media=].
348347
See [[#fixpos-insets]].
348+
349+
Note: Properties that can cause a box to establish
350+
an [=fixed positioning containing block=] include
351+
'transform', 'will-change', 'contain'&hellip;
349352
</dl>
350353

351354
<div class="example">

0 commit comments

Comments
 (0)