Skip to content

Commit d9d184c

Browse files
committed
[css-position-4] Remove the fragmentation thing entirely - fullscreening an element frag'd across a multicol makes it render fresh, so it's not in the multicol anymore...
1 parent bd8fd11 commit d9d184c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

css-position-4/Overview.bs

-6
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,6 @@ are rendered with the following qualities:
382382

383383
* Its parent stacking context is the root stacking context.
384384

385-
* If the element generates multiple boxes due to fragmentation,
386-
only the first such box is rendered;
387-
additional boxes are discarded without rendering.
388-
389-
<!-- https://www.w3.org/Bugs/Public/show_bug.cgi?id=24523 -->
390-
391385
* It is rendered as an atomic unit as if it were a sibling of the document's root.
392386

393387
Note: Ancestor elements with 'overflow', 'opacity', 'mask', etc. cannot affect it.

0 commit comments

Comments
 (0)