We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efe6d0 commit a9204adCopy full SHA for a9204ad
css-break-3/Overview.bs
@@ -575,7 +575,12 @@ Possible Break Points</h3>
575
Since line boxes contain no possible break points,
576
''inline-block'' and ''inline-table'' boxes
577
(and other inline-level <a>display types</a> that establish an <a>independent formatting context</a>)
578
- may also be considered <a>monolithic</a>.
+ 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.
584
585
<h3 id="break-types">
586
Types of Breaks</h3>
0 commit comments