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
Copy file name to clipboardExpand all lines: css-display-3/Overview.bs
+5-2
Original file line number
Diff line number
Diff line change
@@ -121,11 +121,14 @@ Introduction</h2>
121
121
is broken across lines,
122
122
or when a <a>block box</a> is broken across pages or columns,
123
123
in a process called <a>fragmentation</a>.
124
-
It can also happen due to bidi reordering of text (see [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reorderign Algorithm]] in [[css-writing-modes-3#text-direction|CSS Writing Modes]])
124
+
It can also happen due to bidi reordering of text
125
+
(see [[css-writing-modes-3#bidi-algo|Applying the Bidirectional Reorderign Algorithm]]
126
+
in [[css-writing-modes-3#text-direction|CSS Writing Modes]])
125
127
or higher-level <a>display type</a> box splitting,
126
128
e.g. <a href="https://www.w3.org/TR/CSS2/visuren.html#img-anon-block">block-in-inline splitting</a>
127
129
(see <a href="https://www.w3.org/TR/CSS2/visuren.html#box-gen">CSS2§9.2</a>)
128
-
or <a href="https://www.w3.org/TR/css-multicol-1/#spanning-columns">column-spanner-in-block</a> splitting (see <a href="https://www.w3.org/TR/css-multicol-1/#spanning-columns">CSS Multi-column Layout</a>).
130
+
or <a href="https://www.w3.org/TR/css-multicol-1/#spanning-columns">column-spanner-in-block</a> splitting
131
+
(see <a href="https://www.w3.org/TR/css-multicol-1/#spanning-columns">CSS Multi-column Layout</a>).
129
132
A <a>box</a> therefore consists of one or more <a>box fragments</a>,
130
133
and a <a>text run</a> consists of one or more <a lt=fragment>text fragments</a>.
131
134
See [[CSS3-BREAK]] for more information on <a>fragmentation</a>.
0 commit comments