Skip to content

Commit f08c0d1

Browse files
committed
[css-break-3] Require zero-sized fragments that fit to stay on previous fragmentainer. w3c#1529
1 parent 9d1df04 commit f08c0d1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css-break-3/Overview.bs

+11
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,17 @@ Optimizing Unforced Breaks</h3>
793793
</ul>
794794
</div>
795795

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+
796807
<h2 id="breaking-boxes">
797808
Box Model for Breaking</h2>
798809

0 commit comments

Comments
 (0)