You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dtid="btw-lines"><aclass="self-link" href="#btw-lines"></a>Class B
541
-
<dd>
542
-
Between line boxes inside a block container box.
543
-
<pclass="note" role="note">Note: Since line boxes cannot be broken, <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-display-3/#valdef-display-inline-block">inline-block</a> and <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-display-3/#valdef-display-inline-table">inline-table</a> boxes cannot be fragmented.</p>
541
+
<dd> Between line boxes inside a block container box.
544
542
<dtid="end-block"><aclass="self-link" href="#end-block"></a>Class C
545
543
<dd> Between the content edge of a block container box and the outer edges of its
546
544
child content (margin edges of block-level children or line box
scrollable elements, or a single line of text content.
558
556
Such content is considered <dfndata-dfn-type="dfn" data-noexport="" id="monolithic">monolithic<aclass="self-link" href="#monolithic"></a></dfn>:
559
557
it contains no possible break points.
560
-
In addition to any content which is not fragmentable,
558
+
Any forced breaks within such boxes
559
+
therefore cannot split the box,
560
+
and must therefore also be ignored by the box’s own fragmentation context. </p>
561
+
<p> In addition to any content which is not generally fragmentable,
561
562
UAs may consider as <adata-link-type="dfn" href="#monolithic">monolithic</a> any elements with <aclass="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-overflow-3/#propdef-overflow">overflow</a> set to <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-overflow-3/#valdef-overflow-auto">auto</a> or <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-overflow-3/#valdef-overflow-scroll">scroll</a> and
562
563
any elements with <aclass="css" data-link-type="propdesc" href="https://drafts.csswg.org/css-overflow-3/#propdef-overflow">overflow: hidden</a> and a non-<spanclass="css">auto</span><ahref="http://www.w3.org/TR/css3-writing-modes/#block-size">logical height</a> (and no specified maximum logical height). </p>
564
+
<p> Since line boxes contain no possible break points, <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-display-3/#valdef-display-inline-block">inline-block</a> and <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-display-3/#valdef-display-inline-table">inline-table</a> boxes
565
+
(and other inline-level <adata-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#display-type">display types</a> that establish a new <adata-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#formatting-context">formatting context</a>)
566
+
may also be considered <adata-link-type="dfn" href="#monolithic">monolithic</a>. </p>
563
567
<h3class="heading settled" data-level="4.2" id="break-types"><spanclass="secno">4.2. </span><spanclass="content"> Types of Breaks</span><aclass="self-link" href="#break-types"></a></h3>
564
568
<p> There are different types of breaks in CSS, defined based on the type of
0 commit comments