Skip to content

Commit 6005d23

Browse files
committed
[css-multicol-4] Defer breaking and fragmentation to [[CSS3-BREAK]]
1 parent 6c1ffd6 commit 6005d23

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

css-multicol-4/Overview.bs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,20 @@ Column gaps and rules</h2>
112112
<h2 id="column-breaks">
113113
Column breaks</h2>
114114

115-
Issue: Add final content from previous level, or replace with a reference to [[css3-break]], or remove entirely
115+
The previous level of this specification defined how
116+
the user agent must determine where column breaks are placed
117+
when content is laid out in multiple columns.
118+
The [[!CSS3-BREAK]] module has since been introduced
119+
to define how to break the content across pages,
120+
columns, or <a spec=css-regions>CSS Regions</a>,
121+
and supersedes <a href="http://dev.w3.org/csswg/css-multicol/#column-breaks">the column break</a> section of [[CSS3-MULTICOL]].
122+
123+
This specification defers to [[!CSS3-BREAK]] on this topic.
116124

117125
<h3 id="break-before-break-after-break-inside">
118126
'break-before', 'break-after', 'break-inside'</h3>
119127

120-
Issue: Add final content from previous level, or replace with a reference to [[css3-break]], or remove entirely
128+
The 'break-before', 'break-after' and 'break-inside' properties are now defined in [[!CSS3-BREAK]].
121129

122130
<h2 id="spanning-columns">
123131
Spanning columns</h2>

0 commit comments

Comments
 (0)