Skip to content

Commit d32c836

Browse files
committed
[css-position-4] Fix the 'only render first box' to make more sense, and document where it came from.
1 parent 3680557 commit d32c836

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-position-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,11 @@ are rendered with the following qualities:
382382

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

385-
* If it consists of multiple layout boxes, the first box is used.
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.
386388

387-
Issue: Not sure what this means.
388-
Maybe it's talking about fragmentation?
389+
<!-- https://www.w3.org/Bugs/Public/show_bug.cgi?id=24523 -->
389390

390391
* It is rendered as an atomic unit as if it were a sibling of the document's root.
391392

0 commit comments

Comments
 (0)