Skip to content

Commit 0ccfd9b

Browse files
committed
[css-position-3] Spec that abspos/fixedpos forces an independent formatting context (as defined in css-display-3 currently). #7124
1 parent 61be66b commit 0ccfd9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-position-3/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,10 @@ Choosing A Positioning Scheme: 'position' property</h2>
295295
</div>
296296
</dl>
297297

298-
A 'position' value of ''position/absolute'' or ''position/fixed''
299-
[=blockifies=] the box
300-
and causes 'float' to compute to ''float/none''.
298+
A 'position' value of ''position/absolute'' or ''position/fixed''
299+
[=blockifies=] the box,
300+
causes 'float' to compute to ''float/none'',
301+
and forces the box to [=establish an independent formatting context=].
301302

302303
<h3 id="def-cb">
303304
Containing Blocks of Positioned Boxes</h3>

0 commit comments

Comments
 (0)