File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' …
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' …
349352 </dl>
350353
351354<div class="example">
You can’t perform that action at this time.
0 commit comments