File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,12 +112,20 @@ Column gaps and rules</h2>
112112<h2 id="column-breaks">
113113Column 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">
123131Spanning columns</h2>
You can’t perform that action at this time.
0 commit comments