We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1df04 commit f08c0d1Copy full SHA for f08c0d1
css-break-3/Overview.bs
@@ -793,6 +793,17 @@ Optimizing Unforced Breaks</h3>
793
</ul>
794
</div>
795
796
+ Additionally, CSS imposes one requirement:
797
+ a zero-sized <a>box fragment</a>,
798
+ since it does not take up space,
799
+ must appear on the earlier side of a <a>fragmentation break</a>
800
+ if it is able to fit within the <a>fragmentainer</a>.
801
+
802
+ Note: A zero-sized <a>box fragment</a> can be pushed
803
+ to the next <a>fragmentainer</a>
804
+ if it is placed immediately after content
805
+ that itself overflows the <a>fragmentainer</a>.
806
807
<h2 id="breaking-boxes">
808
Box Model for Breaking</h2>
809
0 commit comments