Skip to content

Commit

Permalink
[css-break-3] Require zero-sized fragments that fit to stay on previo…
Browse files Browse the repository at this point in the history
…us fragmentainer. #1529
  • Loading branch information
fantasai committed Aug 23, 2018
1 parent 9d1df04 commit f08c0d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css-break-3/Overview.bs
Expand Up @@ -793,6 +793,17 @@ Optimizing Unforced Breaks</h3>
</ul>
</div>

Additionally, CSS imposes one requirement:
a zero-sized <a>box fragment</a>,
since it does not take up space,
must appear on the earlier side of a <a>fragmentation break</a>
if it is able to fit within the <a>fragmentainer</a>.

Note: A zero-sized <a>box fragment</a> can be pushed
to the next <a>fragmentainer</a>
if it is placed immediately after content
that itself overflows the <a>fragmentainer</a>.

<h2 id="breaking-boxes">
Box Model for Breaking</h2>

Expand Down

0 comments on commit f08c0d1

Please sign in to comment.