Skip to content

Commit a9204ad

Browse files
committed
[css-break-3] Clarify the case where the UA may treat inline-level boxes as fragmentable or monolithic. w3c#1111
1 parent 0efe6d0 commit a9204ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-break-3/Overview.bs

+6-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,12 @@ Possible Break Points</h3>
575575
Since line boxes contain no possible break points,
576576
''inline-block'' and ''inline-table'' boxes
577577
(and other inline-level <a>display types</a> that establish an <a>independent formatting context</a>)
578-
may also be considered <a>monolithic</a>.
578+
may also be considered <a>monolithic</a>:
579+
that is,
580+
in the cases where a single line box is too large
581+
to fit within its fragmentainer even by itself
582+
and the UA chooses to split the line box,
583+
it may fragment such boxes or it may treat them as monolithic.
579584

580585
<h3 id="break-types">
581586
Types of Breaks</h3>

0 commit comments

Comments
 (0)