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 3680557 commit d32c836Copy full SHA for d32c836
css-position-4/Overview.bs
@@ -382,10 +382,11 @@ are rendered with the following qualities:
382
383
* Its parent stacking context is the root stacking context.
384
385
-* If it consists of multiple layout boxes, the first box is used.
+* 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
- Issue: Not sure what this means.
- Maybe it's talking about fragmentation?
389
+ <!-- https://www.w3.org/Bugs/Public/show_bug.cgi?id=24523 -->
390
391
* It is rendered as an atomic unit as if it were a sibling of the document's root.
392
0 commit comments