We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61be66b commit 0ccfd9bCopy full SHA for 0ccfd9b
css-position-3/Overview.bs
@@ -295,9 +295,10 @@ Choosing A Positioning Scheme: 'position' property</h2>
295
</div>
296
</dl>
297
298
-A 'position' value of ''position/absolute'' or ''position/fixed''
299
-[=blockifies=] the box
300
-and causes 'float' to compute to ''float/none''.
+ A 'position' value of ''position/absolute'' or ''position/fixed''
+ [=blockifies=] the box,
+ causes 'float' to compute to ''float/none'',
301
+ and forces the box to [=establish an independent formatting context=].
302
303
<h3 id="def-cb">
304
Containing Blocks of Positioned Boxes</h3>
0 commit comments