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-multicol-1/Overview.bs
+1-21Lines changed: 1 addition & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -145,27 +145,6 @@ Introduction</h2>
145
145
This specification introduces ten new properties, all of which
146
146
are used in the examples above.
147
147
148
-
To indicate where column breaks should (or should not) appear, new
149
-
keyword values are introduced.
150
-
151
-
<div class=example>
152
-
In this example, <code>h1</code> elements will always have a column
153
-
break before them, but the formatter will try to avoid column breaks
154
-
inside and after the element.
155
-
<
7440
code>156
-
<pre>
157
-
h1 {
158
-
break-before: column;
159
-
break-inside: avoid-column;
160
-
break-after: avoid-column;
161
-
}
162
-
</pre>
163
-
164
-
<!--
165
-
The properties and values used in this example are formally defined in [!CSS3PAGE]].
166
-
-->
167
-
</div>
168
-
169
148
If all column properties have their initial value, the layout of
170
149
an element will be identical to a multi-column layout with only one
171
150
column.
@@ -1729,6 +1708,7 @@ This appendix is <em>informative</em>.
1729
1708
1730
1709
<h3 id="changes-from-20171005">Changes from the <a href="https://www.w3.org/TR/2017/WD-css-multicol-1-20171005/">Working Draft (WD) of 5 October 2017</a></h3>
1731
1710
<ul>
1711
+
<li>Removed the sentence "To indicate where column breaks should (or should not) appear, new keyword values are introduced." and following example (Example 7 in the WD published <a href="https://www.w3.org/TR/2017/WD-css-multicol-1-20171005/">5 Oct 2017</a>) as the multicol specification no longer introduces these properties. <a href="https://github.com/w3c/csswg-drafts/issues/1966">Editorial</a></li>
1732
1712
<li>Changed how we reference the element we have applied multicol to from multi-column or multicol <em>element</em> to multi-column or multicol <em>container</em>. <a href="https://github.com/w3c/csswg-drafts/issues/1965">Resolved: 22 November 2017</a></li>
1733
1713
<li>Removed the example which stated "If a tall image is moved to a column on the next page to find room for it, its natural column may be left empty. If so, the column is still considered to have content for the purpose of deciding if the column rule should be drawn." <a href="https://github.com/w3c/csswg-drafts/issues/1740">Resolved: 7 September 2017</a></li>
0 commit comments